Skip to content

[EVO] Merge CMSSW_16_1 in to CMSSW_16_1_EVOLUTION#50074

Merged
smuzaffar merged 35 commits into
cms-sw:CMSSW_16_1_EVOLUTION_Xfrom
Dr15Jones:evo_merge_2
Feb 9, 2026
Merged

[EVO] Merge CMSSW_16_1 in to CMSSW_16_1_EVOLUTION#50074
smuzaffar merged 35 commits into
cms-sw:CMSSW_16_1_EVOLUTION_Xfrom
Dr15Jones:evo_merge_2

Conversation

@Dr15Jones
Copy link
Copy Markdown
Contributor

@Dr15Jones Dr15Jones commented Feb 9, 2026

PR description:

Fixed merge conflicts in dictionary generation.

PR validation:

resolves cms-sw/framework-team#1884

gartung and others added 30 commits January 15, 2026 19:55
…odule logic and restore pre-construction watch for non-skipped modules
… change prefix to '@' and enhance output clarity
… for module tracking and skipping, improving clarity and efficiency of output.
…dition for skipped modules to ensure correct tracking.
… for module names to improve lookup efficiency.
- {pre,post}ModuleTransformPrefetching
- {pre,post}ModuleTransform
- {pre,post}ModuleTransformAcquiring
…ity and improve consistency in handling module names.
… for module names and skipped module names to enhance lookup efficiency and simplify initialization.
@cmsbuild
Copy link
Copy Markdown
Contributor

cmsbuild commented Feb 9, 2026

cms-bot internal usage

@Dr15Jones
Copy link
Copy Markdown
Contributor Author

@smuzaffar I didn't check to see if this actually complies. I'm going to let the PR testing do it.

@Dr15Jones
Copy link
Copy Markdown
Contributor Author

type evolution

@cmsbuild
Copy link
Copy Markdown
Contributor

cmsbuild commented Feb 9, 2026

@cmsbuild
Copy link
Copy Markdown
Contributor

cmsbuild commented Feb 9, 2026

A new Pull Request was created by @Dr15Jones for CMSSW_16_1_EVOLUTION_X.

It involves the following packages:

  • DataFormats/EgammaReco (reconstruction)
  • DataFormats/MuonReco (reconstruction)
  • DataFormats/ParticleFlowCandidate (reconstruction)
  • DataFormats/ParticleFlowReco (reconstruction)
  • DataFormats/TauReco (reconstruction)
  • DataFormats/TrackReco (reconstruction)
  • HLTrigger/Timer (hlt)
  • L1Trigger/L1TGlobal (l1)
  • L1Trigger/L1THGCal (l1)
  • PerfTools/AllocMonitor (core)

@BenjaminRS, @Dr15Jones, @Martin-Grunewald, @Moanwar, @jfernan2, @makortel, @mandrenguyen, @mmusich, @quinnanm, @smuzaffar, @srimanob can you please review it and eventually sign? Thanks.
@24LopezR, @CeliaFernandez, @Fedespring, @HuguesBrun, @Martin-Grunewald, @Prasant1993, @Sam-Harper, @VinInn, @VourMa, @a-kapoor, @abbiendi, @afiqaize, @amagitte, @amarini, @azotz, @battibass, @cericeci, @elusian, @felicepantaleo, @fsimone91, @fwyzard, @gpetruc, @hatakeyamak, @jainshilpi, @jbsauvan, @jhgoh, @lgray, @llunerti, @makortel, @mbluj, @missirol, @mmasciov, @mmusich, @mtosi, @rovere, @sameasy, @sobhatta, @trocino, @varuns23 this is something you requested to watch as well.
@ftenchini, @mandrenguyen, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@cmsbuild
Copy link
Copy Markdown
Contributor

cmsbuild commented Feb 9, 2026

-1

Failed Tests: RelVals AddOn
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c1e719/51194/summary.html
COMMIT: 9ef1b80
CMSSW: CMSSW_16_1_EVOLUTION_X_2026-02-06-2300/el8_amd64_gcc13
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/50074/51194/install.sh to create a dev area with all the needed externals and cmssw changes.

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:

You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c1e719/51194/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c1e719/51194/git-merge-result

