Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some additions to the conddb command line interface #32795

Merged
merged 1 commit into from
Feb 4, 2021

Conversation

mmusich
Copy link
Contributor

@mmusich mmusich commented Feb 2, 2021

PR description:

The purpose of this PR is to add few useful functionalities to the conddb command line interface I used over the years and IMHO are missing from the current tool.
They used to live as separate scripts in this repo (https://github.com/cms-AlCaDB/AlCaTools), but I think it would be more beneficial to distribute them via cmssw for wider usage.

Two new commands are added:

  • conddb listParentTags: allows to list all tags that contain a given payload hash. Takes the payload hash as argument;
  • conddb diffGlobalTagsAtRun : allows to compile the difference in terms of payloads for a pair of Global Tags, but comparing it at a given run-number (so eliminating all the spurious difference due to different tag names, but having actual same palyoads on a given IoV, etc.). This in my opinion is particularly useful when performing release validation and / or data certification, because the end-user - very frequently -would like to know what are the differences in terms of conditions between two Global Tags in data, but only for the run which is currently under examination.

PR validation:

After compiling and env-ing the environment, I've run successfully the new commands, e.g.:

$ conddb listParentTags 475738753d337409cc87e5f1cbf93b2f21be59f3
[2021-02-02 18:50:40,952] INFO: Connecting to pro [frontier://PromptProd/CMS_CONDITIONS]
+------------------------------------------+--------+-----------------------------------------------+------------+---------------------+
|                   hash                   | since  |                      tag                      |   synch    |    insertion time   |
+------------------------------------------+--------+-----------------------------------------------+------------+---------------------+
| 475738753d337409cc87e5f1cbf93b2f21be59f3 | 324063 |    SiStripApvGain_FromParticles_GR10_v1_hlt   |    hlt     | 2018-10-04 15:35:47 |
| 475738753d337409cc87e5f1cbf93b2f21be59f3 | 324063 |  SiStripApvGain_FromParticles_GR10_v1_express |  express   | 2018-10-04 15:35:47 |
| 475738753d337409cc87e5f1cbf93b2f21be59f3 |   1    |        SiStripApvGain2_v1_hltvalidation       | validation | 2018-10-04 12:00:20 |
| 475738753d337409cc87e5f1cbf93b2f21be59f3 | 323790 | SiStripApvGain_FromParticles_GR10_v11_offline |  offline   | 2019-09-19 12:44:10 |
| 475738753d337409cc87e5f1cbf93b2f21be59f3 | 323790 | SiStripApvGain_FromParticles_GR10_v12_offline |  offline   | 2019-10-25 16:37:43 |
+------------------------------------------+--------+-----------------------------------------------+------------+---------------------+
$ conddb diffGlobalTagsAtRun -R 106X_dataRun2_v24 -T 106X_dataRun2_v26 --run 324077
[2021-02-02 14:18:12,466] INFO: Connecting to pro [frontier://PromptProd/CMS_CONDITIONS]
Run 324077  |Start time 2018-10-04 21:59:31.619000  |End time 2018-10-05 02:56:29.293000 .
reference GT ( 106X_dataRun2_v24 ) snapshot:  2019-09-23 13:27:29  | target GT ( 106X_dataRun2_v26 ) snapshot 2020-01-13 16:24:57
+---------------------------+--------+----------------------------------------------+------------------------------------------+
|             /             |        |              106X_dataRun2_v24               |            106X_dataRun2_v26             |
+---------------------------+--------+----------------------------------------------+------------------------------------------+
|           Record          | label  |                Reference Tag                 |                Target Tag                |
+---------------------------+--------+----------------------------------------------+------------------------------------------+
| EcalTimeCalibConstantsRcd |   -    | EcalTimeCalibConstants_Run1_Run2_v02_offline |  EcalTimeCalibConstants_UL_Run1_Run2_v1  |
|                           |        |   3b4a9f66b6f04a012f1a05a936d2b7f3fde55e7a   | 2b2757b28dc60c778cd2ccb493f5caf65a74a392 |
+---------------------------+--------+----------------------------------------------+------------------------------------------+
|      HcalRespCorrsRcd     | bugged |          HcalRespCorrs_v6.3_offline          |                                          |
|                           |        |   04fb1bac77722d2b1a7d9761796854dfbc36877d   |                                          |
+---------------------------+--------+----------------------------------------------+------------------------------------------+

if this PR is a backport please specify the original PR and why you need to backport that PR:

Not a backport, no backport needed.

I am tagging also AlCa conveners as these tools might (or might not) be useful in their everyday work (especially when compiling differences of Global Tags for Relvals for PdmV):
cc:
@christopheralanwest @tlampen @francescobrivio

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 2, 2021

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32795/20969

  • This PR adds an extra 36KB to repository

@francescobrivio
Copy link
Contributor

Thanks a lot @mmusich ! This indeed seem very helpful! Let me tag also @malbouis as the other incoming AlCa convener.

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 2, 2021

A new Pull Request was created by @mmusich (Marco Musich) for master.

It involves the following packages:

CondCore/Utilities

@ggovi, @cmsbuild can you please review it and eventually sign? Thanks.
@mmusich this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@mmusich
Copy link
Contributor Author

mmusich commented Feb 2, 2021

@cmsbuild please test

@mmusich mmusich changed the title Some additional to conddb command line interface Some additions to the conddb command line interface Feb 2, 2021
@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 2, 2021

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1b630f/12657/summary.html
COMMIT: 6b7fa1b
CMSSW: CMSSW_11_3_X_2021-02-02-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12657/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 3 differences found in the comparisons
  • DQMHistoTests: Total files compared: 37
  • DQMHistoTests: Total histograms compared: 2752926
  • DQMHistoTests: Total failures: 11
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2752893
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 36 files compared)
  • Checked 156 log files, 37 edm output root files, 37 DQM output files

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2021

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32795/20971

  • This PR adds an extra 36KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2021

Pull request #32795 was updated. @ggovi, @cmsbuild can you please check and sign again.

@mmusich
Copy link
Contributor Author

mmusich commented Feb 3, 2021

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2021

Pull request #32795 was updated. @ggovi, @cmsbuild can you please check and sign again.

@ggovi
Copy link
Contributor

ggovi commented Feb 3, 2021

please test

@ggovi
Copy link
Contributor

ggovi commented Feb 3, 2021

@mmusich To avoid conflicts, I guess I should wait for this PR to be merged before to issue my PR ( with the listRun changes )?

@mmusich
Copy link
Contributor Author

mmusich commented Feb 3, 2021

@ggovi as you prefer. I can rebase after yours or you can wait for this to be merged.

@ggovi
Copy link
Contributor

ggovi commented Feb 3, 2021

@mmusich Let's go ahead with this one since we are here! Mine will follow right after...

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2021

-1

Failed Tests: RelVals RelVals-INPUT AddOn
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1b630f/12674/summary.html
COMMIT: a72206f
CMSSW: CMSSW_11_3_X_2021-02-02-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/install.sh to create a dev area with all the needed externals and cmssw changes.

RelVals

----- Begin Fatal Exception 03-Feb-2021 14:07:02 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 274199 lumi: 21 event: 39389360 stream: 0
   [1] Running path 'HLTAnalyzerEndpath'
   [2] Prefetching for module L1TRawToDigi/'hltGtStage2Digis'
   [3] Prefetching for module RawDataCollectorByLabel/'rawDataCollector'
   [4] Prefetching for module L1TDigiToRaw/'packGmtStage2'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-relvals/runTheMatrix-results/136.731_RunSinglePh2016B+RunSinglePh2016B+HLTDR2_2016+RECODR2_2016reHLT_skimSinglePh_HIPM+HARVESTDR2
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 03-Feb-2021 14:07:02 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 301998 lumi: 9 event: 8792128 stream: 0
   [1] Running path 'HLTAnalyzerEndpath'
   [2] Prefetching for module L1TRawToDigi/'hltGtStage2Digis'
   [3] Prefetching for module RawDataCollectorByLabel/'rawDataCollector'
   [4] Prefetching for module L1TDigiToRaw/'packGmtStage2'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-relvals/runTheMatrix-results/136.793_RunDoubleEG2017C+RunDoubleEG2017C+HLTDR2_2017+RECODR2_2017reHLT_skimDoubleEG_Prompt+HARVEST2017
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 03-Feb-2021 14:07:04 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 319450 lumi: 76 event: 105676750 stream: 0
   [1] Running path 'HLTAnalyzerEndpath'
   [2] Prefetching for module L1TRawToDigi/'hltGtStage2Digis'
   [3] Prefetching for module RawDataCollectorByLabel/'rawDataCollector'
   [4] Prefetching for module L1TDigiToRaw/'packGmtStage2'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-relvals/runTheMatrix-results/136.874_RunEGamma2018C+RunEGamma2018C+HLTDR2_2018+RECODR2_2018reHLT_skimEGamma_Offline_L1TEgDQM+HARVEST2018_L1TEgDQM
----- End Fatal Exception -------------------------------------------------
Expand to see more relval errors ...

RelVals-INPUT

  • 136.722136.722_RunDoubleEG2016B+RunDoubleEG2016B+HLTDR2_2016+RECODR2_2016reHLT_skimDoubleEG_HIPM+HARVESTDR2/step2_RunDoubleEG2016B+RunDoubleEG2016B+HLTDR2_2016+RECODR2_2016reHLT_skimDoubleEG_HIPM+HARVESTDR2.log
  • 136.721136.721_RunHLTPhy2016B+RunHLTPhy2016B+HLTDR2_2016+RECODR2_2016reHLT_HIPM+HARVESTDR2/step2_RunHLTPhy2016B+RunHLTPhy2016B+HLTDR2_2016+RECODR2_2016reHLT_HIPM+HARVESTDR2.log
  • 134.813134.813_RunCosmics2015C+RunCosmics2015C+RECOCOSDRUN2+ALCACOSDRUN2+HARVESTDCRUN2/step2_RunCosmics2015C+RunCosmics2015C+RECOCOSDRUN2+ALCACOSDRUN2+HARVESTDCRUN2.log
Expand to see more relval errors ...

AddOn Tests

----- Begin Fatal Exception 03-Feb-2021 14:08:44 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 272762 lumi: 51 event: 41555597 stream: 0
   [1] Running path 'L1TAnalyzerEndpath'
   [2] Prefetching for module L1TGlobalSummary/'L1TGlobalSummary'
   [3] Prefetching for module L1TGlobalProducer/'simGtStage2Digis'
   [4] Prefetching for module L1TMuonProducer/'simGmtStage2Digis'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-addon/addOnTests/hlt_data_Fake2
----- End Fatal Exception -------------------------------------------------

----- Begin Fatal Exception 03-Feb-2021 14:08:44 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 272762 lumi: 51 event: 41669009 stream: 1
   [1] Running path 'L1TAnalyzerEndpath'
   [2] Prefetching for module L1TGlobalSummary/'L1TGlobalSummary'
   [3] Prefetching for module L1TGlobalProducer/'simGtStage2Digis'
   [4] Prefetching for module L1TMuonProducer/'simGmtStage2Digis'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-addon/addOnTests/hlt_data_Fake2
----- End Fatal Exception -------------------------------------------------

----- Begin Fatal Exception 03-Feb-2021 14:08:44 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 272762 lumi: 51 event: 41643921 stream: 2
   [1] Running path 'L1TAnalyzerEndpath'
   [2] Prefetching for module L1TGlobalSummary/'L1TGlobalSummary'
   [3] Prefetching for module L1TGlobalProducer/'simGtStage2Digis'
   [4] Prefetching for module L1TMuonProducer/'simGmtStage2Digis'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-addon/addOnTests/hlt_data_Fake2
----- End Fatal Exception -------------------------------------------------

----- Begin Fatal Exception 03-Feb-2021 14:08:44 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 272762 lumi: 51 event: 41468301 stream: 3
   [1] Running path 'L1TAnalyzerEndpath'
   [2] Prefetching for module L1TGlobalSummary/'L1TGlobalSummary'
   [3] Prefetching for module L1TGlobalProducer/'simGtStage2Digis'
   [4] Prefetching for module L1TMuonProducer/'simGmtStage2Digis'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-addon/addOnTests/hlt_data_Fake2
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 03-Feb-2021 14:08:46 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 323775 lumi: 99 event: 110936866 stream: 1
   [1] Running path 'L1TAnalyzerEndpath'
   [2] Prefetching for module L1TGlobalSummary/'L1TGlobalSummary'
   [3] Prefetching for module L1TGlobalProducer/'simGtStage2Digis'
   [4] Prefetching for module L1TMuonProducer/'simGmtStage2Digis'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-addon/addOnTests/hlt_data_PRef
----- End Fatal Exception -------------------------------------------------

----- Begin Fatal Exception 03-Feb-2021 14:08:46 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 323775 lumi: 99 event: 111372621 stream: 0
   [1] Running path 'L1TAnalyzerEndpath'
   [2] Prefetching for module L1TGlobalSummary/'L1TGlobalSummary'
   [3] Prefetching for module L1TGlobalProducer/'simGtStage2Digis'
   [4] Prefetching for module L1TMuonProducer/'simGmtStage2Digis'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-addon/addOnTests/hlt_data_PRef
----- End Fatal Exception -------------------------------------------------

----- Begin Fatal Exception 03-Feb-2021 14:08:46 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 323775 lumi: 99 event: 111348706 stream: 3
   [1] Running path 'L1TAnalyzerEndpath'
   [2] Prefetching for module L1TGlobalSummary/'L1TGlobalSummary'
   [3] Prefetching for module L1TGlobalProducer/'simGtStage2Digis'
   [4] Prefetching for module L1TMuonProducer/'simGmtStage2Digis'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-addon/addOnTests/hlt_data_PRef
----- End Fatal Exception -------------------------------------------------

----- Begin Fatal Exception 03-Feb-2021 14:08:46 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 323775 lumi: 99 event: 111190435 stream: 2
   [1] Running path 'L1TAnalyzerEndpath'
   [2] Prefetching for module L1TGlobalSummary/'L1TGlobalSummary'
   [3] Prefetching for module L1TGlobalProducer/'simGtStage2Digis'
   [4] Prefetching for module L1TMuonProducer/'simGmtStage2Digis'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-addon/addOnTests/hlt_data_PRef
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 03-Feb-2021 14:08:49 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 325112 lumi: 6 event: 32600 stream: 0
   [1] Running path 'L1TAnalyzerEndpath'
   [2] Prefetching for module L1TGlobalSummary/'L1TGlobalSummary'
   [3] Prefetching for module L1TGlobalProducer/'simGtStage2Digis'
   [4] Prefetching for module L1TMuonProducer/'simGmtStage2Digis'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-addon/addOnTests/hlt_data_HIon
----- End Fatal Exception -------------------------------------------------

----- Begin Fatal Exception 03-Feb-2021 14:08:49 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 325112 lumi: 6 event: 29040 stream: 3
   [1] Running path 'L1TAnalyzerEndpath'
   [2] Prefetching for module L1TGlobalSummary/'L1TGlobalSummary'
   [3] Prefetching for module L1TGlobalProducer/'simGtStage2Digis'
   [4] Prefetching for module L1TMuonProducer/'simGmtStage2Digis'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-addon/addOnTests/hlt_data_HIon
----- End Fatal Exception -------------------------------------------------

----- Begin Fatal Exception 03-Feb-2021 14:08:49 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 325112 lumi: 6 event: 25760 stream: 1
   [1] Running path 'L1TAnalyzerEndpath'
   [2] Prefetching for module L1TGlobalSummary/'L1TGlobalSummary'
   [3] Prefetching for module L1TGlobalProducer/'simGtStage2Digis'
   [4] Prefetching for module L1TMuonProducer/'simGmtStage2Digis'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-addon/addOnTests/hlt_data_HIon
----- End Fatal Exception -------------------------------------------------

----- Begin Fatal Exception 03-Feb-2021 14:08:49 CET-----------------------
An exception of category 'FileInPathError' occurred while
   [0] Processing  Event run: 325112 lumi: 6 event: 25520 stream: 2
   [1] Running path 'L1TAnalyzerEndpath'
   [2] Prefetching for module L1TGlobalSummary/'L1TGlobalSummary'
   [3] Prefetching for module L1TGlobalProducer/'simGtStage2Digis'
   [4] Prefetching for module L1TMuonProducer/'simGmtStage2Digis'
   [5] Calling method for module L1TMuonEndCapTrackProducer/'simEmtfDigis'
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/emtf_luts/model_graph.displ.5.pb anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12674/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/poison:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/src:/cvmfs/cms-ib.cern.ch/week0/slc7_amd64_gcc900/cms/cmssw-patch/CMSSW_11_3_X_2021-02-02-2300/external/slc7_amd64_gcc900/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-addon/addOnTests/hlt_data_HIon
----- End Fatal Exception -------------------------------------------------
Expand to see more addon errors ...

@mmusich
Copy link
Contributor Author

mmusich commented Feb 3, 2021

@smuzaffar is there already an IB suitable for testing without spurious errors?

@smuzaffar
Copy link
Contributor

we now have the new IB where you should not see these massive errors but we still get random crashes ( see #32796 )

@mmusich
Copy link
Contributor Author

mmusich commented Feb 3, 2021

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2021

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1b630f/12690/summary.html
COMMIT: a72206f
CMSSW: CMSSW_11_3_X_2021-02-03-0800/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/32795/12690/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 3 differences found in the comparisons
  • DQMHistoTests: Total files compared: 37
  • DQMHistoTests: Total histograms compared: 2752926
  • DQMHistoTests: Total failures: 8
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 2752895
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.004 KiB( 36 files compared)
  • DQMHistoSizes: changed ( 312.0 ): 0.004 KiB MessageLogger/Warnings
  • Checked 156 log files, 37 edm output root files, 37 DQM output files

@ggovi
Copy link
Contributor

ggovi commented Feb 4, 2021

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 4, 2021

This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2)

@qliphy
Copy link
Contributor

qliphy commented Feb 4, 2021

+1

@cmsbuild cmsbuild merged commit ea40acb into cms-sw:master Feb 4, 2021
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.

7 participants