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

Migrate to new oneapi naming #36568

Merged
merged 3 commits into from
Dec 23, 2021
Merged

Conversation

Dr15Jones
Copy link
Contributor

PR description:

  • preface headers with oneapi
  • use oneapi namespace

PR validation:

Code compiles.

Changed includes to use new header path for TBB
@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36568/27517

  • This PR adds an extra 304KB to repository

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36568/27519

  • This PR adds an extra 308KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @Dr15Jones (Chris Jones) for master.

It involves the following packages:

  • DataFormats/Common (core)
  • DataFormats/Provenance (core)
  • FWCore/Common (core)
  • FWCore/Concurrency (core)
  • FWCore/Framework (core)
  • FWCore/MessageLogger (core)
  • FWCore/MessageService (core)
  • FWCore/ParameterSet (core)
  • FWCore/PluginManager (core)
  • FWCore/PythonFramework (core)
  • FWCore/Reflection (core)
  • FWCore/Services (core)
  • FWCore/Sources (core)
  • FWCore/TestProcessor (core)
  • FWCore/Utilities (core)
  • IOPool/Output (core)
  • Utilities/StorageFactory (core)
  • Utilities/XrdAdaptor (core)

@cmsbuild, @smuzaffar, @Dr15Jones, @makortel can you please review it and eventually sign? Thanks.
@makortel, @felicepantaleo, @wddgit, @rovere this is something you requested to watch as well.
@perrotta, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@Dr15Jones
Copy link
Contributor Author

please test

Copy link
Contributor

@makortel makortel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose the plain tbb:: is going to be deprecated/removed at some point. For future reference, do you know when?