Failed RelVals

----- Begin Fatal Exception 09-Feb-2026 16:29:05 CET-----------------------
An exception of category 'DictionaryNotFound' occurred while
   [0] Constructing the EventProcessor
   [1] Constructing module: class=MixingModule label='mix'
   [2] Calling ProductRegistry::initializeLookupTables
Exception Message:
No data dictionary found for the following classes:

  edm::Wrapper<std::vector<reco::GenMET> >
  std::vector<reco::GenMET>

Most likely each dictionary was never generated, but it may
be that it was generated in the wrong package. Please add
(or move) the specification '<class name="whatever"/>' to
the appropriate classes_def.xml file along with any other
information needed there. For example, if this class has any
transient members, you need to specify them in classes_def.xml.
Also include the class header in classes.h

A type listed above might or might not be the same as a
type stored in the Event (or Lumi or Run). Instead it might
be the type of a data member, base class, wrapped type, or
other object needed by a stored type. Below is some additional
information which lists the stored types associated with the
types whose dictionaries were not found:

  std::vector<reco::GenMET> (read from input)

Missing dictionaries are associated with these branch names:

  recoGenMETs_genMetCalo__SIM.
  recoGenMETs_genMetTrue__SIM.

If you do not need these branches and they are not produced
in the current process, an alternate solution to adding
dictionaries is to drop these branches on input using the
inputCommands parameter of the PoolSource.
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 09-Feb-2026 16:41:33 CET-----------------------
An exception of category 'DictionaryNotFound' occurred while
   [0] Constructing the EventProcessor
Exception Message:
No Dictionary for class: 'edm::OwnVector<reco::BaseTagInfo,edm::ClonePolicy<reco::BaseTagInfo> >'
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 09-Feb-2026 16:27:10 CET-----------------------
An exception of category 'DictionaryNotFound' occurred while
   [0] Constructing the EventProcessor
   [1] Constructing module: class=MixingModule label='mix'
   [2] Calling ProductRegistry::initializeLookupTables
Exception Message:
No data dictionary found for the following classes:

  edm::Wrapper<std::vector<reco::GenJet> >
  edm::Wrapper<std::vector<reco::GenMET> >
  std::vector<reco::GenJet>
  std::vector<reco::GenMET>

Most likely each dictionary was never generated, but it may
be that it was generated in the wrong package. Please add
(or move) the specification '<class name="whatever"/>' to
the appropriate classes_def.xml file along with any other
information needed there. For example, if this class has any
transient members, you need to specify them in classes_def.xml.
Also include the class header in classes.h

A type listed above might or might not be the same as a
type stored in the Event (or Lumi or Run). Instead it might
be the type of a data member, base class, wrapped type, or
other object needed by a stored type. Below is some additional
information which lists the stored types associated with the
types whose dictionaries were not found:

  std::vector<reco::GenJet> (read from input)
  std::vector<reco::GenMET> (read from input)

Missing dictionaries are associated with these branch names:

  recoGenJets_ak4GenJetsNoNu__SIM.
  recoGenJets_ak4GenJets__SIM.
  recoGenJets_ak8GenJetsNoNu__SIM.
  recoGenJets_ak8GenJets__SIM.
  recoGenMETs_genMetCalo__SIM.
  recoGenMETs_genMetTrue__SIM.

If you do not need these branches and they are not produced
in the current process, an alternate solution to adding
dictionaries is to drop these branches on input using the
inputCommands parameter of the PoolSource.
----- End Fatal Exception -------------------------------------------------
Expand to see more relval errors ...

Failed AddOn Tests

----- Begin Fatal Exception 09-Feb-2026 16:19:08 CET-----------------------
An exception of category 'FallbackFileOpenError' occurred while
   [0] Constructing the EventProcessor
   [1] Constructing input source of type PoolSource
   [2] Calling RootInputFileSequence::initTheFile()
   [3] Calling StorageFactory::open()
   [4] Calling XrdFile::open()
