-
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
Clean up BuildFiles under Geometry/ #29675
Conversation
@cmsbuild, please test |
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29675/15075
|
The tests are being triggered in jenkins. |
A new Pull Request was created by @fwyzard (Andrea Bocci) for master. It involves the following packages: Geometry/CMSCommonData @civanch, @Dr15Jones, @makortel, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @kpedro88 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
269e04d
to
3f03120
Compare
The code-checks are being triggered in jenkins. |
Clean up BuildFile.xml filea with `xmllint --format`.
3f03120
to
e91a8d3
Compare
The code-checks are being triggered in jenkins. |
@cmsbuild, please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29675/15155
|
The tests are being triggered in jenkins. |
Pull request #29675 was updated. @civanch, @Dr15Jones, @makortel, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @kpedro88 can you please check and sign again. |
-1 Tested at: 269e04d CMSSW: CMSSW_11_1_X_2020-05-05-1100 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: You can see the results of the tests here: I found follow errors while testing this PR Failed tests: Build
I found compilation error when building: /cvmfs/cms-ib.cern.ch/nweek-02627/slc7_amd64_gcc820/external/gcc/8.2.0-pafccj/bin/../lib/gcc/x86_64-unknown-linux-gnu/8.3.1/../../../../x86_64-unknown-linux-gnu/bin/ld: tmp/slc7_amd64_gcc820/src/Geometry/RPCGeometry/src/GeometryRPCGeometry/RPCRoll.cc.o:(.data.rel.ro._ZTV7RPCRoll[_ZTV7RPCRoll]+0x60): undefined reference to `GeomDet::setSurfaceDeformation(SurfaceDeformation const*)' /cvmfs/cms-ib.cern.ch/nweek-02627/slc7_amd64_gcc820/external/gcc/8.2.0-pafccj/bin/../lib/gcc/x86_64-unknown-linux-gnu/8.3.1/../../../../x86_64-unknown-linux-gnu/bin/ld: tmp/slc7_amd64_gcc820/src/Geometry/RPCGeometry/src/GeometryRPCGeometry/RPCGeometry.cc.o: in function `RPCGeometry::chamber(RPCDetId) const': RPCGeometry.cc:(.text+0x398): undefined reference to `typeinfo for GeomDet' /cvmfs/cms-ib.cern.ch/nweek-02627/slc7_amd64_gcc820/external/gcc/8.2.0-pafccj/bin/../lib/gcc/x86_64-unknown-linux-gnu/8.3.1/../../../../x86_64-unknown-linux-gnu/bin/ld: tmp/slc7_amd64_gcc820/src/Geometry/RPCGeometry/src/GeometryRPCGeometry/RPCGeometry.cc.o: in function `RPCGeometry::roll(RPCDetId) const': RPCGeometry.cc:(.text+0x3c9): undefined reference to `typeinfo for GeomDet' collect2: error: ld returned 1 exit status gmake: *** [tmp/slc7_amd64_gcc820/src/Geometry/RPCGeometry/src/GeometryRPCGeometry/libGeometryRPCGeometry.so] Error 1 Leaving library rule at Geometry/RPCGeometry Entering library rule at src/Geometry/RPCGeometry/test >> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-05-05-1100/src/Geometry/RPCGeometry/test/RPCGEO2.cc >> Building edm plugin tmp/slc7_amd64_gcc820/src/Geometry/RPCGeometry/test/testGeometryRPCGEO2/libtestGeometryRPCGEO2.so 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: |
Comparison not run due to Build errors (RelVals and Igprof tests were also skipped) |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
merge |
+1 |
Clean up BuildFile.xml filea with
xmllint --format
.