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

[do not merge][ASAN] Build with -O0 flag #8761

Closed
wants to merge 1 commit into from

Conversation

smuzaffar
Copy link
Contributor

@smuzaffar smuzaffar commented Oct 16, 2023

testing ASAN build with -O0 build flag (instead of -O2)

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch IB/CMSSW_13_3_X/master.

@aandvalenzuela, @smuzaffar, @cmsbuild, @iarspider can you please review it and eventually sign? Thanks.
@sextonkennedy, @antoniovilela, @rappoccio you are the release manager for this.
cms-bot commands are listed here

@smuzaffar
Copy link
Contributor Author

smuzaffar commented Oct 16, 2023

test parameters:

  • full_cmssw = true

@smuzaffar
Copy link
Contributor Author

please test for CMSSW_13_3_ASAN_X

@cmsbuild
Copy link
Contributor

-1

Failed Tests: Build
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-78c587/35206/summary.html
COMMIT: 36b6fb9
CMSSW: CMSSW_13_3_ASAN_X_2023-10-13-2300/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmsdist/8761/35206/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-78c587/35206/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-78c587/35206/git-merge-result

Build

I found compilation error when building:

>> Compiling LCG dictionary: tmp/el8_amd64_gcc12/src/CondFormats/DQMObjects/src/CondFormatsDQMObjects/a/CondFormatsDQMObjects_xr.cc
>> Compiling  /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_3_ASAN_X_2023-10-13-2300/src/CondFormats/DQMObjects/src/HDQMSummary.cc
>> Compiling  /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_3_ASAN_X_2023-10-13-2300/src/CondFormats/DQMObjects/src/T_EventSetup_DQMSummary.cc
>> Compiling  tmp/el8_amd64_gcc12/src/CondFormats/DQMObjects/src/CondFormatsDQMObjects/a/Serialization.cc
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_3_ASAN_X_2023-10-13-2300/src/CondFormats/DQMObjects/src/HDQMSummary.cc: In member function 'const HDQMSummary::Range HDQMSummary::getRange(const uint32_t&) const':
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_13_3_ASAN_X_2023-10-13-2300/src/CondFormats/DQMObjects/src/HDQMSummary.cc:60:1: error: control reaches end of non-void function [-Werror=return-type]
   60 | }
      | ^
cc1plus: some warnings being treated as errors
gmake: *** [tmp/el8_amd64_gcc12/src/CondFormats/DQMObjects/src/CondFormatsDQMObjects/HDQMSummary.cc.o] Error 1
>> Building shared library tmp/el8_amd64_gcc12/src/CondFormats/DQMObjects/src/CondFormatsDQMObjects/libCondFormatsDQMObjects.so


@smuzaffar
Copy link
Contributor Author

please test for CMSSW_13_3_ASAN_X

@cmsbuild
Copy link
Contributor

-1

Failed Tests: Build
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-78c587/35209/summary.html
COMMIT: 36b6fb9
CMSSW: CMSSW_13_3_ASAN_X_2023-10-13-2300/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmsdist/8761/35209/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-78c587/35209/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-78c587/35209/git-merge-result

Build

I found compilation error when building:

>> Compiling LCG dictionary: tmp/el8_amd64_gcc12/src/CondFormats/DQMObjects/src/CondFormatsDQMObjects/a/CondFormatsDQMObjects_xr.cc
>> Compiling  /pool/condor/dir_46189/jenkins/workspace/ib-run-pr-tests/CMSSW_13_3_ASAN_X_2023-10-13-2300/src/CondFormats/DQMObjects/src/HDQMSummary.cc
>> Compiling  /pool/condor/dir_46189/jenkins/workspace/ib-run-pr-tests/CMSSW_13_3_ASAN_X_2023-10-13-2300/src/CondFormats/DQMObjects/src/T_EventSetup_DQMSummary.cc
>> Compiling  tmp/el8_amd64_gcc12/src/CondFormats/DQMObjects/src/CondFormatsDQMObjects/a/Serialization.cc
/pool/condor/dir_46189/jenkins/workspace/ib-run-pr-tests/CMSSW_13_3_ASAN_X_2023-10-13-2300/src/CondFormats/DQMObjects/src/HDQMSummary.cc: In member function 'const HDQMSummary::Range HDQMSummary::getRange(const uint32_t&) const':
/pool/condor/dir_46189/jenkins/workspace/ib-run-pr-tests/CMSSW_13_3_ASAN_X_2023-10-13-2300/src/CondFormats/DQMObjects/src/HDQMSummary.cc:60:1: error: control reaches end of non-void function [-Werror=return-type]
   60 | }
      | ^
