cms-sw / cmssw

CMS Offline Software
http://cms-sw.github.io/
Apache License 2.0
1.07k stars 4.29k forks source link

GCC13 and LTO: false-positive (?) `Warray-bounds` #44582

Open iarspider opened 6 months ago

iarspider commented 6 months ago

gcc13 IBs generate several false-positive Warray-bounds warnings, e.g.:

>> Building shared library tmp/el9_amd64_gcc13/src/DQM/SiTrackerPhase2/src/DQMSiTrackerPhase2/libDQMSiTrackerPhase2.so
/data/cmsbld/jenkins/workspace/build-any-ib/w/el9_amd64_gcc13/external/gcc/13.2.0-1b0a3367d04f48f01ad3ccf40e55475c/bin/c++ -O2 -pthread -pipe -Werror=main -Werror=pointer-arith -Werror=overlength-strings -Wno-vla -Werror=overflow -std=c++17 -ftree-vectorize -Werror=array-bounds -Werror=format-contains-nul -Werror=type-limits -fvisibility-inlines-hidden -fno-math-errno --param vect-max-version-for-alias-checks=50 -Xassembler --compress-debug-sections -fuse-ld=bfd -msse3 -felide-constructors -fmessage-length=0 -Wall -Wno-non-template-friend -Wno-long-long -Wreturn-type -Wextra -Wpessimizing-move -Wclass-memaccess -Wno-cast-function-type -Wno-unused-but-set-parameter -Wno-ignored-qualifiers -Wno-unused-parameter -Wunused -Wparentheses -Werror=return-type -Werror=missing-braces -Werror=unused-value -Werror=unused-label -Werror=address -Werror=format -Werror=sign-compare -Werror=write-strings -Werror=delete-non-virtual-dtor -Werror=strict-aliasing -Werror=narrowing -Werror=unused-but-set-variable -Werror=reorder -Werror=unused-variable -Werror=conversion-null -Werror=return-local-addr -Wnon-virtual-dtor -Werror=switch -fdiagnostics-show-option -Wno-unused-local-typedefs -Wno-attributes -Wno-psabi -DEIGEN_DONT_PARALLELIZE -DEIGEN_MAX_ALIGN_BYTES=64 -Wno-error=unused-variable -DBOOST_DISABLE_ASSERTS -flto=auto -fipa-icf -flto-odr-type-merging -fno-fat-lto-objects -Wodr -shared -Wl,-E    -Wl,-z,defs     tmp/el9_amd64_gcc13/src/DQM/SiTrackerPhase2/src/DQMSiTrackerPhase2/TrackerPhase2DQMUtil.cc.o tmp/el9_amd64_gcc13/src/DQM/SiTrackerPhase2/src/DQMSiTrackerPhase2/TrackerPhase2HarvestingUtil.cc.o -o tmp/el9_amd64_gcc13/src/DQM/SiTrackerPhase2/src/DQMSiTrackerPhase2/libDQMSiTrackerPhase2.so -Wl,-E -Wl,--hash-style=gnu -L/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/f13f75b2cf04a5a6e5b5b92c5e0cd08a/opt/cmssw/el9_amd64_gcc13/cms/cmssw/CMSSW_14_1_X_2024-03-29-2300/biglib/el9_amd64_gcc13 -L/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/f13f75b2cf04a5a6e5b5b92c5e0cd08a/opt/cmssw/el9_amd64_gcc13/cms/cmssw/CMSSW_14_1_X_2024-03-29-2300/lib/el9_amd64_gcc13 -L/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/f13f75b2cf04a5a6e5b5b92c5e0cd08a/opt/cmssw/el9_amd64_gcc13/cms/cmssw/CMSSW_14_1_X_2024-03-29-2300/external/el9_amd64_gcc13/lib -L/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/f13f75b2cf04a5a6e5b5b92c5e0cd08a/opt/cmssw/el9_amd64_gcc13/cms/cmssw/CMSSW_14_1_X_2024-03-29-2300/static/el9_amd64_gcc13 -lDataFormatsTrackerCommon -lDataFormatsSiStripCluster -lDQMServicesCore -lDataFormatsTrajectoryState -lDataFormatsGeometryVector -lDataFormatsSiPixelDetId -lDataFormatsSiStripDetId -lFWCoreFramework -lDataFormatsDetId -lDataFormatsMath -lDataFormatsSiPixelCluster -lDataFormatsSiStripDigi -lFWCoreCommon -lFWCoreServiceRegistry -lDataFormatsCommon -lFWCoreParameterSet -lFWCoreMessageLogger -lDataFormatsProvenance -lFWCorePluginManager -lFWCoreReflection -lFWCoreConcurrency -lFWCoreUtilities -lFWCoreVersion -lHist -lMatrix -lGenVector -lMathMore -lTree -lNet -lThread -lMathCore -lRIO -lboost_program_options -lclasslib -lCore -lboost_thread -lboost_date_time -lpcre -lbz2 -lgsl -luuid -lprotobuf -ltbb -llzma -lz -lfmt -lcms-md5 -lopenblas -lcrypt -ldl -lrt -lstdc++fs -ltinyxml2
In function 'copy',
    inlined from '_S_copy' at /data/cmsbld/jenkins/workspace/build-any-ib/w/el9_amd64_gcc13/external/gcc/13.2.0-1b0a3367d04f48f01ad3ccf40e55475c/include/c++/13.2.0/bits/basic_string.h:420:21,
    inlined from '_S_copy' at /data/cmsbld/jenkins/workspace/build-any-ib/w/el9_amd64_gcc13/external/gcc/13.2.0-1b0a3367d04f48f01ad3ccf40e55475c/include/c++/13.2.0/bits/basic_string.h:415:7,
    inlined from '_S_copy_chars' at /data/cmsbld/jenkins/workspace/build-any-ib/w/el9_amd64_gcc13/external/gcc/13.2.0-1b0a3367d04f48f01ad3ccf40e55475c/include/c++/13.2.0/bits/basic_string.h:474:16,
    inlined from '_M_construct.constprop' at /data/cmsbld/jenkins/workspace/build-any-ib/w/el9_amd64_gcc13/external/gcc/13.2.0-1b0a3367d04f48f01ad3ccf40e55475c/include/c++/13.2.0/bits/basic_string.tcc:243:21:
  /data/cmsbld/jenkins/workspace/build-any-ib/w/el9_amd64_gcc13/external/gcc/13.2.0-1b0a3367d04f48f01ad3ccf40e55475c/include/c++/13.2.0/bits/char_traits.h:445:56: error: '__builtin_memcpy' forming offset 1 is out of the bounds [0, 1] [-Werror=array-bounds=]
   445 |         return static_cast<char_type*>(__builtin_memcpy(__s1, __s2, __n));
      |                                                        ^