Exception Message:
Failed to open the file 'root://xrootd-cms.infn.it//store/relval/CMSSW_9_2_2/RelValProdTTbar_13/AODSIM/91X_mcRun2_asymptotic_v3-v1/10000/EEB99F74-DA4D-E711-A41C-0025905A48F2.root?scitag.flow=196664'
   Additional Info:
      [a] Attempted to open logical file /store/relval/CMSSW_9_2_2/RelValProdTTbar_13/AODSIM/91X_mcRun2_asymptotic_v3-v1/10000/EEB99F74-DA4D-E711-A41C-0025905A48F2.root.
      [b] Failed to open file with physical name root://eoscms.cern.ch//eos/cms/store/user/cmsbuild/store/relval/CMSSW_9_2_2/RelValProdTTbar_13/AODSIM/91X_mcRun2_asymptotic_v3-v1/10000/EEB99F74-DA4D-E711-A41C-0025905A48F2.root?scitag.flow=196664. Will attempt fallback. The error was
Error type FatalRootError
Fatal Root Error: @SUB=TStreamerInfo::BuildCheck

   The StreamerInfo of class reco::Photon::PflowIDVariables read from file root://eoscms.cern.ch//eos/cms/store/user/cmsbuild/store/relval/CMSSW_9_2_2/RelValProdTTbar_13/AODSIM/91X_mcRun2_asymptotic_v3-v1/10000/EEB99F74-DA4D-E711-A41C-0025905A48F2.root
   has the same version (=3) as the active class but a different checksum.
   You should update the version to ClassDef(reco::Photon::PflowIDVariables,4).
   Do not try to write objects with the current class definition,
   the files will not be readable.


      [c] Failed to open the file with physical name root://cms-xrd-global.cern.ch//eos/cms/store/relval/CMSSW_9_2_2/RelValProdTTbar_13/AODSIM/91X_mcRun2_asymptotic_v3-v1/10000/EEB99F74-DA4D-E711-A41C-0025905A48F2.root?scitag.flow=196664. Will attempt fallback.
      [d] Failed to open the file with physical name root://xrootd-cms.infn.it//store/relval/CMSSW_9_2_2/RelValProdTTbar_13/AODSIM/91X_mcRun2_asymptotic_v3-v1/10000/EEB99F74-DA4D-E711-A41C-0025905A48F2.root?scitag.flow=196664.
      [e] XrdCl::File::Open(name='root://xrootd-cms.infn.it//store/relval/CMSSW_9_2_2/RelValProdTTbar_13/AODSIM/91X_mcRun2_asymptotic_v3-v1/10000/EEB99F74-DA4D-E711-A41C-0025905A48F2.root?scitag.flow=196664', flags=0x10, permissions=0660) => error '[ERROR] Server responded with an error: [3011] No servers are available to read the file.
' (errno=3011, code=400). No additional data servers were found.
      [f] Last URL tried: root://cms-xrd-global.cern.ch:1094//store/relval/CMSSW_9_2_2/RelValProdTTbar_13/AODSIM/91X_mcRun2_asymptotic_v3-v1/10000/EEB99F74-DA4D-E711-A41C-0025905A48F2.root?scitag.flow=196664&tried=+1213xrootd-cms-redir-int.cr.cnaf.infn.it&xrdcl.requuid=47222912-0b56-4265-95dc-e8981902d8eb
      [g] Problematic data server: cms-xrd-global.cern.ch:1094
      [h] Disabled source: cms-xrd-global.cern.ch:1094
----- End Fatal Exception -------------------------------------------------

@Dr15Jones
Copy link
Copy Markdown
Contributor Author

ignore tests-rejected with manual-override

these failures are expected

@Dr15Jones
Copy link
Copy Markdown
Contributor Author

@smuzaffar it looks like this PR has successfully merged the branches.

@makortel
Copy link
Copy Markdown
Contributor

makortel commented Feb 9, 2026

+core

Code built

@smuzaffar
Copy link
Copy Markdown
Contributor

@cms-sw/orp-l2 , I am mergign this for EVOLUTION branch. This is to resolve the merge conflicts which bot could not have resolved it automatically.

@smuzaffar smuzaffar merged commit 27e1113 into cms-sw:CMSSW_16_1_EVOLUTION_X Feb 9, 2026
7 of 9 checks passed
@Dr15Jones Dr15Jones deleted the evo_merge_2 branch February 13, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants