Lines Matching full:fine
1 2025-10-13 03:01:12.230-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
4 2025-10-13 03:01:12.487-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-13 03:01:12.502-0500 FINE t1 Statistics.logIt: Finished command [/usr/local/bin/ctags --list-languages] in directory '/opengrok/src/openbmc' with exit code 0 (took 12 ms)
6 2025-10-13 03:01:12.502-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-13 03:01:12.505-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-13 03:01:12.510-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-13 03:01:12.510-0500 FINE t1 Executor.exec: Finished command [/usr/local/bin/ctags --version] in directory '/opengrok/src/openbmc' with exit code 0
10 2025-10-13 03:01:12.563-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]*)']
19 2025-10-13 03:01:12.588-0500 FINE t1 Ctags.close: Destroying ctags command
20 2025-10-13 03:01:12.589-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}
21 2025-10-13 03:01:12.594-0500 FINE t1 Statistics.logIt: Finished command [/usr/local/bin/ctags --version] in directory '/opengrok/src/openbmc' with exit code 0 (took 3 ms)
22 2025-10-13 03:01:12.595-0500 FINE t1 Executor.exec: Finished command [/usr/local/bin/ctags --version] in directory '/opengrok/src/openbmc' with exit code 0
30 2025-10-13 03:01:12.628-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}
31 2025-10-13 03:01:12.632-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}
32 2025-10-13 03:01:12.635-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}
34 2025-10-13 03:01:12.711-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
35 2025-10-13 03:01:12.713-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
36 2025-10-13 03:01:12.714-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
37 2025-10-13 03:01:12.717-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
38 2025-10-13 03:01:12.718-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
39 2025-10-13 03:01:12.718-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
395 2025-10-13 03:01:13.904-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}
397 2025-10-13 03:01:13.905-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}
401 2025-10-13 03:01:13.907-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}
403 2025-10-13 03:01:13.908-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}
406 2025-10-13 03:01:13.909-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}
421 2025-10-13 03:01:13.915-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}
425 2025-10-13 03:01:13.916-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}
449 2025-10-13 03:01:13.924-0500 FINE t208 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/libmctp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
451 2025-10-13 03:01:13.906-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}
462 2025-10-13 03:01:13.903-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}
469 2025-10-13 03:01:13.930-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}
472 2025-10-13 03:01:13.902-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}
475 2025-10-13 03:01:13.932-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}
478 2025-10-13 03:01:13.901-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}
482 2025-10-13 03:01:13.934-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)
484 2025-10-13 03:01:13.934-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}
494 2025-10-13 03:01:13.899-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}
503 2025-10-13 03:01:13.941-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-13 03:01:13.942-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}
510 2025-10-13 03:01:13.942-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 4 ms)
511 2025-10-13 03:01:13.944-0500 FINE t149 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
512 2025-10-13 03:01:13.942-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 7 ms)
513 2025-10-13 03:01:13.944-0500 FINE t165 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
516 2025-10-13 03:01:13.945-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}
518 2025-10-13 03:01:13.946-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}
520 2025-10-13 03:01:13.947-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}
521 2025-10-13 03:01:13.940-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}
523 2025-10-13 03:01:13.948-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}
525 2025-10-13 03:01:13.948-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}
528 2025-10-13 03:01:13.950-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}
530 2025-10-13 03:01:13.950-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}
532 2025-10-13 03:01:13.951-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}
533 2025-10-13 03:01:13.937-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}
534 2025-10-13 03:01:13.937-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)
535 2025-10-13 03:01:13.952-0500 FINE t150 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
537 2025-10-13 03:01:13.953-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 6 ms)
539 2025-10-13 03:01:13.953-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}
540 2025-10-13 03:01:13.936-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)
541 2025-10-13 03:01:13.954-0500 FINE t163 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
542 2025-10-13 03:01:13.936-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}
543 2025-10-13 03:01:13.936-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 4 ms)
544 2025-10-13 03:01:13.954-0500 FINE t145 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
546 2025-10-13 03:01:13.936-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 3 ms)
547 2025-10-13 03:01:13.955-0500 FINE t164 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
549 2025-10-13 03:01:13.955-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}
551 2025-10-13 03:01:13.956-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}
552 2025-10-13 03:01:13.934-0500 FINE t144 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
555 2025-10-13 03:01:13.957-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}
557 2025-10-13 03:01:13.958-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}
559 2025-10-13 03:01:13.959-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}
561 2025-10-13 03:01:13.959-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}
563 2025-10-13 03:01:13.960-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}
566 2025-10-13 03:01:13.961-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}
567 2025-10-13 03:01:13.930-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 5 ms)
568 2025-10-13 03:01:13.961-0500 FINE t148 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
570 2025-10-13 03:01:13.962-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}
571 2025-10-13 03:01:13.929-0500 FINE t208 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 5 ms)
574 2025-10-13 03:01:13.929-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}
576 2025-10-13 03:01:13.964-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}
578 2025-10-13 03:01:13.964-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}
580 2025-10-13 03:01:13.965-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}
582 2025-10-13 03:01:13.966-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}
584 2025-10-13 03:01:13.966-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}
586 2025-10-13 03:01:13.967-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}
589 2025-10-13 03:01:13.968-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)
591 2025-10-13 03:01:13.969-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}
593 2025-10-13 03:01:13.969-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}
595 2025-10-13 03:01:13.970-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}
597 2025-10-13 03:01:13.971-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}
599 2025-10-13 03:01:13.971-0500 FINE t209 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/docs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
601 2025-10-13 03:01:13.972-0500 FINE t210 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}
603 2025-10-13 03:01:13.973-0500 FINE t211 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
605 2025-10-13 03:01:13.973-0500 FINE t212 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}
607 2025-10-13 03:01:13.974-0500 FINE t213 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}
609 2025-10-13 03:01:13.975-0500 FINE t214 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}
611 2025-10-13 03:01:13.976-0500 FINE t215 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
613 2025-10-13 03:01:13.976-0500 FINE t216 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/estoraged',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
615 2025-10-13 03:01:13.977-0500 FINE t217 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}
616 2025-10-13 03:01:13.921-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}
618 2025-10-13 03:01:13.978-0500 FINE t218 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}
620 2025-10-13 03:01:13.979-0500 FINE t220 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/pam-ipmi',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
622 2025-10-13 03:01:13.979-0500 FINE t221 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}
623 2025-10-13 03:01:13.920-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 11 ms)
624 2025-10-13 03:01:13.920-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 3 ms)
625 2025-10-13 03:01:13.980-0500 FINE t157 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
627 2025-10-13 03:01:13.920-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 12 ms)
628 2025-10-13 03:01:13.920-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 15 ms)
629 2025-10-13 03:01:13.920-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 14 ms)
630 2025-10-13 03:01:13.920-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 11 ms)
631 2025-10-13 03:01:13.920-0500 FINE t219 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/hiomapd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
632 2025-10-13 03:01:13.919-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}
634 2025-10-13 03:01:13.983-0500 FINE t223 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
636 2025-10-13 03:01:13.983-0500 FINE t224 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}
637 2025-10-13 03:01:13.919-0500 FINE t222 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}
639 2025-10-13 03:01:13.985-0500 FINE t225 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/pyphosphor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
640 2025-10-13 03:01:13.918-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}
642 2025-10-13 03:01:13.917-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}
645 2025-10-13 03:01:13.986-0500 FINE t228 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/debug-trigger',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
648 2025-10-13 03:01:13.987-0500 FINE t229 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
651 2025-10-13 03:01:13.988-0500 FINE t230 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}
654 2025-10-13 03:01:13.989-0500 FINE t231 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}
656 2025-10-13 03:01:13.914-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}
659 2025-10-13 03:01:13.990-0500 FINE t232 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}
662 2025-10-13 03:01:13.991-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}
663 2025-10-13 03:01:13.991-0500 FINE t222 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)
665 2025-10-13 03:01:13.992-0500 FINE t233 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}
666 2025-10-13 03:01:13.990-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 4 ms)
667 2025-10-13 03:01:13.992-0500 FINE t231 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 3 ms)
668 2025-10-13 03:01:13.990-0500 FINE t228 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)
670 2025-10-13 03:01:13.993-0500 FINE t234 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
671 2025-10-13 03:01:13.989-0500 FINE t225 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)
672 2025-10-13 03:01:13.994-0500 FINE t225 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
674 2025-10-13 03:01:13.994-0500 FINE t235 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/gpioplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
676 2025-10-13 03:01:13.988-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 2 ms)
677 2025-10-13 03:01:13.995-0500 FINE t158 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
679 2025-10-13 03:01:13.988-0500 FINE t223 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)
680 2025-10-13 03:01:13.995-0500 FINE t223 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
681 2025-10-13 03:01:13.988-0500 FINE t224 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 4 ms)
682 2025-10-13 03:01:13.996-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 4 ms)
684 2025-10-13 03:01:13.997-0500 FINE t242 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}
686 2025-10-13 03:01:13.997-0500 FINE t243 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}
687 2025-10-13 03:01:13.987-0500 FINE t219 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 4 ms)
688 2025-10-13 03:01:13.986-0500 FINE t227 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/u-boot',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
689 2025-10-13 03:01:13.985-0500 FINE t226 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/obmc-console',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
690 2025-10-13 03:01:13.984-0500 FINE t221 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)
691 2025-10-13 03:01:13.998-0500 FINE t221 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
692 2025-10-13 03:01:13.984-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 6 ms)
694 2025-10-13 03:01:13.984-0500 FINE t220 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 4 ms)
695 2025-10-13 03:01:13.999-0500 FINE t220 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
696 2025-10-13 03:01:13.983-0500 FINE t218 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)
697 2025-10-13 03:01:13.982-0500 FINE t217 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 4 ms)
698 2025-10-13 03:01:14.000-0500 FINE t217 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
699 2025-10-13 03:01:13.982-0500 FINE t143 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
700 2025-10-13 03:01:13.981-0500 FINE t216 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)
701 2025-10-13 03:01:14.001-0500 FINE t216 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
702 2025-10-13 03:01:13.981-0500 FINE t152 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
704 2025-10-13 03:01:13.981-0500 FINE t215 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 5 ms)
705 2025-10-13 03:01:14.002-0500 FINE t215 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
706 2025-10-13 03:01:13.981-0500 FINE t151 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
708 2025-10-13 03:01:13.981-0500 FINE t213 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 6 ms)
709 2025-10-13 03:01:14.003-0500 FINE t213 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
710 2025-10-13 03:01:13.980-0500 FINE t146 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
712 2025-10-13 03:01:13.980-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 29 ms)
713 2025-10-13 03:01:14.004-0500 FINE t181 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
715 2025-10-13 03:01:13.980-0500 FINE t154 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
717 2025-10-13 03:01:13.979-0500 FINE t214 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)
718 2025-10-13 03:01:14.005-0500 FINE t214 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
719 2025-10-13 03:01:13.979-0500 FINE t212 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)
720 2025-10-13 03:01:14.005-0500 FINE t212 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
721 2025-10-13 03:01:13.978-0500 FINE t210 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 5 ms)
722 2025-10-13 03:01:14.006-0500 FINE t210 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
723 2025-10-13 03:01:13.978-0500 FINE t211 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 5 ms)
724 2025-10-13 03:01:14.006-0500 FINE t211 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
725 2025-10-13 03:01:13.977-0500 FINE t209 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)
726 2025-10-13 03:01:14.007-0500 FINE t209 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
727 2025-10-13 03:01:13.976-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)
728 2025-10-13 03:01:14.007-0500 FINE t207 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
729 2025-10-13 03:01:13.975-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 60 ms)
730 2025-10-13 03:01:14.008-0500 FINE t156 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
731 2025-10-13 03:01:13.975-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)
732 2025-10-13 03:01:14.008-0500 FINE t206 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
733 2025-10-13 03:01:13.975-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 5 ms)
734 2025-10-13 03:01:14.008-0500 FINE t205 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
735 2025-10-13 03:01:13.975-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 5 ms)
736 2025-10-13 03:01:13.972-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 5 ms)
737 2025-10-13 03:01:13.971-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)
738 2025-10-13 03:01:13.971-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)
739 2025-10-13 03:01:14.010-0500 FINE t199 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
740 2025-10-13 03:01:13.970-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 3 ms)
741 2025-10-13 03:01:13.969-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 4 ms)
742 2025-10-13 03:01:14.010-0500 FINE t197 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
743 2025-10-13 03:01:13.968-0500 FINE t162 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
745 2025-10-13 03:01:13.968-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 4 ms)
746 2025-10-13 03:01:14.011-0500 FINE t196 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
747 2025-10-13 03:01:13.968-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}
748 2025-10-13 03:01:13.968-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}
749 2025-10-13 03:01:13.967-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)
750 2025-10-13 03:01:14.012-0500 FINE t194 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
751 2025-10-13 03:01:13.967-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)
752 2025-10-13 03:01:13.966-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 6 ms)
753 2025-10-13 03:01:14.013-0500 FINE t191 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
754 2025-10-13 03:01:13.965-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)
755 2025-10-13 03:01:14.013-0500 FINE t190 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
756 2025-10-13 03:01:13.964-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)
757 2025-10-13 03:01:13.963-0500 FINE t145 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/kcsbridge' (took 8 ms)
758 2025-10-13 03:01:14.014-0500 FINE t145 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/kcsbridge
759 2025-10-13 03:01:13.963-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)
760 2025-10-13 03:01:14.014-0500 FINE t187 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
761 2025-10-13 03:01:13.963-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}
762 2025-10-13 03:01:13.963-0500 FINE t208 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
764 2025-10-13 03:01:13.962-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 6 ms)
765 2025-10-13 03:01:14.016-0500 FINE t184 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
766 2025-10-13 03:01:13.962-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 3 ms)
767 2025-10-13 03:01:14.016-0500 FINE t188 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
769 2025-10-13 03:01:13.961-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)
770 2025-10-13 03:01:14.017-0500 FINE t185 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
771 2025-10-13 03:01:13.960-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}
772 2025-10-13 03:01:13.960-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)
773 2025-10-13 03:01:14.018-0500 FINE t166 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
774 2025-10-13 03:01:13.959-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)
775 2025-10-13 03:01:13.958-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 7 ms)
776 2025-10-13 03:01:13.957-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}
777 2025-10-13 03:01:13.957-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 8 ms)
778 2025-10-13 03:01:14.019-0500 FINE t176 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
780 2025-10-13 03:01:13.956-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)
781 2025-10-13 03:01:14.020-0500 FINE t167 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
782 2025-10-13 03:01:13.956-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)
783 2025-10-13 03:01:14.020-0500 FINE t180 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
786 2025-10-13 03:01:13.953-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 4 ms)
787 2025-10-13 03:01:13.953-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)
788 2025-10-13 03:01:13.953-0500 FINE t175 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
789 2025-10-13 03:01:13.953-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}
790 2025-10-13 03:01:13.953-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 5 ms)
792 2025-10-13 03:01:13.951-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)
793 2025-10-13 03:01:14.023-0500 FINE t173 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
794 2025-10-13 03:01:13.949-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}
795 2025-10-13 03:01:13.949-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)
796 2025-10-13 03:01:14.023-0500 FINE t169 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
797 2025-10-13 03:01:13.947-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)
798 2025-10-13 03:01:13.945-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}
801 2025-10-13 03:01:13.944-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}
802 2025-10-13 03:01:13.943-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}
803 2025-10-13 03:01:14.024-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 5 ms)
805 2025-10-13 03:01:14.024-0500 FINE t171 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
809 2025-10-13 03:01:14.022-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)
810 2025-10-13 03:01:14.028-0500 FINE t192 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
811 2025-10-13 03:01:14.022-0500 FINE t174 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
813 2025-10-13 03:01:14.021-0500 FINE t168 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
814 2025-10-13 03:01:14.021-0500 FINE t177 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
817 2025-10-13 03:01:14.029-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)
818 2025-10-13 03:01:14.020-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)
820 2025-10-13 03:01:14.030-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 6 ms)
822 2025-10-13 03:01:14.018-0500 FINE t179 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
823 2025-10-13 03:01:14.018-0500 FINE t183 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
826 2025-10-13 03:01:14.017-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 5 ms)
827 2025-10-13 03:01:14.032-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)
828 2025-10-13 03:01:14.017-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 5 ms)
835 2025-10-13 03:01:14.014-0500 FINE t189 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
838 2025-10-13 03:01:14.013-0500 FINE t193 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
846 2025-10-13 03:01:14.010-0500 FINE t200 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
849 2025-10-13 03:01:14.009-0500 FINE t198 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
851 2025-10-13 03:01:14.009-0500 FINE t201 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
852 2025-10-13 03:01:14.009-0500 FINE t204 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
864 2025-10-13 03:01:14.003-0500 FINE t226 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 4 ms)
865 2025-10-13 03:01:14.003-0500 FINE t243 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 5 ms)
866 2025-10-13 03:01:14.056-0500 FINE t243 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
869 2025-10-13 03:01:14.002-0500 FINE t242 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)
870 2025-10-13 03:01:14.057-0500 FINE t242 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
874 2025-10-13 03:01:14.000-0500 FINE t218 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
877 2025-10-13 03:01:13.999-0500 FINE t157 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/ipmi-fru-parser' (took 19 ms)
878 2025-10-13 03:01:13.999-0500 FINE t235 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)
880 2025-10-13 03:01:13.999-0500 FINE t161 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
883 2025-10-13 03:01:13.999-0500 FINE t234 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)
884 2025-10-13 03:01:13.998-0500 FINE t219 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
885 2025-10-13 03:01:13.997-0500 FINE t233 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)
886 2025-10-13 03:01:14.062-0500 FINE t233 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
888 2025-10-13 03:01:13.996-0500 FINE t153 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
889 2025-10-13 03:01:13.996-0500 FINE t224 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
892 2025-10-13 03:01:13.995-0500 FINE t236 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}
894 2025-10-13 03:01:13.994-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 4 ms)
895 2025-10-13 03:01:13.993-0500 FINE t232 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 2 ms)
896 2025-10-13 03:01:13.992-0500 FINE t228 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
897 2025-10-13 03:01:13.992-0500 FINE t231 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
899 2025-10-13 03:01:13.992-0500 FINE t159 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
901 2025-10-13 03:01:13.992-0500 FINE t229 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 4 ms)
902 2025-10-13 03:01:13.991-0500 FINE t230 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 3 ms)
903 2025-10-13 03:01:13.991-0500 FINE t222 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
904 2025-10-13 03:01:13.991-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 8 ms)
905 2025-10-13 03:01:14.066-0500 FINE t236 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 2 ms)
907 2025-10-13 03:01:14.066-0500 FINE t230 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
909 2025-10-13 03:01:14.066-0500 FINE t229 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
910 2025-10-13 03:01:14.065-0500 FINE t218 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-gpio-monitor' (took 6 ms)
916 2025-10-13 03:01:14.064-0500 FINE t232 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
917 2025-10-13 03:01:14.064-0500 FINE t155 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
923 2025-10-13 03:01:14.062-0500 FINE t227 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 63 ms)
924 2025-10-13 03:01:14.070-0500 FINE t227 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
928 2025-10-13 03:01:14.061-0500 FINE t234 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
929 2025-10-13 03:01:14.061-0500 FINE t214 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-inventory-upload' (took 55 ms)
933 2025-10-13 03:01:14.060-0500 FINE t158 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/google-misc' (took 65 ms)
935 2025-10-13 03:01:14.060-0500 FINE t235 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
936 2025-10-13 03:01:14.059-0500 FINE t157 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/ipmi-fru-parser
945 2025-10-13 03:01:14.056-0500 FINE t226 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
952 2025-10-13 03:01:14.054-0500 FINE t152 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/rest-dbus' (took 52 ms)
960 2025-10-13 03:01:14.052-0500 FINE t151 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openbmc-build-scripts' (took 49 ms)
961 2025-10-13 03:01:14.082-0500 FINE t151 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openbmc-build-scripts
964 2025-10-13 03:01:14.051-0500 FINE t146 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-debug-collector' (took 47 ms)
967 2025-10-13 03:01:14.050-0500 FINE t154 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-user-manager' (took 45 ms)
969 2025-10-13 03:01:14.050-0500 FINE t175 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-logging' (took 28 ms)
977 2025-10-13 03:01:14.033-0500 FINE t162 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/slpd-lite' (took 22 ms)
978 2025-10-13 03:01:14.032-0500 FINE t203 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
979 2025-10-13 03:01:14.032-0500 FINE t170 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
980 2025-10-13 03:01:14.032-0500 FINE t202 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
985 2025-10-13 03:01:14.030-0500 FINE t172 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
987 2025-10-13 03:01:14.030-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)
988 2025-10-13 03:01:14.090-0500 FINE t147 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
990 2025-10-13 03:01:14.030-0500 FINE t195 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
992 2025-10-13 03:01:14.029-0500 FINE t178 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
999 2025-10-13 03:01:14.027-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)
1000 2025-10-13 03:01:14.027-0500 FINE t148 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-proc-control' (took 65 ms)
1003 2025-10-13 03:01:14.026-0500 FINE t208 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/libmctp' (took 11 ms)
1004 2025-10-13 03:01:14.094-0500 FINE t208 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/libmctp
1006 2025-10-13 03:01:14.025-0500 FINE t186 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1007 2025-10-13 03:01:14.095-0500 FINE t144 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-occ-control' (took 138 ms)
1008 2025-10-13 03:01:14.095-0500 FINE t144 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-occ-control
1011 2025-10-13 03:01:14.094-0500 FINE t164 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/btbridge' (took 138 ms)
1012 2025-10-13 03:01:14.093-0500 FINE t148 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-proc-control
1013 2025-10-13 03:01:14.093-0500 FINE t182 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1016 2025-10-13 03:01:14.093-0500 FINE t150 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/ibm-dbus-interfaces' (took 140 ms)
1017 2025-10-13 03:01:14.092-0500 FINE t163 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/sdbusplus' (took 138 ms)
1018 2025-10-13 03:01:14.098-0500 FINE t163 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/sdbusplus
1020 2025-10-13 03:01:14.089-0500 FINE t149 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-mrw-tools' (took 145 ms)
1021 2025-10-13 03:01:14.098-0500 FINE t149 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-mrw-tools
1022 2025-10-13 03:01:14.088-0500 FINE t165 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-virtual-sensor' (took 143 ms)
1023 2025-10-13 03:01:14.099-0500 FINE t165 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-virtual-sensor
1028 2025-10-13 03:01:14.087-0500 FINE t201 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-dbus-monitor' (took 34 ms)
1029 2025-10-13 03:01:14.100-0500 FINE t201 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-dbus-monitor
1030 2025-10-13 03:01:14.087-0500 FINE t162 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/slpd-lite
1032 2025-10-13 03:01:14.087-0500 FINE t169 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-bmc-code-mgmt' (took 63 ms)
1033 2025-10-13 03:01:14.101-0500 FINE t169 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-bmc-code-mgmt
1035 2025-10-13 03:01:14.102-0500 FINE t145 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/ipmbbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1036 2025-10-13 03:01:14.086-0500 FINE t177 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/x86-power-control' (took 56 ms)
1037 2025-10-13 03:01:14.102-0500 FINE t177 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/x86-power-control
1038 2025-10-13 03:01:14.085-0500 FINE t173 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-certificate-manager' (took 62 ms)
1039 2025-10-13 03:01:14.103-0500 FINE t173 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-certificate-manager
1040 2025-10-13 03:01:14.085-0500 FINE t185 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/obmc-ikvm' (took 67 ms)
1041 2025-10-13 03:01:14.084-0500 FINE t175 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-logging
1042 2025-10-13 03:01:14.084-0500 FINE t226 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/obmc-console' (took 7 ms)
1043 2025-10-13 03:01:14.084-0500 FINE t154 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-user-manager
1044 2025-10-13 03:01:14.083-0500 FINE t180 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-webui' (took 63 ms)
1045 2025-10-13 03:01:14.104-0500 FINE t180 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-webui
1046 2025-10-13 03:01:14.083-0500 FINE t167 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-event' (took 63 ms)
1047 2025-10-13 03:01:14.104-0500 FINE t167 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-event
1048 2025-10-13 03:01:14.083-0500 FINE t146 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-debug-collector
1049 2025-10-13 03:01:14.082-0500 FINE t191 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-inventory-manager' (took 69 ms)
1050 2025-10-13 03:01:14.105-0500 FINE t191 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-inventory-manager
1052 2025-10-13 03:01:14.081-0500 FINE t166 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-power' (took 63 ms)
1053 2025-10-13 03:01:14.081-0500 FINE t183 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-host-ipmid' (took 49 ms)
1055 2025-10-13 03:01:14.080-0500 FINE t188 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openbmc-tools' (took 63 ms)
1056 2025-10-13 03:01:14.106-0500 FINE t188 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openbmc-tools
1057 2025-10-13 03:01:14.079-0500 FINE t187 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/sdeventplus' (took 65 ms)
1058 2025-10-13 03:01:14.106-0500 FINE t187 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/sdeventplus
1059 2025-10-13 03:01:14.079-0500 FINE t190 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-settingsd' (took 65 ms)
1060 2025-10-13 03:01:14.107-0500 FINE t190 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-settingsd
1061 2025-10-13 03:01:14.079-0500 FINE t152 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/rest-dbus
1064 2025-10-13 03:01:14.078-0500 FINE t193 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-hw-diags' (took 29 ms)
1065 2025-10-13 03:01:14.108-0500 FINE t193 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-hw-diags
1066 2025-10-13 03:01:14.078-0500 FINE t196 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/s2600wf-misc' (took 66 ms)
1067 2025-10-13 03:01:14.108-0500 FINE t196 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/s2600wf-misc
1068 2025-10-13 03:01:14.078-0500 FINE t194 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/google-ipmi-sys' (took 65 ms)
1069 2025-10-13 03:01:14.078-0500 FINE t184 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/entity-manager' (took 61 ms)
1070 2025-10-13 03:01:14.109-0500 FINE t184 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/entity-manager
1071 2025-10-13 03:01:14.077-0500 FINE t161 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/dbus-sensors' (took 16 ms)
1072 2025-10-13 03:01:14.076-0500 FINE t197 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/bios-bmc-smm-error-logger' (took 65 ms)
1074 2025-10-13 03:01:14.076-0500 FINE t199 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-post-code-manager' (took 65 ms)
1075 2025-10-13 03:01:14.075-0500 FINE t198 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-fan-presence' (took 23 ms)
1076 2025-10-13 03:01:14.075-0500 FINE t205 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/telemetry' (took 66 ms)
1077 2025-10-13 03:01:14.110-0500 FINE t205 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/telemetry
1078 2025-10-13 03:01:14.075-0500 FINE t206 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-host-ipmi-oem' (took 66 ms)
1079 2025-10-13 03:01:14.110-0500 FINE t206 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-host-ipmi-oem
1080 2025-10-13 03:01:14.074-0500 FINE t207 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/boost-dbus' (took 66 ms)
1081 2025-10-13 03:01:14.111-0500 FINE t207 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/boost-dbus
1082 2025-10-13 03:01:14.074-0500 FINE t159 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-led-sysfs' (took 8 ms)
1085 2025-10-13 03:01:14.073-0500 FINE t209 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/docs' (took 66 ms)
1086 2025-10-13 03:01:14.112-0500 FINE t209 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/docs
1087 2025-10-13 03:01:14.073-0500 FINE t158 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/google-misc
1089 2025-10-13 03:01:14.072-0500 FINE t211 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-buttons' (took 65 ms)
1091 2025-10-13 03:01:14.072-0500 FINE t210 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-host-ipmi-flash' (took 65 ms)
1093 2025-10-13 03:01:14.071-0500 FINE t214 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-inventory-upload
1095 2025-10-13 03:01:14.071-0500 FINE t213 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/fb-ipmi-oem' (took 67 ms)
1096 2025-10-13 03:01:14.114-0500 FINE t213 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/fb-ipmi-oem
1097 2025-10-13 03:01:14.070-0500 FINE t212 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-pnor-code-mgmt' (took 64 ms)
1098 2025-10-13 03:01:14.115-0500 FINE t212 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-pnor-code-mgmt
1099 2025-10-13 03:01:14.070-0500 FINE t217 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-dbus-interfaces' (took 69 ms)
1100 2025-10-13 03:01:14.115-0500 FINE t217 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-dbus-interfaces
1101 2025-10-13 03:01:14.069-0500 FINE t143 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-host-postd' (took 68 ms)
1102 2025-10-13 03:01:14.116-0500 FINE t143 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-host-postd
1103 2025-10-13 03:01:14.069-0500 FINE t216 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/estoraged' (took 68 ms)
1104 2025-10-13 03:01:14.116-0500 FINE t216 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/estoraged
1111 2025-10-13 03:01:14.069-0500 FINE t215 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-snmp' (took 66 ms)
1112 2025-10-13 03:01:14.118-0500 FINE t215 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-snmp
1115 2025-10-13 03:01:14.068-0500 FINE t243 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-ipmi-flash' (took 11 ms)
1116 2025-10-13 03:01:14.067-0500 FINE t220 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/pam-ipmi' (took 67 ms)
1117 2025-10-13 03:01:14.120-0500 FINE t220 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/pam-ipmi
1118 2025-10-13 03:01:14.067-0500 FINE t218 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-gpio-monitor
1122 2025-10-13 03:01:14.066-0500 FINE t236 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1123 2025-10-13 03:01:14.066-0500 FINE t160 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1125 2025-10-13 03:01:14.121-0500 FINE t221 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-time-manager' (took 122 ms)
1126 2025-10-13 03:01:14.121-0500 FINE t234 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-mboxd' (took 49 ms)
1127 2025-10-13 03:01:14.122-0500 FINE t234 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-mboxd
1130 2025-10-13 03:01:14.119-0500 FINE t225 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/pyphosphor' (took 125 ms)
1131 2025-10-13 03:01:14.119-0500 FINE t243 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-ipmi-flash
1133 2025-10-13 03:01:14.119-0500 FINE t224 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/service-config-manager' (took 56 ms)
1134 2025-10-13 03:01:14.123-0500 FINE t224 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/service-config-manager
1136 2025-10-13 03:01:14.118-0500 FINE t222 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-health-monitor' (took 52 ms)
1138 2025-10-13 03:01:14.117-0500 FINE t231 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-debug-collector' (took 52 ms)
1139 2025-10-13 03:01:14.124-0500 FINE t231 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-debug-collector
1140 2025-10-13 03:01:14.117-0500 FINE t223 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-objmgr' (took 121 ms)
1141 2025-10-13 03:01:14.124-0500 FINE t223 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-objmgr
1142 2025-10-13 03:01:14.117-0500 FINE t181 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openbmc' (took 112 ms)
1150 2025-10-13 03:01:14.114-0500 FINE t230 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/witherspoon-pfault-analysis' (took 47 ms)
1151 2025-10-13 03:01:14.127-0500 FINE t230 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/witherspoon-pfault-analysis
1152 2025-10-13 03:01:14.113-0500 FINE t210 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-host-ipmi-flash
1154 2025-10-13 03:01:14.113-0500 FINE t228 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/debug-trigger' (took 48 ms)
1155 2025-10-13 03:01:14.127-0500 FINE t228 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/debug-trigger
1156 2025-10-13 03:01:14.113-0500 FINE t211 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-buttons
1159 2025-10-13 03:01:14.111-0500 FINE t159 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-led-sysfs
1163 2025-10-13 03:01:14.110-0500 FINE t198 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-fan-presence
1164 2025-10-13 03:01:14.110-0500 FINE t199 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-post-code-manager
1165 2025-10-13 03:01:14.110-0500 FINE t153 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/ipmitool' (took 47 ms)
1166 2025-10-13 03:01:14.109-0500 FINE t197 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/bios-bmc-smm-error-logger
1168 2025-10-13 03:01:14.109-0500 FINE t161 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/dbus-sensors
1171 2025-10-13 03:01:14.109-0500 FINE t194 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/google-ipmi-sys
1175 2025-10-13 03:01:14.108-0500 FINE t219 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/hiomapd' (took 45 ms)
1176 2025-10-13 03:01:14.131-0500 FINE t219 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/hiomapd
1180 2025-10-13 03:01:14.106-0500 FINE t145 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 4 ms)
1182 2025-10-13 03:01:14.106-0500 FINE t242 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/bios-settings-mgr' (took 48 ms)
1183 2025-10-13 03:01:14.105-0500 FINE t183 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-host-ipmid
1184 2025-10-13 03:01:14.105-0500 FINE t166 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-power
1192 2025-10-13 03:01:14.103-0500 FINE t226 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/obmc-console
1196 2025-10-13 03:01:14.103-0500 FINE t185 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/obmc-ikvm
1202 2025-10-13 03:01:14.101-0500 FINE t204 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/intel-ipmi-oem' (took 48 ms)
1203 2025-10-13 03:01:14.138-0500 FINE t204 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/intel-ipmi-oem
1207 2025-10-13 03:01:14.100-0500 FINE t172 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/libpldm' (took 10 ms)
1208 2025-10-13 03:01:14.139-0500 FINE t172 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/libpldm
1209 2025-10-13 03:01:14.100-0500 FINE t200 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openbmc.github.io' (took 48 ms)
1214 2025-10-13 03:01:14.098-0500 FINE t189 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-hwmon' (took 63 ms)
1216 2025-10-13 03:01:14.142-0500 FINE t178 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/pldm' (took 50 ms)
1219 2025-10-13 03:01:14.097-0500 FINE t150 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/ibm-dbus-interfaces
1221 2025-10-13 03:01:14.097-0500 FINE t202 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/skeleton' (took 9 ms)
1222 2025-10-13 03:01:14.143-0500 FINE t202 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/skeleton
1225 2025-10-13 03:01:14.144-0500 FINE t168 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-networkd' (took 114 ms)
1227 2025-10-13 03:01:14.096-0500 FINE t164 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/btbridge
1229 2025-10-13 03:01:14.096-0500 FINE t147 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/inarp' (took 6 ms)
1234 2025-10-13 03:01:14.145-0500 FINE t147 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/inarp
1235 2025-10-13 03:01:14.145-0500 FINE t179 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/bmcweb' (took 113 ms)
1236 2025-10-13 03:01:14.146-0500 FINE t179 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/bmcweb
1238 2025-10-13 03:01:14.144-0500 FINE t195 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-psu-code-mgmt' (took 53 ms)
1239 2025-10-13 03:01:14.147-0500 FINE t195 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-psu-code-mgmt
1240 2025-10-13 03:01:14.144-0500 FINE t168 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-networkd
1243 2025-10-13 03:01:14.142-0500 FINE t174 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-ipmi-blobs' (took 114 ms)
1244 2025-10-13 03:01:14.148-0500 FINE t174 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-ipmi-blobs
1245 2025-10-13 03:01:14.142-0500 FINE t178 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/pldm
1246 2025-10-13 03:01:14.141-0500 FINE t192 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/libbej' (took 113 ms)
1247 2025-10-13 03:01:14.148-0500 FINE t192 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/libbej
1248 2025-10-13 03:01:14.141-0500 FINE t189 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-hwmon
1249 2025-10-13 03:01:14.140-0500 FINE t171 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-watchdog' (took 113 ms)
1250 2025-10-13 03:01:14.140-0500 FINE t233 FileHistoryCache.createDirectoriesForFiles: Starting directory creation for {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (regular files for history till end of history): 6 directories
1251 2025-10-13 03:01:14.140-0500 FINE t176 FileHistoryCache.createDirectoriesForFiles: Starting directory creation for {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (regular files for history till end of history): 2 directories
1252 2025-10-13 03:01:14.140-0500 FINE t200 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openbmc.github.io
1255 2025-10-13 03:01:14.139-0500 FINE t182 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/libcper' (took 41 ms)
1256 2025-10-13 03:01:14.150-0500 FINE t182 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/libcper
1259 2025-10-13 03:01:14.136-0500 FINE t203 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/ibm-logging' (took 48 ms)
1260 2025-10-13 03:01:14.151-0500 FINE t203 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/ibm-logging
1261 2025-10-13 03:01:14.134-0500 FINE t170 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/webui-vue' (took 46 ms)
1262 2025-10-13 03:01:14.151-0500 FINE t170 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/webui-vue
1266 2025-10-13 03:01:14.133-0500 FINE t242 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/bios-settings-mgr
1267 2025-10-13 03:01:14.133-0500 FINE t145 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1269 2025-10-13 03:01:14.153-0500 FINE t152 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}
1271 2025-10-13 03:01:14.129-0500 FINE t153 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/ipmitool
1279 2025-10-13 03:01:14.126-0500 FINE t235 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/gpioplus' (took 52 ms)
1280 2025-10-13 03:01:14.156-0500 FINE t235 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/gpioplus
1281 2025-10-13 03:01:14.125-0500 FINE t181 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openbmc
1284 2025-10-13 03:01:14.124-0500 FINE t229 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-misc' (took 57 ms)
1285 2025-10-13 03:01:14.124-0500 FINE t222 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-health-monitor
1288 2025-10-13 03:01:14.123-0500 FINE t225 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/pyphosphor
1292 2025-10-13 03:01:14.122-0500 FINE t221 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-time-manager
1295 2025-10-13 03:01:14.158-0500 FINE t155 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-sbe-interface' (took 89 ms)
1296 2025-10-13 03:01:14.158-0500 FINE t152 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)
1297 2025-10-13 03:01:14.157-0500 FINE t232 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-pid-control' (took 88 ms)
1299 2025-10-13 03:01:14.157-0500 FINE t229 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-misc
1302 2025-10-13 03:01:14.155-0500 FINE t236 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-led-manager' (took 34 ms)
1305 2025-10-13 03:01:14.152-0500 FINE t151 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}
1310 2025-10-13 03:01:14.150-0500 FINE t233 Statistics.logIt: Done creating directories for {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (regular files for history till end of history) (took 10 ms)
1311 2025-10-13 03:01:14.163-0500 FINE t233 FileHistoryCache.store: Storing history for 6 regular files in repository {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} till end of history
1312 2025-10-13 03:01:14.150-0500 FINE t176 Statistics.logIt: Done creating directories for {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (regular files for history till end of history) (took 10 ms)
1313 2025-10-13 03:01:14.163-0500 FINE t176 FileHistoryCache.store: Storing history for 2 regular files in repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} till end of history
1314 2025-10-13 03:01:14.149-0500 FINE t171 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-watchdog
1323 2025-10-13 03:01:14.146-0500 FINE t208 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/smbios-mdr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1326 2025-10-13 03:01:14.162-0500 FINE t186 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-state-manager' (took 67 ms)
1327 2025-10-13 03:01:14.166-0500 FINE t186 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-state-manager
1328 2025-10-13 03:01:14.161-0500 FINE t236 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-led-manager
1330 2025-10-13 03:01:14.160-0500 FINE t232 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-pid-control
1331 2025-10-13 03:01:14.159-0500 FINE t152 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1333 2025-10-13 03:01:14.159-0500 FINE t155 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-sbe-interface
1337 2025-10-13 03:01:14.166-0500 FINE t227 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/u-boot' (took 95 ms)
1338 2025-10-13 03:01:14.168-0500 FINE t227 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/u-boot
1339 2025-10-13 03:01:14.166-0500 FINE t151 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)
1340 2025-10-13 03:01:14.166-0500 FINE t160 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-dbus-interfaces' (took 44 ms)
1341 2025-10-13 03:01:14.169-0500 FINE t160 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-dbus-interfaces
1346 2025-10-13 03:01:14.170-0500 FINE t208 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 4 ms)
1347 2025-10-13 03:01:14.169-0500 FINE t151 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1353 2025-10-13 03:01:14.170-0500 FINE t208 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1357 2025-10-13 03:01:14.169-0500 FINE t145 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/ipmbbridge' (took 16 ms)
1360 2025-10-13 03:01:14.172-0500 FINE t145 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/ipmbbridge
1363 2025-10-13 03:01:14.173-0500 FINE t152 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-rest-server' (took 5 ms)
1364 2025-10-13 03:01:14.173-0500 FINE t152 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-rest-server
1367 2025-10-13 03:01:14.176-0500 FINE t151 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-net-ipmid' (took 6 ms)
1368 2025-10-13 03:01:14.177-0500 FINE t151 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-net-ipmid
1371 2025-10-13 03:01:14.178-0500 FINE t208 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/smbios-mdr' (took 7 ms)
1372 2025-10-13 03:01:14.179-0500 FINE t208 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/smbios-mdr
1374 2025-10-13 03:01:14.421-0500 FINE t176 FileHistoryCache.store: Stored history for 2 regular files in repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1376 2025-10-13 03:01:14.424-0500 FINE t176 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openbmc-test-automation' (took 404 ms)
1377 2025-10-13 03:01:14.424-0500 FINE t176 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openbmc-test-automation
1379 2025-10-13 03:01:14.428-0500 FINE t233 FileHistoryCache.store: Stored history for 6 regular files in repository {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1381 2025-10-13 03:01:14.430-0500 FINE t233 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-vpd-parser' (took 367 ms)
1382 2025-10-13 03:01:14.430-0500 FINE t233 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-vpd-parser
1385 2025-10-13 03:01:14.548-0500 FINE t156 FileHistoryCache.createDirectoriesForFiles: Starting directory creation for {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (regular files for history till end of history): 167 directories
1386 2025-10-13 03:01:14.555-0500 FINE t156 Statistics.logIt: Done creating directories for {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (regular files for history till end of history) (took 6 ms)
1387 2025-10-13 03:01:14.555-0500 FINE t156 FileHistoryCache.store: Storing history for 167 regular files in repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} till end of history
1555 2025-10-13 03:01:15.618-0500 FINE t156 FileHistoryCache.store: Stored history for 167 regular files in repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1557 2025-10-13 03:01:15.620-0500 FINE t156 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/qemu' (took 1.612 seconds)
1558 2025-10-13 03:01:15.620-0500 FINE t156 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/qemu
1562 2025-10-13 03:01:15.622-0500 FINE t1 HistoryGuru.invalidateRepositories: invalidating 100 repositories
57772 2025-10-13 03:01:20.395-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/error.png'
57798 2025-10-13 03:01:20.411-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png'
57803 2025-10-13 03:01:20.411-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png'
57872 2025-10-13 03:01:20.428-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png'
57876 2025-10-13 03:01:20.428-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-flat-stripped.png'
57939 2025-10-13 03:01:20.501-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png'
58017 2025-10-13 03:01:20.631-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc-test-automation/lib/bmc_network_utils.py'
58021 2025-10-13 03:01:20.644-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc-test-automation/lib/gen_misc.py'
58055 2025-10-13 03:01:20.712-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openpower-vpd-parser/vpd-manager/include/error_codes.hpp'
58060 2025-10-13 03:01:20.720-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openpower-vpd-parser/vpd-manager/include/logger.hpp'
58067 2025-10-13 03:01:20.728-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/vpd_specific_utility.hpp'
58074 2025-10-13 03:01:20.737-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openpower-vpd-parser/vpd-manager/src/backup_restore.cpp'
58083 2025-10-13 03:01:20.745-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openpower-vpd-parser/vpd-manager/src/logger.cpp'
58091 2025-10-13 03:01:20.752-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openpower-vpd-parser/vpd-manager/src/worker.cpp'
58139 2025-10-13 03:01:20.886-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-pid-control/swampd_diagram.png'
58173 2025-10-13 03:01:20.951-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/.gitlab-ci.d/buildtest.yml'
58177 2025-10-13 03:01:20.957-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/.gitmodules'
58182 2025-10-13 03:01:20.965-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/VERSION'
58186 2025-10-13 03:01:20.977-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/accel/tcg/tb-maint.c'
58190 2025-10-13 03:01:20.994-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/block/curl.c'
58194 2025-10-13 03:01:21.036-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/docs/interop/firmware.json'
58199 2025-10-13 03:01:21.055-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/host/include/aarch64/host/atomic128-cas.h'
58235 2025-10-13 03:01:21.131-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/arm/stm32f205_soc.c'
58239 2025-10-13 03:01:21.144-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/char/max78000_uart.c'
58243 2025-10-13 03:01:21.149-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/char/sifive_uart.c'
58247 2025-10-13 03:01:21.154-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/core/cpu-common.c'
58257 2025-10-13 03:01:21.183-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/gpio/pca9554.c'
58285 2025-10-13 03:01:21.231-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/intc/arm_gicv3_kvm.c'
58292 2025-10-13 03:01:21.242-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/intc/loongarch_pch_pic.c'
58296 2025-10-13 03:01:21.248-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/intc/xics.c'
58339 2025-10-13 03:01:21.311-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/net/e1000e_core.c'
58364 2025-10-13 03:01:21.362-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/pci-host/astro.c'
58368 2025-10-13 03:01:21.367-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/pci-host/dino.c'
58378 2025-10-13 03:01:21.385-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/ppc/pnv.c'
58382 2025-10-13 03:01:21.394-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/ppc/spapr.c'
58386 2025-10-13 03:01:21.403-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/riscv/riscv-iommu.c'
58396 2025-10-13 03:01:21.450-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/usb/dev-network.c'
58400 2025-10-13 03:01:21.459-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/usb/hcd-uhci.c'
58404 2025-10-13 03:01:21.488-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/vfio-user/pci.c'
58408 2025-10-13 03:01:21.492-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/hw/vfio-user/proxy.c'
58415 2025-10-13 03:01:21.519-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/include/elf.h'
58419 2025-10-13 03:01:21.524-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/include/exec/cpu-common.h'
58426 2025-10-13 03:01:21.540-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/include/hw/arm/stm32f205_soc.h'
58431 2025-10-13 03:01:21.545-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/include/hw/core/cpu.h'
58447 2025-10-13 03:01:21.569-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/include/hw/intc/arm_gicv3_common.h'
58478 2025-10-13 03:01:21.648-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/include/system/memory.h'
58485 2025-10-13 03:01:21.678-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/linux-user/mips/target_elf.h'
58493 2025-10-13 03:01:21.689-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/linux-user/strace.c'
58497 2025-10-13 03:01:21.694-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/linux-user/strace.list'
58502 2025-10-13 03:01:21.705-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/meson.build'
58506 2025-10-13 03:01:21.711-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/migration/migration.c'
58553 2025-10-13 03:01:21.730-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/pc-bios/optionrom/multiboot.S'
58563 2025-10-13 03:01:21.733-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom'
58588 2025-10-13 03:01:21.738-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/python/qemu/machine/qtest.py'
58592 2025-10-13 03:01:21.742-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/python/qemu/qmp/legacy.py'
58596 2025-10-13 03:01:21.745-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/python/qemu/qmp/protocol.py'
58601 2025-10-13 03:01:21.749-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/python/qemu/qmp/qmp_shell.py'
58605 2025-10-13 03:01:21.751-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/python/qemu/qmp/qmp_tui.py'
58609 2025-10-13 03:01:21.753-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/python/qemu/qmp/util.py'
58614 2025-10-13 03:01:21.756-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/python/qemu/utils/py.typed'
58616 2025-10-13 03:01:21.757-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/python/scripts/mkvenv.py'
58620 2025-10-13 03:01:21.761-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/python/tests/protocol.py'
58624 2025-10-13 03:01:21.773-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/qga/commands.c'
58628 2025-10-13 03:01:21.776-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/qga/installer/qemu-ga.wxs'
58632 2025-10-13 03:01:21.780-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/qga/vss-win32/requester.cpp'
58636 2025-10-13 03:01:21.793-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/scripts/kernel-doc'
58640 2025-10-13 03:01:21.801-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/scsi/pr-manager-helper.c'
58646 2025-10-13 03:01:21.809-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/stubs/meson.build'
58650 2025-10-13 03:01:21.817-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/system/memory.c'
58654 2025-10-13 03:01:21.821-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/system/physmem.c'
58658 2025-10-13 03:01:21.827-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/arm/cpregs-pmu.c'
58662 2025-10-13 03:01:21.854-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/i386/cpu.h'
58666 2025-10-13 03:01:21.862-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/i386/kvm/kvm-cpu.c'
58670 2025-10-13 03:01:21.866-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/i386/kvm/kvm.c'
58674 2025-10-13 03:01:21.871-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/i386/kvm/vmsr_energy.c'
58678 2025-10-13 03:01:21.885-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/i386/tcg/system/svm_helper.c'
58682 2025-10-13 03:01:21.891-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/i386/tcg/system/tcg-cpu.c'
58686 2025-10-13 03:01:21.899-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_atomic.c.inc'
58690 2025-10-13 03:01:21.902-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_extra.c.inc'
58694 2025-10-13 03:01:21.905-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_farith.c.inc'
58698 2025-10-13 03:01:21.909-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_fcnv.c.inc'
58702 2025-10-13 03:01:21.913-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_fmemory.c.inc'
58706 2025-10-13 03:01:21.916-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_privileged.c.inc'
58710 2025-10-13 03:01:21.920-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_shift.c.inc'
58714 2025-10-13 03:01:21.925-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/loongarch/translate.h'
58718 2025-10-13 03:01:21.941-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/mips/tcg/system/tlb_helper.c'
58722 2025-10-13 03:01:21.948-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/ppc/cpu.h'
58726 2025-10-13 03:01:21.954-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/ppc/misc_helper.c'
58730 2025-10-13 03:01:21.960-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/riscv/cpu.c'
58734 2025-10-13 03:01:21.963-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/riscv/cpu.h'
58738 2025-10-13 03:01:21.968-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/riscv/csr.c'
58742 2025-10-13 03:01:21.973-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzce.c.inc'
58746 2025-10-13 03:01:21.976-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/riscv/machine.c'
58750 2025-10-13 03:01:21.980-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/riscv/tcg/tcg-cpu.c'
58754 2025-10-13 03:01:21.984-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/riscv/translate.c'
58758 2025-10-13 03:01:22.000-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/sparc/insns.decode'
58762 2025-10-13 03:01:22.004-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/target/sparc/translate.c'
58766 2025-10-13 03:01:22.016-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tcg/optimize.c'
58770 2025-10-13 03:01:22.023-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/Makefile.include'
58968 2025-10-13 03:01:22.041-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/functional/test_aarch64_hotplug_pci.py'
58972 2025-10-13 03:01:22.045-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/functional/test_aarch64_reverse_debug.py'
58998 2025-10-13 03:01:22.063-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out'
59123 2025-10-13 03:01:22.073-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out'
59197 2025-10-13 03:01:22.087-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qemu-iotests/147'
59201 2025-10-13 03:01:22.090-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qemu-iotests/151'
59205 2025-10-13 03:01:22.101-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qemu-iotests/check'
59223 2025-10-13 03:01:22.104-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qemu-iotests/testenv.py'
59227 2025-10-13 03:01:22.106-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qemu-iotests/testrunner.py'
59231 2025-10-13 03:01:22.126-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qtest/qos-test.c'
59235 2025-10-13 03:01:22.132-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qtest/vhost-user-test.c'
59239 2025-10-13 03:01:22.160-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/tcg/multiarch/Makefile.target'
59248 2025-10-13 03:01:22.189-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/ui/icons/qemu.svg'
59261 2025-10-13 03:01:22.192-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/ui/input-barrier.c'
59265 2025-10-13 03:01:22.197-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/ui/spice-core.c'
59269 2025-10-13 03:01:22.199-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/ui/spice-display.c'
59273 2025-10-13 03:01:22.203-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/ui/vnc.c'
59318 2025-10-13 03:01:22.878-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/u-boot/tools/logos/solidrun.bmp'
59345 2025-10-13 03:01:22.884-0500 FINE t552 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png'
59368 2025-10-13 03:01:22.912-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc-test-automation/lib/gen_misc.py' (PythonAnalyzer)
59375 2025-10-13 03:01:22.913-0500 FINE t748 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/scsi/pr-manager-helper.c' (CAnalyzer)
59376 2025-10-13 03:01:22.912-0500 FINE t747 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/i386/cpu.h' (CAnalyzer)
59377 2025-10-13 03:01:22.912-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-flat-stripped.png' (FileAnalyzer)
59378 2025-10-13 03:01:22.912-0500 FINE t752 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openpower-vpd-parser/vpd-manager/src/backup_restore.cpp' (CxxAnalyzer)
59379 2025-10-13 03:01:22.912-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/include/elf.h' (CAnalyzer)
59380 2025-10-13 03:01:22.912-0500 FINE t754 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/loongarch/translate.h' (CAnalyzer)
59381 2025-10-13 03:01:22.912-0500 FINE t745 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/system/memory.c' (CAnalyzer)
59384 2025-10-13 03:01:22.914-0500 FINE t751 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out' (FileAnalyzer)
59385 2025-10-13 03:01:22.913-0500 FINE t753 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/include/hw/arm/stm32f205_soc.h' (CAnalyzer)
59386 2025-10-13 03:01:22.914-0500 FINE t755 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/functional/test_aarch64_hotplug_pci.py' (PythonAnalyzer)
59388 2025-10-13 03:01:22.917-0500 FINE t750 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/ui/icons/qemu.svg' (XMLAnalyzer)
59403 2025-10-13 03:01:22.952-0500 FINE t747 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]*)']
59404 2025-10-13 03:01:22.954-0500 FINE t748 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]*)']
59405 2025-10-13 03:01:22.954-0500 FINE t753 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]*)']
59406 2025-10-13 03:01:22.955-0500 FINE t745 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]*)']
59407 2025-10-13 03:01:22.955-0500 FINE t749 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]*)']
59408 2025-10-13 03:01:22.955-0500 FINE t755 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]*)']
59409 2025-10-13 03:01:22.955-0500 FINE t756 Ctags.run: Executing ctags command [/usr/local/bin/ctags --kinds-c=+l --kinds-java=+l --kinds-sql=+l --kinds-Fortran=+L --kinds-C++=+l --extras=+F -u --filter=yes --filter-terminator=$'__ctags_done_with_file__\n' --fields=-af+iKnS --excmd=pattern --pattern-length-limit=180 --langdef=scala --kinddef-scala=$'c,class,Classes' --kinddef-scala=$'o,object,Objects' --kinddef-scala=$'C,caseClass,Case\\ classes' --kinddef-scala=$'O,caseObject,Case\\ objects' --kinddef-scala=$'t,trait,Traits' --kinddef-scala=$'m,method,Methods' --kinddef-scala=$'l,constant,Constants' --kinddef-scala=$'v,variable,Variables' --kinddef-scala=$'T,type,Types' --kinddef-scala=$'p,package,Packages' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\4/c/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*object[[:space:]]+([a-zA-Z0-9_]+)/\\4/o/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case class[[:space:]]+([a-zA-Z0-9_]+)/\\4/C/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*case object[[:space:]]+([a-zA-Z0-9_]+)/\\4/O/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private|protected)?[[:space:]]*trait[[:space:]]+([a-zA-Z0-9_]+)/\\4/t/' --regex-scala=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/T/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private|protected)[[:space:]]*)*def[[:space:]]+([a-zA-Z0-9_]+)/\\3/m/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*val[[:space:]]+([a-zA-Z0-9_]+)/\\3/l/' --regex-scala=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*var[[:space:]]+([a-zA-Z0-9_]+)/\\3/v/' --regex-scala=$'/^[[:space:]]*package[[:space:]]+([a-zA-Z0-9_.]+)/\\1/p/' --regex-haskell=$'/^[[:space:]]*class[[:space:]]+([a-zA-Z0-9_]+)/\\1/c/' --regex-haskell=$'/^[[:space:]]*data[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*newtype[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^[[:space:]]*type[[:space:]]+([a-zA-Z0-9_]+)/\\1/t/' --regex-haskell=$'/^([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\1/f/' --regex-haskell=$'/^(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --regex-haskell=$'/[[:space:]]+(let|where)[[:space:]]+([a-zA-Z0-9_]+).*[[:space:]]+={1}[[:space:]]+/\\2/f/' --kinddef-clojure=$'d,definition,Definitions' --kinddef-clojure=$'p,privateFunction,Private\\ functions' --kinddef-clojure=$'m,macro,Macros' --kinddef-clojure=$'i,inline,Inlines' --kinddef-clojure=$'a,multimethodDefinition,Multimethod\\ definitions' --kinddef-clojure=$'b,multimethodInstance,Multimethod\\ instances' --kinddef-clojure=$'c,definitionOnce,Definition\\ once' --kinddef-clojure=$'s,struct,Structs' --kinddef-clojure=$'v,intern,Interns' --regex-clojure=$'/\\([[:space:]]*create-ns[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/n/' --regex-clojure=$'/\\([[:space:]]*def[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/d/' --regex-clojure=$'/\\([[:space:]]*defn-[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/p/' --regex-clojure=$'/\\([[:space:]]*defmacro[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/m/' --regex-clojure=$'/\\([[:space:]]*definline[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/i/' --regex-clojure=$'/\\([[:space:]]*defmulti[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/a/' --regex-clojure=$'/\\([[:space:]]*defmethod[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/b/' --regex-clojure=$'/\\([[:space:]]*defonce[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/c/' --regex-clojure=$'/\\([[:space:]]*defstruct[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/s/' --regex-clojure=$'/\\([[:space:]]*intern[[:space:]]+([-[:alnum:]*+!_:\\/.?]+)/\\1/v/' --kinddef-kotlin=$'d,dataClass,Data\\ classes' --kinddef-kotlin=$'I,import,Imports' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*class[[:space:]]+([[:alnum:]_:]+)/\\4/c/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*object[[:space:]]+([[:alnum:]_:]+)/\\4/o/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*data class[[:space:]]+([[:alnum:]_:]+)/\\6/d/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy)[[:space:]]*)*(private[^ ]*|protected)?[[:space:]]*interface[[:space:]]+([[:alnum:]_:]+)/\\4/i/' --regex-kotlin=$'/^[[:space:]]*type[[:space:]]+([[:alnum:]_:]+)/\\1/T/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*(\\[[a-z]*\\])*|protected)[[:space:]]*)*fun[[:space:]]+([[:alnum:]_:]+)/\\4/m/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*val[[:space:]]+([[:alnum:]_:]+)/\\3/C/' --regex-kotlin=$'/^[[:space:]]*((abstract|final|sealed|implicit|lazy|private[^ ]*|protected)[[:space:]]*)*var[[:space:]]+([[:alnum:]_:]+)/\\3/v/' --regex-kotlin=$'/^[[:space:]]*package[[:space:]]+([[:alnum:]_.:]+)/\\1/p/' --regex-kotlin=$'/^[[:space:]]*import[[:space:]]+([[:alnum:]_.:]+)/\\1/I/' --langdef=swift --kinddef-swift=$'n,enum,Enums' --kinddef-swift=$'t,typealias,Type\\ aliases' --kinddef-swift=$'p,protocol,Protocols' --kinddef-swift=$'s,struct,Structs' --kinddef-swift=$'c,class,Classes' --kinddef-swift=$'f,function,Functions' --kinddef-swift=$'v,variable,Variables' --kinddef-swift=$'e,extension,Extensions' --regex-swift=$'/enum[[:space:]]+([^\\{\\}]+).*$/\\1/n/' --regex-swift=$'/typealias[[:space:]]+([^:=]+).*$/\\1/t/' --regex-swift=$'/protocol[[:space:]]+([^:\\{]+).*$/\\1/p/' --regex-swift=$'/struct[[:space:]]+([^:\\{]+).*$/\\1/s/' --regex-swift=$'/class[[:space:]]+([^:\\{]+).*$/\\1/c/' --regex-swift=$'/func[[:space:]]+([^\\(\\)]+)\\([^\\(\\)]*\\)/\\1/f/' --regex-swift=$'/(var|let)[[:space:]]+([^:=]+).*$/\\2/v/' --regex-swift=$'/^[[:space:]]*extension[[:space:]]+([^:\\{]+).*$/\\1/e/' --kinddef-rust=$'I,impl,Trait\\ implementation' --kinddef-rust=$'r,trait,Traits' --kinddef-rust=$'V,localVariable,Local\\ variables' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(static|const)[[:space:]]+(mut[[:space:]]+)?([[:alnum:]_]+)/\\4/C/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?impl([[:space:]\n]*<[^>]*>)?[[:space:]]+(([[:alnum:]_:]+)[[:space:]]*(<[^>]*>)?[[:space:]]+(for)[[:space:]]+)?([[:alnum:]_]+)/\\5 \\7 \\8/I/' --regex-rust=$'/^[[:space:]]*(pub[[:space:]]+)?(unsafe[[:space:]]+)?trait[[:space:]]+([[:alnum:]_]+)/\\3/r/' --regex-rust=$'/^[[:space:]]*let([[:space:]]+mut)?[[:space:]]+([[:alnum:]_]+)/\\2/V/' --kinddef-pascal=$'t,type,Types' --kinddef-pascal=$'c,class,Classes' --kinddef-pascal=$'i,interface,Interfaces' --kinddef-pascal=$'n,constructor,Constructors' --kinddef-pascal=$'d,destructor,Destructors' --kinddef-pascal=$'o,property,Properties' --kinddef-pascal=$'s,section,Sections' --kinddef-pascal=$'u,unit,Units' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*\\([[:space:]]*[[:alnum:]_][[:space:]]*\\)/\\1/t/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*class[[:space:]]*[^;]*$/\\1/c/' --regex-pascal=$'/([[:alnum:]_]+)[[:space:]]*=[[:space:]]*interface[[:space:]]*[^;]*$/\\1/i/' --regex-pascal=$'/^constructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/n/' --regex-pascal=$'/^destructor[[:space:]]+(T[a-zA-Z0-9_]+(<[a-zA-Z0-9_, ]+>)?\\.)([a-zA-Z0-9_<>, ]+)(.*)+/\\1\\3/d/' --regex-pascal=$'/^(procedure)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/p/' --regex-pascal=$'/^(function)[[:space:]]+T[a-zA-Z0-9_<>, ]+\\.([a-zA-Z0-9_<>, ]+)(.*)/\\2/f/' --regex-pascal=$'/^[[:space:]]*property[[:space:]]+([a-zA-Z0-9_<>, ]+)[[:space:]]*\\:(.*)/\\1/o/' --regex-pascal=$'/^(uses|interface|implementation)$/\\1/s/' --regex-pascal=$'/^unit[[:space:]]+([a-zA-Z0-9_<>, ]+)[;(]/\\1/u/' --regex-powershell=$'/\\$(\\{[^}]+\\})/\\1/v/' --regex-powershell=$'/\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1/v/' --regex-powershell=$'/^[[:space:]]*(:[^[:space:]]+)/\\1/l,label/' --_fielddef-powershell=$'signature,signatures' --fields-powershell=$'+{signature}' --regex-powershell=$'/`\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/`\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/#.*\\$([[:alnum:]_]+([:.][[:alnum:]_]+)*)/\\1//{exclusive}' --regex-powershell=$'/#.*\\$(\\{[^}]+\\})/\\1//{exclusive}' --regex-powershell=$'/^[[:space:]]*(function|filter)[[:space:]]+([^({[:space:]]+)[[:space:]]*(\\(([^)]+)\\))?/\\2/f/{icase}{exclusive}{_field=signature:(\\4)}' --langmap=Ada:+.ada.Ada.ADA --langmap=Ada:+.adb.Adb.ADB --langmap=Ada:+.ads.Ads.ADS --langmap=Java:+.aidl.Aidl.AIDL --langmap=XML:+.asax.Asax.ASAX --langmap=XML:+.ascx.Ascx.ASCX --langmap=Asm:+.asm.Asm.ASM --langmap=XML:+.aspx.Aspx.ASPX --langmap=Sh:+.awk.Awk.AWK --langmap=Sh:+.bash.Bash.BASH --langmap=C:+.c.C --langmap=C++:+.c++.C++.C++ --langmap=C++:+.cc.Cc.CC --langmap=clojure:+.clj.Clj.CLJ --langmap=clojure:+.cljs.Cljs.CLJS --langmap=clojure:+.cljx.Cljx.CLJX --langmap=Sh:+.com.Com.COM --langmap=Sh:+.conf.Conf.CONF --langmap=C++:+.cpp.Cpp.CPP --langmap=$'C#:+.cs.Cs.CS' --langmap=Sh:+.csh.Csh.CSH --langmap=C++:+.cu.Cu.CU --langmap=C++:+.cuh.Cuh.CUH --langmap=C++:+.cxx.Cxx.CXX --langmap=C:+.d.D --langmap=Eiffel:+.e.E --langmap=Lisp:+.el.El.EL --langmap=Erlang:+.erl.Erl.ERL --langmap=Erlang:+.escript.Escript.ESCRIPT --langmap=Tcl:+.exp.Exp.EXP --langmap=Fortran:+.f.F --langmap=Fortran:+.f03.F03.F03 --langmap=Fortran:+.f08.F08.F08 --langmap=Fortran:+.f15.F15.F15 --langmap=Fortran:+.f77.F77.F77 --langmap=Fortran:+.f90.F90.F90 --langmap=Fortran:+.f95.F95.F95 --langmap=Sh:+.flg.Flg.FLG --langmap=Sh:+.gmk.Gmk.GMK --langmap=Go:+.go.Go.GO --langmap=C:+.h.H --langmap=C++:+.hh.Hh.HH --langmap=C++:+.hpp.Hpp.HPP --langmap=Erlang:+.hrl.Hrl.HRL --langmap=haskell:+.hs.Hs.HS --langmap=haskell:+.hsc.Hsc.HSC --langmap=XML:+.htm.Htm.HTM --langmap=XML:+.html.Html.HTML --langmap=C++:+.hxx.Hxx.HXX --langmap=C:+.i.I --langmap=Tcl:+.itcl.Itcl.ITCL --langmap=Tcl:+.itk.Itk.ITK --langmap=Java:+.jav.Jav.JAV --langmap=Java:+.java.Java.JAVA --langmap=JavaScript:+.js.Js.JS --langmap=JSON:+.json.Json.JSON --langmap=Sh:+.ksh.Ksh.KSH --langmap=Sh:+.kshlib.Kshlib.KSHLIB --langmap=kotlin:+.kt.Kt.KT --langmap=kotlin:+.kts.Kts.KTS --langmap=C:+.l.L --langmap=C:+.lex.Lex.LEX --langmap=Lisp:+.lisp.Lisp.LISP --langmap=Lisp:+.lsp.Lsp.LSP --langmap=Lua:+.lua.Lua.LUA --langmap=XML:+.master.Master.MASTER --langmap=Sh:+.mk.Mk.MK --langmap=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]*)']
59410 2025-10-13 03:01:22.955-0500 FINE t754 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]*)']
59411 2025-10-13 03:01:22.955-0500 FINE t752 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]*)']
59528 2025-10-13 03:01:22.985-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/qga/installer/qemu-ga.wxs' (XMLAnalyzer)
59534 2025-10-13 03:01:22.994-0500 FINE t751 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/python/scripts/mkvenv.py' (PythonAnalyzer)
59536 2025-10-13 03:01:22.999-0500 FINE t751 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]*)']
59552 2025-10-13 03:01:23.040-0500 FINE t755 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_atomic.c.inc' (PlainAnalyzer)
59557 2025-10-13 03:01:23.054-0500 FINE t750 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/error.png' (FileAnalyzer)
59564 2025-10-13 03:01:23.058-0500 FINE t750 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/tcg/multiarch/Makefile.target' (ShAnalyzer)
59566 2025-10-13 03:01:23.061-0500 FINE t750 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]*)']
59582 2025-10-13 03:01:23.086-0500 FINE t755 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/riscv/tcg/tcg-cpu.c' (CAnalyzer)
59587 2025-10-13 03:01:23.088-0500 FINE t754 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qtest/qos-test.c' (CAnalyzer)
59593 2025-10-13 03:01:23.113-0500 FINE t753 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_shift.c.inc' (PlainAnalyzer)
59599 2025-10-13 03:01:23.128-0500 FINE t753 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/python/tests/protocol.py' (PythonAnalyzer)
59603 2025-10-13 03:01:23.129-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/intc/arm_gicv3_kvm.c' (CAnalyzer)
59606 2025-10-13 03:01:23.131-0500 FINE t746 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]*)']
59610 2025-10-13 03:01:23.134-0500 FINE t748 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/ppc/spapr.c' (CAnalyzer)
59614 2025-10-13 03:01:23.138-0500 FINE t752 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/riscv/riscv-iommu.c' (CAnalyzer)
59631 2025-10-13 03:01:23.147-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/Makefile.include' (ShAnalyzer)
59636 2025-10-13 03:01:23.148-0500 FINE t750 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/char/sifive_uart.c' (CAnalyzer)
59643 2025-10-13 03:01:23.152-0500 FINE t754 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/meson.build' (PlainAnalyzer)
59655 2025-10-13 03:01:23.213-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/gpio/pca9554.c' (CAnalyzer)
59661 2025-10-13 03:01:23.263-0500 FINE t751 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/sparc/translate.c' (CAnalyzer)
59666 2025-10-13 03:01:23.275-0500 FINE t750 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/i386/kvm/vmsr_energy.c' (CAnalyzer)
59671 2025-10-13 03:01:23.279-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/python/qemu/qmp/legacy.py' (PythonAnalyzer)
59677 2025-10-13 03:01:23.292-0500 FINE t753 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/include/hw/intc/arm_gicv3_common.h' (CAnalyzer)
59685 2025-10-13 03:01:23.345-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qemu-iotests/testrunner.py' (PythonAnalyzer)
59690 2025-10-13 03:01:23.353-0500 FINE t750 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/scripts/kernel-doc' (PerlAnalyzer)
59696 2025-10-13 03:01:23.441-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/functional/test_aarch64_reverse_debug.py' (PythonAnalyzer)
59700 2025-10-13 03:01:23.442-0500 FINE t753 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/linux-user/strace.c' (CAnalyzer)
59706 2025-10-13 03:01:23.453-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openpower-vpd-parser/vpd-manager/include/error_codes.hpp' (CxxAnalyzer)
59711 2025-10-13 03:01:23.456-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/vfio-user/proxy.c' (CAnalyzer)
59719 2025-10-13 03:01:23.470-0500 FINE t755 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/u-boot/tools/logos/solidrun.bmp' (FileAnalyzer)
59722 2025-10-13 03:01:23.471-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc-test-automation/lib/bmc_network_utils.py' (PythonAnalyzer)
59729 2025-10-13 03:01:23.473-0500 FINE t755 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/python/qemu/utils/py.typed' (FileAnalyzer)
59737 2025-10-13 03:01:23.475-0500 FINE t755 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/migration/migration.c' (CAnalyzer)
59742 2025-10-13 03:01:23.490-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/i386/tcg/system/tcg-cpu.c' (CAnalyzer)
59748 2025-10-13 03:01:23.538-0500 FINE t750 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/ppc/cpu.h' (CAnalyzer)
59753 2025-10-13 03:01:23.546-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/stubs/cpu-destroy-address-spaces.c' (CAnalyzer)
59758 2025-10-13 03:01:23.552-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_privileged.c.inc' (PlainAnalyzer)
59763 2025-10-13 03:01:23.564-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/pc-bios/multiboot_dma.bin' (FileAnalyzer)
59770 2025-10-13 03:01:23.568-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/python/qemu/qmp/qmp_shell.py' (PythonAnalyzer)
59776 2025-10-13 03:01:23.570-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qtest/vhost-user-test.c' (CAnalyzer)
59783 2025-10-13 03:01:23.599-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/ppc/misc_helper.c' (CAnalyzer)
59789 2025-10-13 03:01:23.631-0500 FINE t752 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qemu-iotests/147' (PythonAnalyzer)
59795 2025-10-13 03:01:23.660-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_extra.c.inc' (PlainAnalyzer)
59800 2025-10-13 03:01:23.669-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/host/include/aarch64/host/atomic128-cas.h.inc' (PlainAnalyzer)
59805 2025-10-13 03:01:23.671-0500 FINE t753 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/riscv/machine.c' (CAnalyzer)
59810 2025-10-13 03:01:23.674-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom' (FileAnalyzer)
59817 2025-10-13 03:01:23.676-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/linux-user/strace.list' (PlainAnalyzer)
59822 2025-10-13 03:01:23.686-0500 FINE t751 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tcg/optimize.c' (CAnalyzer)
59827 2025-10-13 03:01:23.689-0500 FINE t752 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/arm/stm32f205_soc.c' (CAnalyzer)
59832 2025-10-13 03:01:23.692-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/core/cpu-common.c' (CAnalyzer)
59838 2025-10-13 03:01:23.702-0500 FINE t747 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qemu-iotests/check' (PythonAnalyzer)
59844 2025-10-13 03:01:23.737-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/accel/tcg/tb-maint.c' (CAnalyzer)
59849 2025-10-13 03:01:23.741-0500 FINE t753 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/ui/spice-display.c' (CAnalyzer)
59857 2025-10-13 03:01:23.746-0500 FINE t747 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_fcnv.c.inc' (PlainAnalyzer)
59859 2025-10-13 03:01:23.746-0500 FINE t752 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/python/qemu/qmp/qmp_tui.py' (PythonAnalyzer)
59865 2025-10-13 03:01:23.748-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/ppc/pnv.c' (CAnalyzer)
59871 2025-10-13 03:01:23.752-0500 FINE t747 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/usb/hcd-uhci.c' (CAnalyzer)
59877 2025-10-13 03:01:23.760-0500 FINE t748 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/linux-user/mips/target_elf.h' (CAnalyzer)
59884 2025-10-13 03:01:23.769-0500 FINE t748 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/pc-bios/optionrom/multiboot.S' (AsmAnalyzer)
59889 2025-10-13 03:01:23.785-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_fmemory.c.inc' (PlainAnalyzer)
59896 2025-10-13 03:01:23.790-0500 FINE t745 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/python/qemu/qmp/protocol.py' (PythonAnalyzer)
59898 2025-10-13 03:01:23.790-0500 FINE t748 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_farith.c.inc' (PlainAnalyzer)
59904 2025-10-13 03:01:23.795-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qemu-iotests/151' (PythonAnalyzer)
59908 2025-10-13 03:01:23.795-0500 FINE t752 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/ui/spice-core.c' (CAnalyzer)
59915 2025-10-13 03:01:23.804-0500 FINE t748 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/.gitlab-ci.d/buildtest.yml' (YamlAnalyzer)
59921 2025-10-13 03:01:23.831-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/intc/loongarch_pch_pic.c' (CAnalyzer)
59927 2025-10-13 03:01:23.849-0500 FINE t745 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qemu-iotests/testenv.py' (PythonAnalyzer)
59933 2025-10-13 03:01:23.875-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/python/qemu/machine/qtest.py' (PythonAnalyzer)
59937 2025-10-13 03:01:23.877-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/riscv/cpu.h' (CAnalyzer)
59942 2025-10-13 03:01:23.878-0500 FINE t755 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openpower-vpd-parser/vpd-manager/src/worker.cpp' (CxxAnalyzer)
59953 2025-10-13 03:01:23.891-0500 FINE t745 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/char/max78000_uart.c' (CAnalyzer)
59955 2025-10-13 03:01:23.892-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/qga/commands.c' (CAnalyzer)
59963 2025-10-13 03:01:23.897-0500 FINE t748 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/riscv/cpu.c' (CAnalyzer)
59968 2025-10-13 03:01:23.906-0500 FINE t747 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzce.c.inc' (PlainAnalyzer)
59972 2025-10-13 03:01:23.907-0500 FINE t745 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/block/curl.c' (CAnalyzer)
59978 2025-10-13 03:01:23.910-0500 FINE t753 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/include/system/memory.h' (CAnalyzer)
59986 2025-10-13 03:01:23.921-0500 FINE t747 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/riscv/translate.c' (CAnalyzer)
59991 2025-10-13 03:01:23.927-0500 FINE t751 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/docs/interop/firmware.json' (JsonAnalyzer)
59997 2025-10-13 03:01:23.949-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/stubs/meson.build' (PlainAnalyzer)
60002 2025-10-13 03:01:23.972-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png' (FileAnalyzer)
60009 2025-10-13 03:01:23.975-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openpower-vpd-parser/vpd-manager/include/logger.hpp' (CxxAnalyzer)
60015 2025-10-13 03:01:23.979-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out' (FileAnalyzer)
60022 2025-10-13 03:01:23.981-0500 FINE t756 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/ui/vnc.c' (CAnalyzer)
60027 2025-10-13 03:01:23.995-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/include/hw/core/cpu.h' (CAnalyzer)
60031 2025-10-13 03:01:23.995-0500 FINE t745 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/riscv/csr.c' (CAnalyzer)
60038 2025-10-13 03:01:24.001-0500 FINE t751 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/net/e1000e_core.c' (CAnalyzer)
60044 2025-10-13 03:01:24.019-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png' (FileAnalyzer)
60051 2025-10-13 03:01:24.021-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-pid-control/swampd_diagram.png' (FileAnalyzer)
60058 2025-10-13 03:01:24.023-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/include/exec/cpu-common.h' (CAnalyzer)
60066 2025-10-13 03:01:24.046-0500 FINE t748 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/tcg/multiarch/tb-link.c' (CAnalyzer)
60071 2025-10-13 03:01:24.053-0500 FINE t748 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/VERSION' (PlainAnalyzer)
60076 2025-10-13 03:01:24.067-0500 FINE t748 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png' (FileAnalyzer)
60083 2025-10-13 03:01:24.071-0500 FINE t748 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/usb/dev-network.c' (CAnalyzer)
60088 2025-10-13 03:01:24.081-0500 FINE t755 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/vpd_specific_utility.hpp' (CxxAnalyzer)
60095 2025-10-13 03:01:24.095-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/mips/tcg/system/tlb_helper.c' (CAnalyzer)
60101 2025-10-13 03:01:24.104-0500 FINE t747 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/vfio-user/pci.c' (CAnalyzer)
60108 2025-10-13 03:01:24.149-0500 FINE t748 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/pci-host/dino.c' (CAnalyzer)
60114 2025-10-13 03:01:24.158-0500 FINE t755 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/ui/input-barrier.c' (CAnalyzer)
60119 2025-10-13 03:01:24.160-0500 FINE t747 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/python/qemu/qmp/util.py' (PythonAnalyzer)
60125 2025-10-13 03:01:24.173-0500 FINE t749 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/arm/cpregs-pmu.c' (CAnalyzer)
60130 2025-10-13 03:01:24.179-0500 FINE t747 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/i386/kvm/kvm-cpu.c' (CAnalyzer)
60136 2025-10-13 03:01:24.212-0500 FINE t751 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/i386/kvm/kvm.c' (CAnalyzer)
60141 2025-10-13 03:01:24.218-0500 FINE t748 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openpower-vpd-parser/vpd-manager/src/logger.cpp' (CxxAnalyzer)
60147 2025-10-13 03:01:24.230-0500 FINE t747 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/.gitmodules' (PlainAnalyzer)
60152 2025-10-13 03:01:24.239-0500 FINE t748 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/sparc/insns.decode' (PlainAnalyzer)
60158 2025-10-13 03:01:24.247-0500 FINE t747 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/intc/xics.c' (CAnalyzer)
60166 2025-10-13 03:01:24.252-0500 FINE t755 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/qga/vss-win32/requester.cpp' (CxxAnalyzer)
60167 2025-10-13 03:01:24.252-0500 FINE t746 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/system/physmem.c' (CAnalyzer)
60176 2025-10-13 03:01:24.285-0500 FINE t752 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png' (FileAnalyzer)
60180 2025-10-13 03:01:24.285-0500 FINE t755 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/hw/pci-host/astro.c' (CAnalyzer)
60188 2025-10-13 03:01:24.288-0500 FINE t752 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png' (FileAnalyzer)
60195 2025-10-13 03:01:24.289-0500 FINE t752 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/target/i386/tcg/system/svm_helper.c' (CAnalyzer)
60224 2025-10-13 03:01:24.579-0500 FINE t552 IndexDatabase.finishWriting: preparing to commit changes to index database for project 'openbmc'
60240 2025-10-13 03:01:24.958-0500 FINE t552 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images'
60241 2025-10-13 03:01:24.958-0500 FINE t552 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators'
60242 2025-10-13 03:01:24.958-0500 FINE t552 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images'
60243 2025-10-13 03:01:24.958-0500 FINE t552 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/openbmc/poky/documentation/profile-manual/figures'
60297 2025-10-13 03:01:24.963-0500 FINE t552 PendingFileCompleter.completeInner: deleted 28 file(s) for project openbmc:indexed=true,history=true (took 13 ms)
60405 2025-10-13 03:01:24.982-0500 FINE t552 PendingFileCompleter.completeInner: renamed 107 file(s) for project openbmc:indexed=true,history=true (took 18 ms)
60406 2025-10-13 03:01:24.982-0500 FINE t552 PendingFileCompleter.completeInner: affirmed links for 0 path(s) for project openbmc:indexed=true,history=true (took 0 ms)
60407 2025-10-13 03:01:24.982-0500 FINE t552 Statistics.logIt: completed 135 object(s) for project openbmc:indexed=true,history=true (took 32 ms)
60409 2025-10-13 03:01:24.993-0500 FINE t1 Ctags.close: Destroying ctags command
60410 2025-10-13 03:01:24.993-0500 FINE t1 Ctags.close: Destroying ctags command
60411 2025-10-13 03:01:24.993-0500 FINE t1 Ctags.close: Destroying ctags command
60412 2025-10-13 03:01:24.993-0500 FINE t1 Ctags.close: Destroying ctags command
60413 2025-10-13 03:01:24.993-0500 FINE t1 Ctags.close: Destroying ctags command
60414 2025-10-13 03:01:24.993-0500 FINE t1 Ctags.close: Destroying ctags command
60415 2025-10-13 03:01:24.994-0500 FINE t1 Ctags.close: Destroying ctags command
60416 2025-10-13 03:01:24.994-0500 FINE t1 Ctags.close: Destroying ctags command
60417 2025-10-13 03:01:24.994-0500 FINE t1 Ctags.close: Destroying ctags command
60418 2025-10-13 03:01:24.994-0500 FINE t1 Ctags.close: Destroying ctags command
60419 2025-10-13 03:01:24.994-0500 FINE t1 Ctags.close: Destroying ctags command
60420 2025-10-13 03:01:24.994-0500 FINE t1 Ctags.close: Destroying ctags command