Comment on lines 22 to 23
/* Copied from tbb_2020 branch's oneapi/tbb/tbb_allocator linked here
https://github.com/oneapi-src/oneTBB/blob/tbb_2020/include/oneapi/tbb/tbb_allocator.h
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these should be kept without oneapi

Suggested change
/* Copied from tbb_2020 branch's oneapi/tbb/tbb_allocator linked here
https://github.com/oneapi-src/oneTBB/blob/tbb_2020/include/oneapi/tbb/tbb_allocator.h
/* Copied from tbb_2020 branch's tbb/tbb_allocator linked here
https://github.com/oneapi-src/oneTBB/blob/tbb_2020/include/tbb/tbb_allocator.h

and renamed to edm namespace because it was removed from oneapi_2021 branch's
tbb/tbb_allocator.
oneapi/tbb/tbb_allocator.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this too?

Suggested change
oneapi/tbb/tbb_allocator.
tbb/tbb_allocator.

@Dr15Jones
Copy link
Contributor Author

I suppose the plain tbb:: is going to be deprecated/removed at some point. For future reference, do you know when?

From their documentation, they always say to use oneapi::. As for when it goes away, I don't know.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36568/27521

  • This PR adds an extra 308KB to repository

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-57258a/21433/summary.html
COMMIT: 99da2c3
CMSSW: CMSSW_12_3_X_2021-12-21-2300/slc7_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/36568/21433/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: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 43
  • DQMHistoTests: Total histograms compared: 3461692
  • DQMHistoTests: Total failures: 6
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3461664
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 42 files compared)
  • Checked 181 log files, 42 edm output root files, 43 DQM output files
  • TriggerResults: no differences found

@makortel
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2)

@qliphy
Copy link
Contributor

qliphy commented Dec 23, 2021

enable threading
probably benefit from testing with multithread running

@qliphy
Copy link
Contributor

qliphy commented Dec 23, 2021

please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-57258a/21446/summary.html
COMMIT: 99da2c3
CMSSW: CMSSW_12_3_X_2021-12-22-1100/slc7_amd64_gcc10
Additional Tests: THREADING
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/36568/21446/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: 43
  • DQMHistoTests: Total histograms compared: 3461692
  • DQMHistoTests: Total failures: 5
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 3461664
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.004 KiB( 42 files compared)
  • DQMHistoSizes: changed ( 312.0 ): 0.004 KiB MessageLogger/Warnings
  • Checked 181 log files, 42 edm output root files, 43 DQM output files
  • TriggerResults: no differences found

@perrotta
Copy link
Contributor

There is hint of some non reproducibility of the MET corrections in threaded miniAOD tests for wf 28234.0 (TTbar 14 TeV 2026D60) :
image

This has unlikely anything to do with this technical PR, though

@Dr15Jones
Copy link
Contributor Author

The compiler generates the same code with our without this change. In the TBB code itself, tbb/... headers just forward to their oneapi/tbb/... equivalence. All code is defined in the oneapi::tbb namespace and then there is one config header that does a using directive to put all oneapi::tbb names into the tbb namespace. But that means with our without this change the symbol names from tbb all are prefixed with oneapi since that is where they are declared.

@perrotta
Copy link
Contributor

The compiler generates the same code with our without this change. In the TBB code itself, tbb/... headers just forward to their oneapi/tbb/... equivalence. All code is defined in the oneapi::tbb namespace and then there is one config header that does a using directive to put all oneapi::tbb names into the tbb namespace. But that means with our without this change the symbol names from tbb all are prefixed with oneapi since that is where they are declared.

@Dr15Jones if this relates to my observation above: yes. I see that this is a purely technical update that cannot originate those differences. I just wanted to pinpoint it to warn the potentially affected experts of a possible non-reproducibility issue. In another thread @slava77 reminded me that what I reported here is a know issue for running on different architectures

@perrotta
Copy link
Contributor

+1

  • Technical

@cmsbuild cmsbuild merged commit 05bf287 into cms-sw:master Dec 23, 2021
@makortel
Copy link
Contributor

Did this cause the break in CXXMODULE IB?

>> Building CXX Module LCG reflex dict from header file tmp/slc7_amd64_gcc10/src/FWCore/ParameterSet/src/FWCoreParameterSet/a/FWCoreParameterSet_xr.h
/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/bin/rootcling -reflex -f tmp/slc7_amd64_gcc10/src/FWCore/ParameterSet/src/FWCoreParameterSet/a/FWCoreParameterSet_xr.cc -s tmp/slc7_amd64_gcc10/src/FWCore/ParameterSet/src/FWCoreParameterSet/a/libFWCoreParameterSet.so -cxxmodule -failOnWarnings -DCMS_DICT_IMPL -D_REENTRANT -DGNUSOURCE -D__STRICT_ANSI__ -moduleMapFile=/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/6cf01d0acfc2622515a70107bc866dd9/opt/cmssw/slc7_amd64_gcc10/cms/cmssw/CMSSW_12_3_CXXMODULE_X_2021-12-24-2300/include/slc7_amd64_gcc10/cxxmodules/module.modulemap -moduleMapFile=/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/tbb/v2021.4.0-931e635838006154842c9c9310d1e0f0/include/module.modulemap -moduleMapFile=/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/boost/1.75.0-54897de4d16b7acc0b9425152be457c5/include/boost/boost.modulemap -DGNU_GCC -D_GNU_SOURCE -DTBB_USE_GLIBCXX_VERSION=100300 -DTBB_SUPPRESS_DEPRECATED_MESSAGES -DTBB_PREVIEW_RESUMABLE_TASKS=1 -DBOOST_SPIRIT_THREADSAFE -DPHOENIX_THREADSAFE -DBOOST_MATH_DISABLE_STD_FPCLASSIFY -DBOOST_UUID_RANDOM_PROVIDER_FORCE_POSIX -DCMSSW_GIT_HASH="CMSSW_12_3_CXXMODULE_X_2021-12-24-2300" -DPROJECT_NAME="CMSSW" -DPROJECT_VERSION="CMSSW_12_3_CXXMODULE_X_2021-12-24-2300" -I/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/6cf01d0acfc2622515a70107bc866dd9/opt/cmssw/slc7_amd64_gcc10/cms/cmssw/CMSSW_12_3_CXXMODULE_X_2021-12-24-2300/src -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/pcre/8.43-28d54724578a9006cf0dca75629374e3/include -isystem/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/boost/1.75.0-54897de4d16b7acc0b9425152be457c5/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/bz2lib/1.0.6-86270889250d9cb8193d1963706a39cb/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/libuuid/2.34-fe91b21b8e54a48f2d45894d9da65f14/include -isystem/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/include -isystem/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/tbb/v2021.4.0-931e635838006154842c9c9310d1e0f0/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/xz/5.2.5-d6fed2038c4e8d6e04531d1adba59f37/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/zlib/1.2.11-71514f01d2850dfd0bcd391557259a58/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/fmt/8.0.1-6d217bf36b9a6ba22d9ebe84cf34a21a/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/md5/1.0.0-0440f43b57c5656322f7cd7a65f85771/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/tinyxml2/6.2.0-e1d93814e04028ebad1832c681e0a52d/include -DCMSSW_REFLEX_DICT tmp/slc7_amd64_gcc10/src/FWCore/ParameterSet/src/FWCoreParameterSet/a/FWCoreParameterSet_xr.h tmp/slc7_amd64_gcc10/classes/classes_def.xml
rootcling: /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/include/llvm/ADT/PointerUnion.h:206: T llvm::PointerUnion<PTs>::get() const [with T = clang::TypeSourceInfo*; PTs = {clang::TypeSourceInfo*, clang::TemplateTypeParmDecl*, clang::DefaultArgStorage<clang::TemplateTypeParmDecl, clang::TypeSourceInfo*>::Chain*}]: Assertion `is<T>() && "Invalid accessor called"' failed.
 #0 0x00002b8eba3d9bb4 llvm::sys::PrintStackTrace(llvm::raw_ostream&) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/lib/Support/Unix/Signals.inc:533:22
 #1 0x00002b8eba3d9c47 PrintStackTraceSignalHandler(void*) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/lib/Support/Unix/Signals.inc:594:1
 #2 0x00002b8eba3d7e0d llvm::sys::RunSignalHandlers() /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/lib/Support/Signals.cpp:68:20
 #3 0x00002b8eba3d963f SignalHandler(int) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/lib/Support/Unix/Signals.inc:385:1
 #4 0x00002b8ebec32630 __restore_rt (/lib64/libpthread.so.0+0xf630)
 #5 0x00002b8ebf345387 raise (/lib64/libc.so.6+0x36387)
 #6 0x00002b8ebf346a78 abort (/lib64/libc.so.6+0x37a78)
 #7 0x00002b8ebf33e1a6 __assert_fail_base (/lib64/libc.so.6+0x2f1a6)
 #8 0x00002b8ebf33e252 (/lib64/libc.so.6+0x2f252)
 #9 0x00002b8eb6000f3d clang::TypeSourceInfo* llvm::PointerUnion<clang::TypeSourceInfo*, clang::TemplateTypeParmDecl*, clang::DefaultArgStorage<clang::TemplateTypeParmDecl, clang::TypeSourceInfo*>::Chain*>::get<clang::TypeSourceInfo*>() const /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/include/llvm/ADT/PointerUnion.h:206:5
#10 0x00002b8eb70d5a34 clang::DefaultArgStorage<clang::TemplateTypeParmDecl, clang::TypeSourceInfo*>::setInherited(clang::ASTContext const&, clang::TemplateTypeParmDecl*) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/include/clang/AST/DeclTemplate.h:362:70
#11 0x00002b8eb70d2ad7 clang::TemplateTypeParmDecl::setInheritedDefaultArgument(clang::ASTContext const&, clang::TemplateTypeParmDecl*) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/include/clang/AST/DeclTemplate.h:1313:3
#12 0x00002b8eb70c9cc7 bool inheritDefaultTemplateArgument<clang::TemplateTypeParmDecl>(clang::ASTContext&, clang::TemplateTypeParmDecl*, clang::Decl*) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Serialization/ASTReaderDecl.cpp:3595:10
#13 0x00002b8eb70c37ba inheritDefaultTemplateArguments(clang::ASTContext&, clang::TemplateDecl*, clang::TemplateDecl*) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Serialization/ASTReaderDecl.cpp:3610:37
#14 0x00002b8eb70c4795 clang::ASTDeclReader::attachPreviousDecl(clang::ASTReader&, clang::Decl*, clang::Decl*, clang::Decl*) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Serialization/ASTReaderDecl.cpp:3646:1
#15 0x00002b8eb70c7c36 clang::ASTReader::loadPendingDeclChain(clang::Decl*, unsigned long) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Serialization/ASTReaderDecl.cpp:4141:3
#16 0x00002b8eb70275da clang::ASTReader::finishPendingActions() /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Serialization/ASTReader.cpp:9870:5
#17 0x00002b8eb7033bf2 clang::ASTReader::FinishedDeserializing() /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Serialization/ASTReader.cpp:12118:5
#18 0x00002b8eb703e0b5 clang::ExternalASTSource::Deserializing::~Deserializing() /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/include/clang/AST/ExternalASTSource.h:90:5
#19 0x00002b8eb701f49d clang::ASTReader::FindExternalVisibleDeclsByName(clang::DeclContext const*, clang::DeclarationName) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Serialization/ASTReader.cpp:8057:1
#20 0x00002b8eb638d32d cling::ExternalASTSourceWrapper::FindExternalVisibleDeclsByName(clang::DeclContext const*, clang::DeclarationName) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/cling/lib/Interpreter/InterpreterCallbacks.cpp:147:5
#21 0x00002b8eb71dae98 clang::MultiplexExternalSemaSource::FindExternalVisibleDeclsByName(clang::DeclContext const*, clang::DeclarationName) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp:107:19
#22 0x00002b8eb9b7d82b clang::DeclContext::lookup(clang::DeclarationName) const /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/AST/DeclBase.cpp:1642:60
#23 0x00002b8eb9b7d615 clang::DeclContext::lookup(clang::DeclarationName) const /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/AST/DeclBase.cpp:1611:39
#24 0x00002b8eb7845bf4 LookupDirect(clang::Sema&, clang::LookupResult&, clang::DeclContext const*) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Sema/SemaLookup.cpp:930:23
#25 0x00002b8eb78461b4 CppNamespaceLookup(clang::Sema&, clang::LookupResult&, clang::ASTContext&, clang::DeclContext*, (anonymous namespace)::UnqualUsingDirectiveSet&) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Sema/SemaLookup.cpp:1028:28
#26 0x00002b8eb78470a4 clang::Sema::CppLookupName(clang::LookupResult&, clang::Scope*) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Sema/SemaLookup.cpp:1408:11
#27 0x00002b8eb784860d clang::Sema::LookupName(clang::LookupResult&, clang::Scope*, bool) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Sema/SemaLookup.cpp:1928:5
#28 0x00002b8eb732ac5a clang::Sema::HandleDeclarator(clang::Scope*, clang::Declarator&, llvm::MutableArrayRef<clang::TemplateParameterList*>) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Sema/SemaDecl.cpp:5511:15
#29 0x00002b8eb734aa9a clang::Sema::ActOnStartOfFunctionDef(clang::Scope*, clang::Declarator&, llvm::MutableArrayRef<clang::TemplateParameterList*>, clang::Sema::SkipBodyInfo*) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Sema/SemaDecl.cpp:13091:30
#30 0x00002b8eb6fe1274 clang::Parser::ParseFunctionDefinition(clang::ParsingDeclarator&, clang::Parser::ParsedTemplateInfo const&, clang::Parser::LateParsedAttrList*) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/Parser.cpp:1251:46
#31 0x00002b8eb6fd1377 clang::Parser::ParseSingleDeclarationAfterTemplate(clang::DeclaratorContext, clang::Parser::ParsedTemplateInfo const&, clang::ParsingDeclRAIIObject&, clang::SourceLocation&, clang::ParsedAttributes&, clang::AccessSpecifier) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseTemplate.cpp:310:35
#32 0x00002b8eb6fd0874 clang::Parser::ParseTemplateDeclarationOrSpecialization(clang::DeclaratorContext, clang::SourceLocation&, clang::ParsedAttributes&, clang::AccessSpecifier) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseTemplate.cpp:160:45
#33 0x00002b8eb6fd033e clang::Parser::ParseDeclarationStartingWithTemplate(clang::DeclaratorContext, clang::SourceLocation&, clang::ParsedAttributes&, clang::AccessSpecifier) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseTemplate.cpp:35:50
#34 0x00002b8eb6f1f1eb clang::Parser::ParseDeclaration(clang::DeclaratorContext, clang::SourceLocation&, clang::Parser::ParsedAttributesWithRange&) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDecl.cpp:1740:54
#35 0x00002b8eb6fdfa02 clang::Parser::ParseExternalDeclaration(clang::Parser::ParsedAttributesWithRange&, clang::ParsingDeclSpec*) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/Parser.cpp:871:77
#36 0x00002b8eb6f418ac clang::Parser::ParseInnerNamespace(llvm::SmallVector<clang::Parser::InnerNamespaceInfo, 4u> const&, unsigned int, clang::SourceLocation&, clang::ParsedAttributes&, clang::BalancedDelimiterTracker&) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDeclCXX.cpp:244:50
#37 0x00002b8eb6f416dd clang::Parser::ParseNamespace(clang::DeclaratorContext, clang::SourceLocation&, clang::SourceLocation) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDeclCXX.cpp:227:22
#38 0x00002b8eb6f1f344 clang::Parser::ParseDeclaration(clang::DeclaratorContext, clang::SourceLocation&, clang::Parser::ParsedAttributesWithRange&) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDecl.cpp:1753:43
#39 0x00002b8eb6fdfa02 clang::Parser::ParseExternalDeclaration(clang::Parser::ParsedAttributesWithRange&, clang::ParsingDeclSpec*) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/Parser.cpp:871:77
#40 0x00002b8eb6f418ac clang::Parser::ParseInnerNamespace(llvm::SmallVector<clang::Parser::InnerNamespaceInfo, 4u> const&, unsigned int, clang::SourceLocation&, clang::ParsedAttributes&, clang::BalancedDelimiterTracker&) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDeclCXX.cpp:244:50
#41 0x00002b8eb6f416dd clang::Parser::ParseNamespace(clang::DeclaratorContext, clang::SourceLocation&, clang::SourceLocation) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDeclCXX.cpp:227:22
#42 0x00002b8eb6f1f344 clang::Parser::ParseDeclaration(clang::DeclaratorContext, clang::SourceLocation&, clang::Parser::ParsedAttributesWithRange&) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDecl.cpp:1753:43
#43 0x00002b8eb6fdfa02 clang::Parser::ParseExternalDeclaration(clang::Parser::ParsedAttributesWithRange&, clang::ParsingDeclSpec*) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/Parser.cpp:871:77
#44 0x00002b8eb6f418ac clang::Parser::ParseInnerNamespace(llvm::SmallVector<clang::Parser::InnerNamespaceInfo, 4u> const&, unsigned int, clang::SourceLocation&, clang::ParsedAttributes&, clang::BalancedDelimiterTracker&) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDeclCXX.cpp:244:50
#45 0x00002b8eb6f416dd clang::Parser::ParseNamespace(clang::DeclaratorContext, clang::SourceLocation&, clang::SourceLocation) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDeclCXX.cpp:227:22
#46 0x00002b8eb6f1f344 clang::Parser::ParseDeclaration(clang::DeclaratorContext, clang::SourceLocation&, clang::Parser::ParsedAttributesWithRange&) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/ParseDecl.cpp:1753:43
#47 0x00002b8eb6fdfa02 clang::Parser::ParseExternalDeclaration(clang::Parser::ParsedAttributesWithRange&, clang::ParsingDeclSpec*) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/Parser.cpp:871:77
#48 0x00002b8eb6fdeee6 clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&, bool) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/llvm/src/tools/clang/lib/Parse/Parser.cpp:689:42
#49 0x00002b8eb64c0b34 cling::IncrementalParser::ParseInternal(llvm::StringRef) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/cling/lib/Interpreter/IncrementalParser.cpp:923:12
#50 0x00002b8eb64c05dd cling::IncrementalParser::Compile(llvm::StringRef, cling::CompilationOptions const&) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/cling/lib/Interpreter/IncrementalParser.cpp:838:42
#51 0x00002b8eb6378833 cling::Interpreter::DeclareInternal(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, cling::CompilationOptions const&, cling::Transaction**) const /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/cling/lib/Interpreter/Interpreter.cpp:1353:40
#52 0x00002b8eb6377454 cling::Interpreter::declare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, cling::Transaction**) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/interpreter/cling/lib/Interpreter/Interpreter.cpp:986:3
#53 0x00002b8eb60c000b InjectModuleUtilHeader(char const*, ROOT::TModuleGenerator&, cling::Interpreter&, bool) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/core/dictgen/src/rootcling_impl.cxx:1970:37
#54 0x00002b8eb60ce1b9 RootClingMain(int, char**, bool) /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/core/dictgen/src/rootcling_impl.cxx:4558:8
#55 0x00002b8eb60d537d ROOT_rootcling_Driver /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/core/dictgen/src/rootcling_impl.cxx:6132:29
#56 0x0000000000401265 main /data/cmsbld/jenkins/workspace/build-any-ib/w/BUILD/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/root-6.25.01/main/src/rootcling.cxx:43:51
#57 0x00002b8ebf331555 __libc_start_main (/lib64/libc.so.6+0x22555)
#58 0x0000000000401129 _start (/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/bin/rootcling+0x401129)
Stack dump:
0.	Program arguments: /data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/bin/rootcling -reflex -f tmp/slc7_amd64_gcc10/src/FWCore/ParameterSet/src/FWCoreParameterSet/a/FWCoreParameterSet_xr.cc -s tmp/slc7_amd64_gcc10/src/FWCore/ParameterSet/src/FWCoreParameterSet/a/libFWCoreParameterSet.so -cxxmodule -failOnWarnings -DCMS_DICT_IMPL -D_REENTRANT -DGNUSOURCE -D__STRICT_ANSI__ -moduleMapFile=/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/6cf01d0acfc2622515a70107bc866dd9/opt/cmssw/slc7_amd64_gcc10/cms/cmssw/CMSSW_12_3_CXXMODULE_X_2021-12-24-2300/include/slc7_amd64_gcc10/cxxmodules/module.modulemap -moduleMapFile=/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/tbb/v2021.4.0-931e635838006154842c9c9310d1e0f0/include/module.modulemap -moduleMapFile=/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/boost/1.75.0-54897de4d16b7acc0b9425152be457c5/include/boost/boost.modulemap -DGNU_GCC -D_GNU_SOURCE -DTBB_USE_GLIBCXX_VERSION=100300 -DTBB_SUPPRESS_DEPRECATED_MESSAGES -DTBB_PREVIEW_RESUMABLE_TASKS=1 -DBOOST_SPIRIT_THREADSAFE -DPHOENIX_THREADSAFE -DBOOST_MATH_DISABLE_STD_FPCLASSIFY -DBOOST_UUID_RANDOM_PROVIDER_FORCE_POSIX -DCMSSW_GIT_HASH="CMSSW_12_3_CXXMODULE_X_2021-12-24-2300" -DPROJECT_NAME="CMSSW" -DPROJECT_VERSION="CMSSW_12_3_CXXMODULE_X_2021-12-24-2300" -I/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/6cf01d0acfc2622515a70107bc866dd9/opt/cmssw/slc7_amd64_gcc10/cms/cmssw/CMSSW_12_3_CXXMODULE_X_2021-12-24-2300/src -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/pcre/8.43-28d54724578a9006cf0dca75629374e3/include -isystem/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/boost/1.75.0-54897de4d16b7acc0b9425152be457c5/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/bz2lib/1.0.6-86270889250d9cb8193d1963706a39cb/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/libuuid/2.34-fe91b21b8e54a48f2d45894d9da65f14/include -isystem/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/include -isystem/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/tbb/v2021.4.0-931e635838006154842c9c9310d1e0f0/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/xz/5.2.5-d6fed2038c4e8d6e04531d1adba59f37/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/zlib/1.2.11-71514f01d2850dfd0bcd391557259a58/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/fmt/8.0.1-6d217bf36b9a6ba22d9ebe84cf34a21a/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/md5/1.0.0-0440f43b57c5656322f7cd7a65f85771/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/tinyxml2/6.2.0-e1d93814e04028ebad1832c681e0a52d/include -DCMSSW_REFLEX_DICT tmp/slc7_amd64_gcc10/src/FWCore/ParameterSet/src/FWCoreParameterSet/a/FWCoreParameterSet_xr.h tmp/slc7_amd64_gcc10/classes/classes_def.xml 
1.	/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/tbb/v2021.4.0-931e635838006154842c9c9310d1e0f0/include/oneapi/tbb/detail/_node_handle.h:23:1: parsing namespace 'tbb'
2.	/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/tbb/v2021.4.0-931e635838006154842c9c9310d1e0f0/include/oneapi/tbb/detail/_node_handle.h:24:1: parsing namespace 'tbb::detail'
3.	/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/tbb/v2021.4.0-931e635838006154842c9c9310d1e0f0/include/oneapi/tbb/detail/_node_handle.h:25:1: parsing namespace 'tbb::detail::d1'
/bin/sh: line 1:  2439 Aborted                 /data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/bin/rootcling -reflex -f tmp/slc7_amd64_gcc10/src/FWCore/ParameterSet/src/FWCoreParameterSet/a/FWCoreParameterSet_xr.cc -s tmp/slc7_amd64_gcc10/src/FWCore/ParameterSet/src/FWCoreParameterSet/a/libFWCoreParameterSet.so -cxxmodule -failOnWarnings -DCMS_DICT_IMPL -D_REENTRANT -DGNUSOURCE -D__STRICT_ANSI__ -moduleMapFile=/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/6cf01d0acfc2622515a70107bc866dd9/opt/cmssw/slc7_amd64_gcc10/cms/cmssw/CMSSW_12_3_CXXMODULE_X_2021-12-24-2300/include/slc7_amd64_gcc10/cxxmodules/module.modulemap -moduleMapFile=/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/tbb/v2021.4.0-931e635838006154842c9c9310d1e0f0/include/module.modulemap -moduleMapFile=/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/boost/1.75.0-54897de4d16b7acc0b9425152be457c5/include/boost/boost.modulemap -DGNU_GCC -D_GNU_SOURCE -DTBB_USE_GLIBCXX_VERSION=100300 -DTBB_SUPPRESS_DEPRECATED_MESSAGES -DTBB_PREVIEW_RESUMABLE_TASKS=1 -DBOOST_SPIRIT_THREADSAFE -DPHOENIX_THREADSAFE -DBOOST_MATH_DISABLE_STD_FPCLASSIFY -DBOOST_UUID_RANDOM_PROVIDER_FORCE_POSIX -DCMSSW_GIT_HASH='"CMSSW_12_3_CXXMODULE_X_2021-12-24-2300"' -DPROJECT_NAME='"CMSSW"' -DPROJECT_VERSION='"CMSSW_12_3_CXXMODULE_X_2021-12-24-2300"' -I/data/cmsbld/jenkins/workspace/build-any-ib/w/tmp/BUILDROOT/6cf01d0acfc2622515a70107bc866dd9/opt/cmssw/slc7_amd64_gcc10/cms/cmssw/CMSSW_12_3_CXXMODULE_X_2021-12-24-2300/src -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/pcre/8.43-28d54724578a9006cf0dca75629374e3/include -isystem/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/boost/1.75.0-54897de4d16b7acc0b9425152be457c5/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/bz2lib/1.0.6-86270889250d9cb8193d1963706a39cb/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/libuuid/2.34-fe91b21b8e54a48f2d45894d9da65f14/include -isystem/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/lcg/root/6.25.01-c456b8948ce76a3febbaf2ba07392192/include -isystem/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/tbb/v2021.4.0-931e635838006154842c9c9310d1e0f0/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/xz/5.2.5-d6fed2038c4e8d6e04531d1adba59f37/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/zlib/1.2.11-71514f01d2850dfd0bcd391557259a58/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/fmt/8.0.1-6d217bf36b9a6ba22d9ebe84cf34a21a/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/md5/1.0.0-0440f43b57c5656322f7cd7a65f85771/include -I/data/cmsbld/jenkins/workspace/build-any-ib/w/slc7_amd64_gcc10/external/tinyxml2/6.2.0-e1d93814e04028ebad1832c681e0a52d/include -DCMSSW_REFLEX_DICT tmp/slc7_amd64_gcc10/src/FWCore/ParameterSet/src/FWCoreParameterSet/a/FWCoreParameterSet_xr.h tmp/slc7_amd64_gcc10/classes/classes_def.xml
  gmake: *** [tmp/slc7_amd64_gcc10/src/FWCore/ParameterSet/src/FWCoreParameterSet/a/FWCoreParameterSet_xr.cc] Error 1

https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/slc7_amd64_gcc10/CMSSW_12_3_CXXMODULE_X_2021-12-24-2300/FWCore/ParameterSet

@davidlange6 @vgvassilev

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.

5 participants