-
Notifications
You must be signed in to change notification settings - Fork 184
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
[ONNX] Remove arch condition #5477
Conversation
Remove the powerpc condition for onnxruntime externals to test it
The tests are being triggered in jenkins.
|
-1 Tested at: 0ab0e7f CMSSW: CMSSW_11_1_X_2020-01-19-2300 I found follow errors while testing this PR Failed tests: Build
I found compilation error when building: /cvmfs/cms-ib.cern.ch/nweek-02612/slc7_ppc64le_gcc820/external/gcc/8.3.0/bin/../lib/gcc/powerpc64le-unknown-linux-gnu/8.3.1/../../../../powerpc64le-unknown-linux-gnu/bin/ld: failed to merge target specific data of file /build/cmsbld/jenkins_a/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-01-19-2300/external/slc7_ppc64le_gcc820/lib/libvecgeom.a(UnplacedSphere.cpp.o) /cvmfs/cms-ib.cern.ch/nweek-02612/slc7_ppc64le_gcc820/external/gcc/8.3.0/bin/../lib/gcc/powerpc64le-unknown-linux-gnu/8.3.1/../../../../powerpc64le-unknown-linux-gnu/bin/ld: objs/slc7_ppc64le_gcc820/SimG4CMSCaloPlugins.obj uses 64-bit long double, /build/cmsbld/jenkins_a/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-01-19-2300/external/slc7_ppc64le_gcc820/lib/libvecgeom.a(UnplacedAssembly.cpp.o) uses 128-bit long double /cvmfs/cms-ib.cern.ch/nweek-02612/slc7_ppc64le_gcc820/external/gcc/8.3.0/bin/../lib/gcc/powerpc64le-unknown-linux-gnu/8.3.1/../../../../powerpc64le-unknown-linux-gnu/bin/ld: failed to merge target specific data of file /build/cmsbld/jenkins_a/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-01-19-2300/external/slc7_ppc64le_gcc820/lib/libvecgeom.a(UnplacedAssembly.cpp.o) /cvmfs/cms-ib.cern.ch/nweek-02612/slc7_ppc64le_gcc820/external/gcc/8.3.0/bin/../lib/gcc/powerpc64le-unknown-linux-gnu/8.3.1/../../../../powerpc64le-unknown-linux-gnu/bin/ld: objs/slc7_ppc64le_gcc820/SimG4CMSCaloPlugins.obj uses 64-bit long double, /build/cmsbld/jenkins_a/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-01-19-2300/external/slc7_ppc64le_gcc820/lib/libvecgeom.a(PlacedBooleanVolume.cpp.o) uses 128-bit long double /cvmfs/cms-ib.cern.ch/nweek-02612/slc7_ppc64le_gcc820/external/gcc/8.3.0/bin/../lib/gcc/powerpc64le-unknown-linux-gnu/8.3.1/../../../../powerpc64le-unknown-linux-gnu/bin/ld: failed to merge target specific data of file /build/cmsbld/jenkins_a/workspace/ib-run-pr-tests/CMSSW_11_1_X_2020-01-19-2300/external/slc7_ppc64le_gcc820/lib/libvecgeom.a(PlacedBooleanVolume.cpp.o) collect2: error: ld returned 1 exit status gmake: *** [tmp/slc7_ppc64le_gcc820/src/BigProducts/Simulation/pluginSimulation.so] Error 1 >> Leaving Package src/BigProducts/Simulation >> Package src/BigProducts/Simulation built >> Leaving Package src/BigProducts/Simulation >> Package src/BigProducts/Simulation built |
Comparison not run due to Build errors (RelVals and Igprof tests were also skipped) |
The tests are being triggered in jenkins.
|
-1 Tested at: 0ab0e7f CMSSW: CMSSW_11_1_X_2020-01-20-2300 I found follow errors while testing this PR Failed tests: UnitTests
I found errors in the following unit tests: ---> test test_PrepareInputDb had ERRORS |
Comparison job queued. |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready @slava77 comparisons for the following workflows were not done due to missing matrix map:
Comparison Summary:
|
Comparison is ready The workflows 1001.0, 1000.0, 140.53, 136.85, 136.8311, 136.7611, 136.731, 4.22 have different files in step1_dasquery.log than the ones found in the baseline. You may want to check and retrigger the tests if necessary. You can check it in the "files" directory in the results of the comparisons @slava77 comparisons for the following workflows were not done due to missing matrix map:
Comparison Summary:
|
closing this, we can reopen in if necessary. |
Remove the powerpc condition for onnxruntime externals to test it