lto1: some warnings being treated as errors
make[1]: *** [tmp/el9_amd64_gcc13/src/DQM/SiTrackerPhase2/src/DQMSiTrackerPhase2/cc103iQx.mk:2: tmp/el9_amd64_gcc13/src/DQM/SiTrackerPhase2/src/DQMSiTrackerPhase2/ccer6aX4.ltrans0.ltrans.o] Error 1

or, e.g.

/data/cmsbld/jenkins/workspace/build-any-ib/w/el9_amd64_gcc13/external/gcc/13.2.0-1b0a3367d04f48f01ad3ccf40e55475c/bin/c++ -O2 -pthread -pipe -Werror=main -Werror=pointer-arith -Werror=overlength-strings -Wno-vla -Werror=overflow -std=c++17 -ftree-vectorize -Werror=array-bounds -Werror=format-contains-nul -Werror=type-limits -fvisibility-inlines-hidden -fno-math-errno --param vect-max-version-for-alias-checks=50 -Xassembler --compress-debug-sections -fuse-ld=bfd -msse3 -felide-constructors -fmessage-length=0 -Wall -Wno-non-template-friend -Wno-long-long -Wreturn-type -Wextra -Wpessimizing-move -Wclass-memaccess -Wno-cast-function-type -Wno-unused-but-set-parameter -Wno-ignored-qualifiers -Wno-unused-parameter -Wunused -Wparentheses -Werror=return-type -Werror=missing-braces -Werror=unused-value -Werror=unused-label -Werror=address -Werror=format -Werror=sign-compare -Werror=write-strings -Werror=delete-non-virtual-dtor -Werror=strict-aliasing -Werror=narrowing -Werror=unused-but-set-variable -Werror=reorder -Werror=unused-variable -Werror=conversion-null -Werror=return-local-addr -Wnon-virtual-dtor -Werror=switch -fdiagnostics-show-option -Wno-unused-local-typedefs -Wno-attributes -Wno-psabi -DEIGEN_DONT_PARALLELIZE -DEIGEN_MAX_ALIGN_BYTES=64 -Wno-error=unused-variable -DBOOST_DISABLE_ASSERTS -flto=auto -fipa-icf -flto-odr-type-merging -fno-fat-lto-objects -Wodr -shared -Wl,-E    -Wl,-z,defs     tmp/el9_amd64_gcc13/src/DataFormats/TrackingRecHit/src/DataFormatsTrackingRecHit/a/DataFormatsTrackingRecHit_xr.cc.o tmp/el9_amd64_gcc13/src/DataFormats/TrackingRecHit/src/DataFormatsTrackingRecHit/InvalidTrackingRecHit.cc.o tmp/el9_amd64_gcc13/src/DataFormats/TrackingRecHit/src/DataFormatsTrackingRecHit/KfComponentsHolder.cc.o tmp/el9_amd64_gcc13/src/DataFormats/TrackingRecHit/src/DataFormatsTrackingRecHit/RecHit1D.cc.o tmp/el9_amd64_gcc13/src/DataFormats/TrackingRecHit/src/DataFormatsTrackingRecHit/RecHit2DLocalPos.cc.o tmp/el9_amd64_gcc13/src/DataFormats/TrackingRecHit/src/DataFormatsTrackingRecHit/TrackingRecHit.cc.o -o tmp/el9_amd64_gcc13/src/DataFormats/TrackingRecHit/src/DataFormatsTrackingRecHit/libDataFormatsTrackingRecHit.so -Wl,-E -Wl,--hash-style=gnu -L/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/f13f75b2cf04a5a6e5b5b92c5e0cd08a/opt/cmssw/el9_amd64_gcc13/cms/cmssw/CMSSW_14_1_X_2024-03-29-2300/biglib/el9_amd64_gcc13 -L/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/f13f75b2cf04a5a6e5b5b92c5e0cd08a/opt/cmssw/el9_amd64_gcc13/cms/cmssw/CMSSW_14_1_X_2024-03-29-2300/lib/el9_amd64_gcc13 -L/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/f13f75b2cf04a5a6e5b5b92c5e0cd08a/opt/cmssw/el9_amd64_gcc13/cms/cmssw/CMSSW_14_1_X_2024-03-29-2300/external/el9_amd64_gcc13/lib -L/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/f13f75b2cf04a5a6e5b5b92c5e0cd08a/opt/cmssw/el9_amd64_gcc13/cms/cmssw/CMSSW_14_1_X_2024-03-29-2300/static/el9_amd64_gcc13 -lGeometryCommonTopologies -lCondFormatsAlignment -lDataFormatsGeometryCommonDetAlgo -lDataFormatsGeometrySurface -lDataFormatsCLHEP -lDataFormatsEcalDetId -lDataFormatsGeometryVector -lDataFormatsL1GlobalTrigger -lDataFormatsDetId -lDataFormatsL1GlobalMuonTrigger -lDataFormatsMath -lDataFormatsCommon -lFWCoreMessageLogger -lDataFormatsProvenance -lFWCoreReflection -lCondFormatsSerialization -lFWCoreUtilities -lGenVector -lMathMore -lTree -lNet -lThread -lMathCore -lRIO -lboost_serialization -lCore -lboost_thread -lboost_date_time -lCLHEP -lpcre -lbz2 -lgsl -luuid -ltbb -llzma -lz -lfmt -lcms-md5 -lopenblas -lcrypt -ldl -lrt -lstdc++fs -ltinyxml2
In member function 'operator[]',
    inlined from 'apply' at /data/cmsbld/jenkins/workspace/build-any-ib/w/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:627:71,
    inlined from 'f' at /data/cmsbld/jenkins/workspace/build-any-ib/w/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:88:21,
    inlined from 'apply' at /data/cmsbld/jenkins/workspace/build-any-ib/w/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:123:33,
    inlined from 'apply' at /data/cmsbld/jenkins/workspace/build-any-ib/w/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/Expression.h:78:22,
    inlined from 'operator=' at /data/cmsbld/jenkins/workspace/build-any-ib/w/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SVector.icc:217:28,
    inlined from 'genericFill_' at src/DataFormats/TrackingRecHit/src/KfComponentsHolder.cc:18:23,
    inlined from 'genericFill' at src/DataFormats/TrackingRecHit/src/KfComponentsHolder.cc:28:22:
  /data/cmsbld/jenkins/workspace/build-any-ib/w/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h:68:71: error: array subscript 9 is above array bounds of 'const double[5]' [-Werror=array-bounds=]
    68 |       inline const T& operator[](unsigned int i) const { return fArray[i]; }
      |                                                                       ^
