-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Move Xerces lock to Utilities/Xerces #27214
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27214/10381
|
A new Pull Request was created by @Dr15Jones (Chris Jones) for master. It involves the following packages: Alignment/MuonAlignment @andrius-k, @schneiml, @ianna, @rekovic, @fioriNTU, @tlampen, @alberto-sanchez, @pohsun, @santocch, @perrotta, @civanch, @cmsbuild, @agrohsje, @smuzaffar, @Dr15Jones, @cvuosalo, @efeyazgan, @mdhildreth, @jfernan2, @tocheng, @slava77, @ggovi, @qliphy, @benkrikler, @kmaeshima, @christopheralanwest, @franzoni can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins. |
-1 Tested at: bc3bac0 You can see the results of the tests here: I found follow errors while testing this PR Failed tests: Build HeaderConsistency
I found compilation error when building: tmp/slc7_amd64_gcc700/src/RecoBTag/XMLCalibration/src/RecoBTagXMLCalibration/CalibrationXML.cc.o: In function `CalibrationXML::~CalibrationXML()': CalibrationXML.cc:(.text+0xda): undefined reference to `cms::concurrency::xercesTerminate()' tmp/slc7_amd64_gcc700/src/RecoBTag/XMLCalibration/src/RecoBTagXMLCalibration/CalibrationXML.cc.o: In function `CalibrationXML::openFile(std::__cxx11::basic_string, std::allocator > const&)': CalibrationXML.cc:(.text+0x47e): undefined reference to `cms::concurrency::xercesTerminate()' CalibrationXML.cc:(.text+0x4bc): undefined reference to `cms::concurrency::xercesInitialize()' collect2: error: ld returned 1 exit status gmake: *** [tmp/slc7_amd64_gcc700/src/RecoBTag/XMLCalibration/src/RecoBTagXMLCalibration/libRecoBTagXMLCalibration.so] Error 1 Leaving library rule at RecoBTag/XMLCalibration Entering library rule at src/RecoBTag/XMLCalibration/test >> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-06-13-2300/src/RecoBTag/XMLCalibration/test/XMLCalibrationTest.cc >> Building edm plugin tmp/slc7_amd64_gcc700/src/RecoBTag/XMLCalibration/test/testRecoBTagXMLCalibration/libtestRecoBTagXMLCalibration.so |
Comparison not run due to Build errors (RelVals and Igprof tests were also skipped) |
unit test failure is not related to this pull request. It says that the voms proxy was not initialized. The same test is failing in the IBs. |
Comparison is ready Comparison Summary:
|
+1
|
+1 |
+1 |
@christopheralanwest @ggovi @rekovic @efeyazgan @qliphy @santocch this looks technical and straightforward to me, I would like to integrate it quickly unless you have remarks. Please have a look |
+1 |
+1 |
+1 |
merge |
+1 |
PR description:
This removes an unnecessary external dependency on FWCore/Concurrency.
PR validation:
All the code compiles.