cc1plus: some warnings being treated as errors
gmake: *** [tmp/el8_amd64_gcc12/src/CondFormats/DQMObjects/src/CondFormatsDQMObjects/HDQMSummary.cc.o] Error 1
>> Building shared library tmp/el8_amd64_gcc12/src/CondFormats/DQMObjects/src/CondFormatsDQMObjects/libCondFormatsDQMObjects.so


@smuzaffar
Copy link
Contributor Author

please test for CMSSW_13_3_ASAN_X

@cmsbuild
Copy link
Contributor

-1

Failed Tests: Build
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-78c587/35211/summary.html
COMMIT: 36b6fb9
CMSSW: CMSSW_13_3_ASAN_X_2023-10-13-2300/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmsdist/8761/35211/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-78c587/35211/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-78c587/35211/git-merge-result

Build

I found compilation error when building:

/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/el8_amd64_gcc12/external/gcc/12.3.1-40d504be6370b5a30e3947a6e575ca28/bin/../lib/gcc/x86_64-redhat-linux-gnu/12.3.1/../../../../x86_64-redhat-linux-gnu/bin/ld.bfd: tmp/el8_amd64_gcc12/src/Alignment/OfflineValidation/plugins/AlignmentOfflinevalidationPlugins/ccAby7rh.ltrans16.ltrans.o: in function `PixelRegions::attachedDets(PixelRegions::PixelId, TrackerTopology const*, SiPixelPI::phase const&)':
:(.text+0x26f39): undefined reference to `SiPixelDetInfoFileReader::SiPixelDetInfoFileReader(std::__cxx11::basic_string, std::allocator >)'
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/el8_amd64_gcc12/external/gcc/12.3.1-40d504be6370b5a30e3947a6e575ca28/bin/../lib/gcc/x86_64-redhat-linux-gnu/12.3.1/../../../../x86_64-redhat-linux-gnu/bin/ld.bfd: :(.text+0x26f6e): undefined reference to `SiPixelDetInfoFileReader::getAllDetIds() const'
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/el8_amd64_gcc12/external/gcc/12.3.1-40d504be6370b5a30e3947a6e575ca28/bin/../lib/gcc/x86_64-redhat-linux-gnu/12.3.1/../../../../x86_64-redhat-linux-gnu/bin/ld.bfd: :(.text+0x275b0): undefined reference to `SiPixelDetInfoFileReader::~SiPixelDetInfoFileReader()'
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/el8_amd64_gcc12/external/gcc/12.3.1-40d504be6370b5a30e3947a6e575ca28/bin/../lib/gcc/x86_64-redhat-linux-gnu/12.3.1/../../../../x86_64-redhat-linux-gnu/bin/ld.bfd: :(.text+0x278d3): undefined reference to `SiPixelDetInfoFileReader::~SiPixelDetInfoFileReader()'
collect2: error: ld returned 1 exit status
gmake: *** [tmp/el8_amd64_gcc12/src/Alignment/OfflineValidation/plugins/AlignmentOfflinevalidationPlugins/libAlignmentOfflinevalidationPlugins.so] Error 1
Leaving library rule at src/Alignment/OfflineValidation/plugins
------- copying files from src/Alignment/OfflineValidation/scripts -------
>> copied GCPpyPlots.py
>> copied addHistograms.sh


@smuzaffar
Copy link
Contributor Author

please test for CMSSW_13_3_ASAN_X

@cmsbuild
Copy link
Contributor

-1

Failed Tests: UnitTests RelVals AddOn
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-78c587/35214/summary.html
COMMIT: 36b6fb9
CMSSW: CMSSW_13_3_ASAN_X_2023-10-16-2300/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/8761/35214/install.sh to create a dev area with all the needed externals and cmssw changes.

Unit Tests

I found 31 errors in the following unit tests:

---> test DiElectronVertex had ERRORS
---> test testAlignmentStats had ERRORS
---> test EoP had ERRORS
and more ...

RelVals

----- Begin Fatal Exception 17-Oct-2023 14:00:57 CEST-----------------------
An exception of category 'StdException' occurred while
   [0] Processing  Event run: 1 lumi: 1 event: 1 stream: 0
   [1] Running path 'prevalidation_step'
   [2] Prefetching for module MultiTrackValidator/'trackValidatorBuilding'
   [3] Calling method for module TrackProducer/'initialStepTracks'
Exception Message:
A std::exception was thrown.
basic_string::_M_create
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 17-Oct-2023 14:01:20 CEST-----------------------
An exception of category 'StdException' occurred while
   [0] Processing  Event run: 1 lumi: 1 event: 1 stream: 0
   [1] Running path 'prevalidation_step'
   [2] Prefetching for module MultiTrackValidator/'trackValidatorBuilding'
   [3] Calling method for module TrackProducer/'initialStepTracks'
Exception Message:
A std::exception was thrown.
basic_string::_M_create
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 17-Oct-2023 14:01:26 CEST-----------------------
An exception of category 'StdException' occurred while
   [0] Processing  Event run: 346512 lumi: 250 event: 243042266 stream: 0
   [1] Running path 'dqmoffline_step'
   [2] Prefetching for module DQMMessageLogger/'DQMMessageLogger'
   [3] Prefetching for module LogErrorHarvester/'logErrorHarvester'
   [4] Prefetching for module HcalNoiseInfoProducer/'hcalnoise'
   [5] Prefetching for module FastjetJetProducer/'ak4PFJets'
   [6] Prefetching for module PFLinker/'particleFlow'
   [7] Prefetching for module PFProducer/'particleFlowTmp'
   [8] Prefetching for module PFBlockProducer/'particleFlowBlock'
   [9] Prefetching for module PFElecTkProducer/'pfTrackElec'
   [10] Prefetching for module GsfTrackProducer/'electronGsfTracks'
   [11] Prefetching for module CkfTrackCandidateMaker/'electronCkfTrackCandidates'
   [12] Prefetching for module MeasurementTrackerEventProducer/'MeasurementTrackerEvent'
   [13] Prefetching for module JetCoreClusterSplitter/'siPixelClusters'
   [14] Prefetching for module PrimaryVertexProducer/'firstStepPrimaryVerticesPreSplitting'
   [15] Calling method for module TrackProducer/'initialStepTracksPreSplitting'
Exception Message:
A std::exception was thrown.
basic_string::_M_create
----- End Fatal Exception -------------------------------------------------
Expand to see more relval errors ...

AddOn Tests

----- Begin Fatal Exception 17-Oct-2023 13:58:38 CEST-----------------------
An exception of category 'StdException' occurred while
   [0] Processing  Event run: 1 lumi: 1 event: 2 stream: 2
   [1] Running path 'prevalidation_step'
   [2] Prefetching for module MultiTrackValidator/'trackValidatorBuilding'
   [3] Calling method for module TrackProducer/'initialStepTracks'
Exception Message:
A std::exception was thrown.
basic_string::_M_create
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 17-Oct-2023 13:58:26 CEST-----------------------
An exception of category 'StdException' occurred while
   [0] Processing  Event run: 1 lumi: 1 event: 3 stream: 0
   [1] Running path 'prevalidation_step'
   [2] Prefetching for module MultiTrackValidator/'trackValidatorBuilding'
   [3] Calling method for module TrackProducer/'initialStepTracks'
Exception Message:
A std::exception was thrown.
basic_string::_M_create
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 17-Oct-2023 13:58:22 CEST-----------------------
An exception of category 'StdException' occurred while
   [0] Processing  Event run: 1 lumi: 1 event: 2 stream: 2
   [1] Running path 'prevalidation_step'
   [2] Prefetching for module MultiTrackValidator/'trackValidatorBuilding'
   [3] Calling method for module TrackProducer/'initialStepTracks'
Exception Message:
A std::exception was thrown.
basic_string::_M_create
----- End Fatal Exception -------------------------------------------------
Expand to see more addon errors ...

@smuzaffar
Copy link
Contributor Author

keep it open for cms-sw/cmssw#43030 testing with -O0

@smuzaffar
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

-1

Failed Tests: UnitTests RelVals RelVals-INPUT AddOn
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-78c587/35260/summary.html
COMMIT: 36b6fb9
CMSSW: CMSSW_13_3_X_2023-10-17-2300/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/8761/35260/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-78c587/35260/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-78c587/35260/git-merge-result

Unit Tests

I found 4 errors in the following unit tests:

---> test testRecoMETMETProducers had ERRORS
---> test testTauEmbeddingProducers had ERRORS
---> test PrimaryVertex had ERRORS
and more ...

RelVals

  • 140.53140.53_RunHI2011/step2_RunHI2011.log
  • 5.1
----- Begin Fatal Exception 18-Oct-2023 21:28:44 CEST-----------------------
An exception of category 'PFEGammaAlgo::unwrapSuperCluster()' occurred while
   [0] Processing  Event run: 1 lumi: 1 event: 1 stream: 0
   [1] Running path 'prevalidation_step'
   [2] Prefetching for module MultiTrackValidator/'trackValidator'
   [3] Prefetching for module JetTracksAssociationToTrackRefs/'cutsRecoTracksAK4PFJets'
   [4] Prefetching for module JetTracksAssociatorExplicit/'ak4JetTracksAssociatorExplicitAll'
   [5] Prefetching for module FastjetJetProducer/'ak4PFJets'
   [6] Prefetching for module PFLinker/'particleFlow'
   [7] Prefetching for module PFProducer/'particleFlowTmp'
   [8] Calling method for module PFEGammaProducer/'particleFlowEGamma'
Exception Message:
The number of found ecal elements (2) in block is not the same as the number of ecal PF clusters reported by the PFSuperCluster itself (1)! This should not happen!
, ET = 12.554, E = 13.037 (eta,phi,z)= (0.277,-2.169,38.420)
----- End Fatal Exception -------------------------------------------------
  • 135.4135.4_ZEEFS_13/step1_ZEEFS_13.log
Expand to see more relval errors ...

RelVals-INPUT

  • 4.64.6_MinimumBias2010A/step2_MinimumBias2010A.log
  • 1003.01003.0_RunMinBias2012A/step2_RunMinBias2012A.log
  • 144.6144.6_MinimumBias2010A/step2_MinimumBias2010A.log
Expand to see more relval errors ...

AddOn Tests

----- Begin Fatal Exception 18-Oct-2023 21:26:43 CEST-----------------------
An exception of category 'PFEGammaAlgo::unwrapSuperCluster()' occurred while
   [0] Processing  Event run: 1 lumi: 1 event: 3 stream: 1
   [1] Running path 'prevalidation_step'
   [2] Prefetching for module MultiTrackValidator/'trackValidator'
   [3] Prefetching for module JetTracksAssociationToTrackRefs/'cutsRecoTracksAK4PFJets'
   [4] Prefetching for module JetTracksAssociatorExplicit/'ak4JetTracksAssociatorExplicitAll'
   [5] Prefetching for module FastjetJetProducer/'ak4PFJets'
   [6] Prefetching for module PFLinker/'particleFlow'
   [7] Prefetching for module PFProducer/'particleFlowTmp'
   [8] Calling method for module PFEGammaProducer/'particleFlowEGamma'
Exception Message:
The number of found ecal elements (2) in block is not the same as the number of ecal PF clusters reported by the PFSuperCluster itself (1)! This should not happen!
, ET = 79.552, E = 93.958 (eta,phi,z)= (0.593,-0.153,87.075)
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 18-Oct-2023 21:26:46 CEST-----------------------
An exception of category 'PFEGammaAlgo::unwrapSuperCluster()' occurred while
   [0] Processing  Event run: 1 lumi: 1 event: 1 stream: 3
   [1] Running path 'prevalidation_step'
   [2] Prefetching for module MultiTrackValidator/'trackValidator'
   [3] Prefetching for module JetTracksAssociationToTrackRefs/'cutsRecoTracksAK4PFJets'
   [4] Prefetching for module JetTracksAssociatorExplicit/'ak4JetTracksAssociatorExplicitAll'
   [5] Prefetching for module FastjetJetProducer/'ak4PFJets'
   [6] Prefetching for module PFLinker/'particleFlow'
   [7] Prefetching for module PFProducer/'particleFlowTmp'
   [8] Calling method for module PFEGammaProducer/'particleFlowEGamma'
Exception Message:
The number of found ecal elements (3) in block is not the same as the number of ecal PF clusters reported by the PFSuperCluster itself (2)! This should not happen!
, ET = 14.309, E = 16.092 (eta,phi,z)= (-0.494,2.471,-70.100)
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 18-Oct-2023 21:26:45 CEST-----------------------
An exception of category 'PFEGammaAlgo::unwrapSuperCluster()' occurred while
   [0] Processing  Event run: 1 lumi: 1 event: 4 stream: 0
   [1] Running path 'prevalidation_step'
   [2] Prefetching for module MultiTrackValidator/'trackValidator'
   [3] Prefetching for module JetTracksAssociationToTrackRefs/'cutsRecoTracksAK4PFJets'
   [4] Prefetching for module JetTracksAssociatorExplicit/'ak4JetTracksAssociatorExplicitAll'
   [5] Prefetching for module FastjetJetProducer/'ak4PFJets'
   [6] Prefetching for module PFLinker/'particleFlow'
   [7] Prefetching for module PFProducer/'particleFlowTmp'
   [8] Calling method for module PFEGammaProducer/'particleFlowEGamma'
Exception Message:
The number of found ecal elements (4) in block is not the same as the number of ecal PF clusters reported by the PFSuperCluster itself (3)! This should not happen!
, ET = 52.013, E = 87.718 (eta,phi,z)= (-1.113,2.384,-184.860)
----- End Fatal Exception -------------------------------------------------
Expand to see more addon errors ...

@smuzaffar
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

-1

Failed Tests: UnitTests RelVals AddOn
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-78c587/35299/summary.html
COMMIT: 36b6fb9
CMSSW: CMSSW_13_3_X_2023-10-19-1100/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmsdist/8761/35299/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-78c587/35299/git-recent-commits.json
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-78c587/35299/git-merge-result

Unit Tests

I found 270 errors in the following unit tests:

---> test CalibCalorimetryEcalLaserSortingRunStreamer had ERRORS
---> test DiMuonVertex had ERRORS
---> test EoP had ERRORS
and more ...

RelVals

  • 9.09.0_Higgs200ChargedTaus/step1_Higgs200ChargedTaus.log
  • 7.37.3_CosmicsSPLoose2018/step1_CosmicsSPLoose2018.log
  • 25.025.0_TTbar/step1_TTbar.log
Expand to see more relval errors ...

AddOn Tests

[read312RV:1] cmsRun /data/cmsbld/jenkins/workspace/ib-run-pr-addon/CMSSW_13_3_X_2023-10-19-1100/src/Utilities/ReleaseScripts/scripts/read312RV_cfg.py : FAILED - elapsed time: 24 sec (ended on Fri Oct 20 01:21:25 2023) - exit: 35584
[fastsim:1] cmsDriver.py TTbar_8TeV_TuneCUETP8M1_cfi  --conditions auto:run1_mc --fast  -n 100 --eventcontent AODSIM,DQM --relval 100000,1000 -s GEN,SIM,RECOBEFMIX,DIGI:pdigi_valid,L1,DIGI2RAW,L1Reco,RECO,VALIDATION  --customise=HLTrigger/Configuration/CustomConfigs.L1THLT --datatier GEN-SIM-DIGI-RECO,DQMIO --beamspot Realistic8TeVCollision : FAILED - elapsed time: 86 sec (ended on Fri Oct 20 01:22:27 2023) - exit: 35584
[fastsim1:1] cmsDriver.py TTbar_13TeV_TuneCUETP8M1_cfi --conditions auto:run2_mc_l1stage1 --fast  -n 100 --eventcontent AODSIM,DQM --relval 100000,1000 -s GEN,SIM,RECOBEFMIX,DIGI:pdigi_valid,L1,DIGI2RAW,L1Reco,RECO,VALIDATION  --customise=HLTrigger/Configuration/CustomConfigs.L1THLT --datatier GEN-SIM-DIGI-RECO,DQMIO --beamspot NominalCollision2015 --era Run2_25ns : FAILED - elapsed time: 82 sec (ended on Fri Oct 20 01:22:28 2023) - exit: 35584
Expand to see more addon errors ...

@smuzaffar smuzaffar closed this Oct 20, 2023
@smuzaffar smuzaffar deleted the smuzaffar-patch-5 branch October 20, 2023 13:53
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.

2 participants