/data/cmsbld/jenkins/workspace/build-any-ib/w/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h: In member function 'genericFill':
/data/cmsbld/jenkins/workspace/build-any-ib/w/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h:114:10: note: while referencing 'fArray'
  114 |       T  fArray[kSize];
      |          ^

These warnings are only emitted if LTO is used, disabling LTO makes these errors disappear.

As far as I can tell, the errors are false-positive.

cmsbuild commented 6 months ago

cms-bot internal usage

cmsbuild commented 6 months ago

A new Issue was created by @iarspider.

@sextonkennedy, @makortel, @smuzaffar, @rappoccio, @antoniovilela, @Dr15Jones can you please review it and eventually sign/assign? Thanks.

cms-bot commands are listed here

makortel commented 6 months ago

assign core

cmsbuild commented 6 months ago

New categories assigned: core

@Dr15Jones,@makortel,@smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks

makortel commented 6 months ago

@Dr15Jones @dan131riley were these warnings some of those you had looked earlier?

Dr15Jones commented 6 months ago

I looked at the genericFill one and it definitely looks like a false positive (though not 100% sure as determining the types being used is tricky).

iarspider commented 6 months ago

More Warray-bounds warnings (did not check yet if they are indeed false-positive):

DQMOffline/Alignment

>> Building edm plugin tmp/el9_amd64_gcc13/src/DQMOffline/Alignment/src/DQMOfflineAlignment/libDQMOfflineAlignment.so
In member function 'add',
    inlined from 'processArg' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:138:46,
    inlined from 'processArgs' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:135:35,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:55:16,
    inlined from 'fitLineShape' at src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc:371:76:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooCollectionProxy.h:114:40: error: array subscript 'struct RooCollectionProxy[0]' is partly outside array bounds of 'struct RooArgList[1]' [-Werror=array-bounds=]
   114 |       return add(var, _defValueServer, _defShapeServer, silent);
      |                                        ^
src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc: In member function 'fitLineShape':
src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc:371:91: note: object '<anonymous>' of size 128
  371 |     RooAddPdf fullModel("fullModel", "Signal + Background Model", listPdf, RooArgList(s, b));
      |                                                                                           ^
In member function 'add',
    inlined from 'processArg' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:138:46,
    inlined from 'processArgs' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:135:35,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:55:16,
    inlined from 'fitLineShape' at src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc:371:76:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooCollectionProxy.h:114:23: error: array subscript 'struct RooCollectionProxy[0]' is partly outside array bounds of 'struct RooArgList[1]' [-Werror=array-bounds=]
   114 |       return add(var, _defValueServer, _defShapeServer, silent);
      |                       ^
src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc: In member function 'fitLineShape':
src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc:371:91: note: object '<anonymous>' of size 128
  371 |     RooAddPdf fullModel("fullModel", "Signal + Background Model", listPdf, RooArgList(s, b));
      |                                                                                           ^
In member function 'checkValid',
    inlined from 'add' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooCollectionProxy.h:191:14,
    inlined from 'add' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooCollectionProxy.h:114:17,
    inlined from 'processArg' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:138:46,
    inlined from 'processArgs' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:135:35,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:55:16,
    inlined from 'fitLineShape' at src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc:371:76:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooCollectionProxy.h:173:12: error: array subscript 'const struct RooCollectionProxy[0]' is partly outside array bounds of 'struct RooArgList[1]' [-Werror=array-bounds=]
   173 |       if (!_owner) {
      |            ^
src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc: In member function 'fitLineShape':
src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc:371:91: note: object '<anonymous>' of size 128
  371 |     RooAddPdf fullModel("fullModel", "Signal + Background Model", listPdf, RooArgList(s, b));
      |                                                                                           ^
In member function 'add',
    inlined from 'processArg' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:144:8,
    inlined from 'processArgs' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:135:35,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:55:16,
    inlined from 'fitLineShape' at src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc:371:76:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooCollectionProxy.h:114:40: error: array subscript 'struct RooCollectionProxy[0]' is partly outside array bounds of 'struct RooArgList[1]' [-Werror=array-bounds=]
   114 |       return add(var, _defValueServer, _defShapeServer, silent);
      |                                        ^
src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc: In member function 'fitLineShape':
src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc:371:91: note: object '<anonymous>' of size 128
  371 |     RooAddPdf fullModel("fullModel", "Signal + Background Model", listPdf, RooArgList(s, b));
      |                                                                                           ^
In member function 'add',
    inlined from 'processArg' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:144:8,
    inlined from 'processArgs' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:135:35,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:55:16,
    inlined from 'fitLineShape' at src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc:371:76:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooCollectionProxy.h:114:23: error: array subscript 'struct RooCollectionProxy[0]' is partly outside array bounds of 'struct RooArgList[1]' [-Werror=array-bounds=]
   114 |       return add(var, _defValueServer, _defShapeServer, silent);
      |                       ^
src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc: In member function 'fitLineShape':
src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc:371:91: note: object '<anonymous>' of size 128
  371 |     RooAddPdf fullModel("fullModel", "Signal + Background Model", listPdf, RooArgList(s, b));
      |                                                                                           ^
In member function 'checkValid',
    inlined from 'add' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooCollectionProxy.h:191:14,
    inlined from 'add' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooCollectionProxy.h:114:17,
    inlined from 'processArg' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:144:8,
    inlined from 'processArgs' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:135:35,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooArgList.h:55:16,
    inlined from 'fitLineShape' at src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc:371:76:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/RooCollectionProxy.h:173:12: error: array subscript 'const struct RooCollectionProxy[0]' is partly outside array bounds of 'struct RooArgList[1]' [-Werror=array-bounds=]
   173 |       if (!_owner) {
      |            ^
src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc: In member function 'fitLineShape':
src/DQMOffline/Alignment/src/DiMuonMassBiasClient.cc:371:91: note: object '<anonymous>' of size 128
  371 |     RooAddPdf fullModel("fullModel", "Signal + Background Model", listPdf, RooArgList(s, b));
      |                        

L1Trigger/L1TMuonBarrel

>> Building shared library tmp/el9_amd64_gcc13/src/L1Trigger/L1TMuonBarrel/src/L1TriggerL1TMuonBarrel/libL1TriggerL1TMuonBarrel.so
In function 'g',
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:363:35,
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/Expression.h:154:16,
    inlined from 'Evaluate' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/HelperOps.h:61:36,
    inlined from 'operator=' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:170:36,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:108:13,
    inlined from 'Similarity' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:739:41,
    inlined from 'vertexConstraintOffline' at src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:732:37:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:309:22: error: array subscript 'const struct MatRepStd[0]' is partly outside array bounds of 'struct Matrix13[1]' [-Werror=array-bounds=]
   309 |     return lhs(i, I) * rhs(I , j) +
      |                      ^
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc: In member function 'vertexConstraintOffline':
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:724:12: note: object 'H' of size 24
  724 |   Matrix13 H;
      |            ^
In function 'g',
    inlined from 'g' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:310:35,
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:363:35,
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/Expression.h:154:16,
    inlined from 'Evaluate' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/HelperOps.h:61:36,
    inlined from 'operator=' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:170:36,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:108:13,
    inlined from 'Similarity' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:739:41,
    inlined from 'vertexConstraintOffline' at src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:732:37:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:309:22: error: array subscript 'const struct MatRepStd[0]' is partly outside array bounds of 'struct Matrix13[1]' [-Werror=array-bounds=]
   309 |     return lhs(i, I) * rhs(I , j) +
      |                      ^
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc: In member function 'vertexConstraintOffline':
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:724:12: note: object 'H' of size 24
  724 |   Matrix13 H;
      |            ^
In function 'g',
    inlined from 'g' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:310:35,
    inlined from 'g' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:310:35,
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:363:35,
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/Expression.h:154:16,
    inlined from 'Evaluate' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/HelperOps.h:61:36,
    inlined from 'operator=' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:170:36,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:108:13,
    inlined from 'Similarity' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:739:41,
    inlined from 'vertexConstraintOffline' at src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:732:37:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:334:21: error: array subscript 'const struct MatRepStd[0]' is partly outside array bounds of 'struct Matrix13[1]' [-Werror=array-bounds=]
   334 |     return lhs(i,0) * rhs(0,j);
      |                     ^
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc: In member function 'vertexConstraintOffline':
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:724:12: note: object 'H' of size 24
  724 |   Matrix13 H;
      |            ^
lto1: some warnings being treated as errors
make[1]: *** [tmp/el9_amd64_gcc13/src/L1Trigger/L1TMuonBarrel/src/L1TriggerL1TMuonBarrel/cckwOenC.mk:14: tmp/el9_amd64_gcc13/src/L1Trigger/L1TMuonBarrel/src/L1TriggerL1TMuonBarrel/ccu0TTrv.ltrans4.ltrans.o] Error 1
In function 'g',
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:363:35,
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/Expression.h:154:16,
    inlined from 'Evaluate' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/HelperOps.h:61:36,
    inlined from 'operator=' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:170:36,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:108:13,
    inlined from 'Similarity' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:739:41,
    inlined from 'updateOffline' at src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:511:47:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:309:22: error: array subscript 'const struct MatRepStd[0]' is partly outside array bounds of 'struct Matrix23[1]' [-Werror=array-bounds=]
   309 |     return lhs(i, I) * rhs(I , j) +
      |                      ^
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc: In member function 'updateOffline':
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:491:12: note: object 'H' of size 48
  491 |   Matrix23 H;
      |            ^
In function 'g',
    inlined from 'g' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:310:35,
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:363:35,
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/Expression.h:154:16,
    inlined from 'Evaluate' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/HelperOps.h:61:36,
    inlined from 'operator=' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:170:36,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:108:13,
    inlined from 'Similarity' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:739:41,
    inlined from 'updateOffline' at src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:511:47:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:309:22: error: array subscript 'const struct MatRepStd[0]' is partly outside array bounds of 'struct Matrix23[1]' [-Werror=array-bounds=]
   309 |     return lhs(i, I) * rhs(I , j) +
      |                      ^
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc: In member function 'updateOffline':
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:491:12: note: object 'H' of size 48
  491 |   Matrix23 H;
      |            ^
In function 'g',
    inlined from 'g' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:310:35,
    inlined from 'g' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:310:35,
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:363:35,
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/Expression.h:154:16,
    inlined from 'Evaluate' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/HelperOps.h:61:36,
    inlined from 'operator=' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:170:36,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:108:13,
    inlined from 'Similarity' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:739:41,
    inlined from 'updateOffline' at src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:511:47:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:334:21: error: array subscript 'const struct MatRepStd[0]' is partly outside array bounds of 'struct Matrix23[1]' [-Werror=array-bounds=]
   334 |     return lhs(i,0) * rhs(0,j);
      |                     ^
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc: In member function 'updateOffline':
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:491:12: note: object 'H' of size 48
  491 |   Matrix23 H;
      |            ^
In function 'g',
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:363:35,
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/Expression.h:154:16,
    inlined from 'Evaluate' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/HelperOps.h:61:36,
    inlined from 'operator=' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:170:36,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:108:13,
    inlined from 'Similarity' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:739:41,
    inlined from 'updateOffline1D' at src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:579:36:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:309:22: error: array subscript 'const struct MatRepStd[0]' is partly outside array bounds of 'struct Matrix13[1]' [-Werror=array-bounds=]
   309 |     return lhs(i, I) * rhs(I , j) +
      |                      ^
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc: In member function 'updateOffline1D':
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:571:12: note: object 'H' of size 24
  571 |   Matrix13 H;
      |            ^
In function 'g',
    inlined from 'g' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:310:35,
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:363:35,
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/Expression.h:154:16,
    inlined from 'Evaluate' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/HelperOps.h:61:36,
    inlined from 'operator=' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:170:36,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:108:13,
    inlined from 'Similarity' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:739:41,
    inlined from 'updateOffline1D' at src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:579:36:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:309:22: error: array subscript 'const struct MatRepStd[0]' is partly outside array bounds of 'struct Matrix13[1]' [-Werror=array-bounds=]
   309 |     return lhs(i, I) * rhs(I , j) +
      |                      ^
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc: In member function 'updateOffline1D':
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:571:12: note: object 'H' of size 24
  571 |   Matrix13 H;
      |            ^
In function 'g',
    inlined from 'g' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:310:35,
    inlined from 'g' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:310:35,
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:363:35,
    inlined from 'operator()' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/Expression.h:154:16,
    inlined from 'Evaluate' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/HelperOps.h:61:36,
    inlined from 'operator=' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:170:36,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:108:13,
    inlined from 'Similarity' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:739:41,
    inlined from 'updateOffline1D' at src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:579:36:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:334:21: error: array subscript 'const struct MatRepStd[0]' is partly outside array bounds of 'struct Matrix13[1]' [-Werror=array-bounds=]
   334 |     return lhs(i,0) * rhs(0,j);
      |                     ^
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc: In member function 'updateOffline1D':
src/L1Trigger/L1TMuonBarrel/src/L1TMuonBarrelKalmanAlgo.cc:571:12: note: object 'H' of size 24
  571 |   Matrix13 H;
      |            ^

RecoLocalCalo/HcalRecAlgos

>> Building shared library tmp/el9_amd64_gcc13/src/RecoLocalCalo/HcalRecAlgos/src/RecoLocalCaloHcalRecAlgos/libRecoLocalCaloHcalRecAlgos.so
In member function 'coeff',
    inlined from 'onePulseMinimize' at src/RecoLocalCalo/HcalRecAlgos/src/MahiFit.cc:536:77:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/external/eigen/3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e-960d1a91eab6e49fbea62c87376e3fdb/include/eigen3/Eigen/src/Core/Product.h:185:61: warning: 'MEM[(const float &)&D.23709 + 16]' may be used uninitialized [-Wmaybe-uninitialized]
   185 |       return internal::evaluator<Derived>(derived()).coeff(i);
      |                                                             ^
/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/external/eigen/3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e-960d1a91eab6e49fbea62c87376e3fdb/include/eigen3/Eigen/src/Core/Product.h: In member function 'onePulseMinimize':
/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/external/eigen/3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e-960d1a91eab6e49fbea62c87376e3fdb/include/eigen3/Eigen/src/Core/Product.h:185:24: note: '<anonymous>' declared here
  185 |       return internal::evaluator<Derived>(derived()).coeff(i);
      |                        ^
In function '__final_insertion_sort',
    inlined from '__final_insertion_sort' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/external/gcc/13.2.0-1b0a3367d04f48f01ad3ccf40e55475c/include/c++/13.2.0/bits/stl_algo.h:1854:0,
    inlined from '__sort' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/external/gcc/13.2.0-1b0a3367d04f48f01ad3ccf40e55475c/include/c++/13.2.0/bits/stl_algo.h:1950:31,
    inlined from 'sort' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/external/gcc/13.2.0-1b0a3367d04f48f01ad3ccf40e55475c/include/c++/13.2.0/bits/stl_algo.h:4861:18,
    inlined from 'combineAuxInfo' at src/RecoLocalCalo/HcalRecAlgos/src/SimplePlan1RechitCombiner.cc:169:14:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/external/gcc/13.2.0-1b0a3367d04f48f01ad3ccf40e55475c/include/c++/13.2.0/bits/stl_algo.h:1859:32: error: array subscript 16 is outside array bounds of 'unsigned int[8]' [-Werror=array-bounds=]
  1859 |           std::__insertion_sort(__first, __first + int(_S_threshold), __comp);
      |                                ^
src/RecoLocalCalo/HcalRecAlgos/src/SimplePlan1RechitCombiner.cc: In member function 'combineAuxInfo':
src/RecoLocalCalo/HcalRecAlgos/src/SimplePlan1RechitCombiner.cc:165:12: note: at offset 64 into object 'depthValues' of size 32
  165 |   unsigned depthValues[MAXLEN];
      |            ^
lto1: some warnings being treated as errors
make[1]: *** [tmp/el9_amd64_gcc13/src/RecoLocalCalo/HcalRecAlgos/src/RecoLocalCaloHcalRecAlgos/ccJdwUOe.mk:17: tmp/el9_amd64_gcc13/src/RecoLocalCalo/HcalRecAlgos/src/RecoLocalCaloHcalRecAlgos/ccqKYdkt.ltrans5.ltrans.o] Error 1
In function '_mm_loadu_ps',
    inlined from 'ploadu' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/external/eigen/3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e-960d1a91eab6e49fbea62c87376e3fdb/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h:762:22,
    inlined from 'ploadt' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/external/eigen/3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e-960d1a91eab6e49fbea62c87376e3fdb/include/eigen3/Eigen/src/Core/GenericPacketMath.h:1092:26,
    inlined from 'packet' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/external/eigen/3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e-960d1a91eab6e49fbea62c87376e3fdb/include/eigen3/Eigen/src/Core/CoreEvaluators.h:947:50,
    inlined from 'run' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/external/eigen/3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e-960d1a91eab6e49fbea62c87376e3fdb/include/eigen3/Eigen/src/Core/Redux.h:259:96,
    inlined from 'redux' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/external/eigen/3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e-960d1a91eab6e49fbea62c87376e3fdb/include/eigen3/Eigen/src/Core/Redux.h:419:56,
    inlined from 'minCoeff' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/external/eigen/3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e-960d1a91eab6e49fbea62c87376e3fdb/include/eigen3/Eigen/src/Core/Redux.h:434:25,
    inlined from 'minCoeff' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/external/eigen/3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e-960d1a91eab6e49fbea62c87376e3fdb/include/eigen3/Eigen/src/Core/DenseBase.h:452:37,
    inlined from 'nnls' at src/RecoLocalCalo/HcalRecAlgos/src/MahiFit.cc:494:53:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/external/gcc/13.2.0-1b0a3367d04f48f01ad3ccf40e55475c/lib/gcc/x86_64-redhat-linux-gnu/13.2.0/include/xmmintrin.h:940:23: error: array subscript 3 is outside array bounds of 'struct PulseVector[1]' [-Werror=array-bounds=]
   940 |   return *(__m128_u *)__P;
      |                       ^
src/RecoLocalCalo/HcalRecAlgos/src/MahiFit.cc: In member function 'nnls':
src/RecoLocalCalo/HcalRecAlgos/src/MahiFit.cc:444:15: note: at offset 48 into object 'ampvecpermtest' of size 48
  444 |   PulseVector ampvecpermtest;
      |               ^

RecoTracker/DebugTools

>> Building edm plugin tmp/el9_amd64_gcc13/src/RecoTracker/DebugTools/plugins/RecoTrackerDebugToolsPlugins/libRecoTrackerDebugToolsPlugins.so
In member function 'operator[]',
    inlined from 'apply' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:627:71,
    inlined from 'f' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:88:21,
    inlined from 'apply' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:123:33,
    inlined from 'apply' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/Expression.h:78:22,
    inlined from 'operator=' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SVector.icc:210:31,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SVector.icc:61:13,
    inlined from 'measuredParameters.isra' at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_1_X_2024-04-05-2300/src/TrackingTools/PatternTools/interface/MeasurementExtractor.h:29:16:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h:68:71: error: array subscript 9 is above array bounds of 'const double[5]' [-Werror=array-bounds=]
    68 |       inline const T& operator[](unsigned int i) const { return fArray[i]; }
      |                                                                       ^
/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h: In function 'measuredParameters.isra':
/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h:114:10: note: while referencing 'fArray'
  114 |       T  fArray[kSize];
      |          ^
In member function 'operator[]',
    inlined from 'apply' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:627:71,
    inlined from 'f' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:88:21,
    inlined from 'f' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:88:69,
    inlined from 'apply' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:123:33,
    inlined from 'apply' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/Expression.h:78:22,
    inlined from 'operator=' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SVector.icc:210:31,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SVector.icc:61:13,
    inlined from 'measuredParameters.isra' at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_1_X_2024-04-05-2300/src/TrackingTools/PatternTools/interface/MeasurementExtractor.h:29:16:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h:68:71: error: array subscript 8 is above array bounds of 'const double[5]' [-Werror=array-bounds=]
    68 |       inline const T& operator[](unsigned int i) const { return fArray[i]; }
      |                                                                       ^
/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h: In function 'measuredParameters.isra':
/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h:114:10: note: while referencing 'fArray'
  114 |       T  fArray[kSize];
      |          ^
In member function 'operator[]',
    inlined from 'apply' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:627:71,
    inlined from 'f' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:88:21,
    inlined from 'f' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:88:69,
    inlined from 'f' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:88:69,
    inlined from 'apply' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:123:33,
    inlined from 'apply' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/Expression.h:78:22,
    inlined from 'operator=' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SVector.icc:210:31,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SVector.icc:61:13,
    inlined from 'measuredParameters.isra' at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_1_X_2024-04-05-2300/src/TrackingTools/PatternTools/interface/MeasurementExtractor.h:29:16:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h:68:71: error: array subscript 7 is above array bounds of 'const double[5]' [-Werror=array-bounds=]
    68 |       inline const T& operator[](unsigned int i) const { return fArray[i]; }
      |                                                                       ^
/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h: In function 'measuredParameters.isra':
/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h:114:10: note: while referencing 'fArray'
  114 |       T  fArray[kSize];
      |          ^
In member function 'operator[]',
    inlined from 'apply' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:627:71,
    inlined from 'f' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:88:21,
    inlined from 'f' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:88:69,
    inlined from 'f' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:88:69,
    inlined from 'f' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:88:69,
    inlined from 'apply' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:123:33,
    inlined from 'apply' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/Expression.h:78:22,
    inlined from 'operator=' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SVector.icc:210:31,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SVector.icc:61:13,
    inlined from 'measuredParameters.isra' at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_1_X_2024-04-05-2300/src/TrackingTools/PatternTools/interface/MeasurementExtractor.h:29:16:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h:68:71: error: array subscript 6 is above array bounds of 'const double[5]' [-Werror=array-bounds=]
    68 |       inline const T& operator[](unsigned int i) const { return fArray[i]; }
      |                                                                       ^
/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h: In function 'measuredParameters.isra':
/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h:114:10: note: while referencing 'fArray'
  114 |       T  fArray[kSize];
      |          ^
In member function 'operator[]',
    inlined from 'apply' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SMatrix.icc:627:71,
    inlined from 'f' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:101:21,
    inlined from 'f' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:88:69,
    inlined from 'f' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:88:69,
    inlined from 'f' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:88:69,
    inlined from 'f' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:88:69,
    inlined from 'apply' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixFunctions.h:123:33,
    inlined from 'apply' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/Expression.h:78:22,
    inlined from 'operator=' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SVector.icc:210:31,
    inlined from '__ct ' at /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/SVector.icc:61:13,
    inlined from 'measuredParameters.isra' at /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_1_X_2024-04-05-2300/src/TrackingTools/PatternTools/interface/MeasurementExtractor.h:29:16:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h:68:71: error: array subscript 5 is above array bounds of 'const double[5]' [-Werror=array-bounds=]
    68 |       inline const T& operator[](unsigned int i) const { return fArray[i]; }
      |                                                                       ^
/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h: In function 'measuredParameters.isra':
/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02831/el9_amd64_gcc13/lcg/root/6.30.05-9e84883416a2dd1f7cd1a9b9d718a6b3/include/Math/MatrixRepresentationsStatic.h:114:10: note: while referencing 'fArray'
  114 |       T  fArray[kSize];
      |          ^