-
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
New package: libzmq #7550
New package: libzmq #7550
Conversation
please test |
A new Pull Request was created by @iarspider for branch IB/CMSSW_12_3_X/master. @smuzaffar, @iarspider can you please review it and eventually sign? Thanks. |
Pull request #7550 was updated. |
Pull request #7550 was updated. |
Pull request #7550 was updated. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e64a53/21756/summary.html Comparison SummarySummary:
|
@iarspider have you checked building it locally that the libzmq is found at runtime? |
@smuzaffar py3-pyzmq correctly picks up our version of libzmq, and (after setting the environment) examples from pyzmq github work fine. |
Pull request #7550 was updated. |
Done |
please test |
please test |
Please test |
please test |
Pull request #7550 was updated. |
+externals |
This pull request is fully signed and it will be integrated in one of the next IB/CMSSW_12_3_X/master IBs after it passes the integration tests. 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) |
please test for slc7_ppc64le_gcc11 |
please test for slc7_aarch64_gcc11 |
please test for cs8_amd64_gcc10 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e64a53/21930/summary.html Comparison SummarySummary:
|
-1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e64a53/21942/summary.html External BuildI found compilation error when building: /data/cmsbuild/jenkins_b/workspace/ib-run-pr-tests/testBuildDir/slc7_aarch64_gcc11/external/gcc/11.2.1-f478fee2760dbd22aaabb4e3a8fe1640/bin/c++ -g -O3 -rdynamic CMakeFiles/igprof-analyse.dir/src/analyse.cc.o -o igprof-analyse -Wl,-rpath,/data/cmsbuild/jenkins_b/workspace/ib-run-pr-tests/testBuildDir/slc7_aarch64_gcc11/external/pcre/8.43-e6b3d6f8e1424033990367f0ae94d8f3/lib: -ldl /data/cmsbuild/jenkins_b/workspace/ib-run-pr-tests/testBuildDir/slc7_aarch64_gcc11/external/pcre/8.43-e6b3d6f8e1424033990367f0ae94d8f3/lib/libpcre.so make[2]: Leaving directory `/data/cmsbuild/jenkins_b/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_aarch64_gcc11/external/igprof/5.9.16-0818e13c4488676f1e25c5baa08aba56/build' [ 95%] Built target igprof-analyse make[1]: Leaving directory `/data/cmsbuild/jenkins_b/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_aarch64_gcc11/external/igprof/5.9.16-0818e13c4488676f1e25c5baa08aba56/build' make: *** [all] Error 2 error: Bad exit status from /data/cmsbuild/jenkins_b/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.gA08yd (%build) RPM build errors: line 37: It's not recommended to have unversioned Obsoletes: Obsoletes: external+igprof+5.9.16-0818e13c4488676f1e25c5baa08aba56 Bad exit status from /data/cmsbuild/jenkins_b/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.gA08yd (%build) |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e64a53/21943/summary.html 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: |
-1 Failed Tests: Build 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: BuildI found compilation error when building: raise RuntimeError("failed to load library '"+options.library+"'") RuntimeError: failed to load library 'libAnalysisDataFormatsTrackInfo.so' >> Checking EDM Class Transients in libCalibrationEcalTBTools.so Suggestion: You can run 'scram build updateclassversion' to generate src/AnalysisDataFormats/TrackInfo/src/classes_def.xml.generated with updated ClassVersion TFile::Init:0: RuntimeWarning: no StreamerInfo found in /cvmfs/cms-ib.cern.ch/nweek-02716/cs8_amd64_gcc10/cms/cmssw/CMSSW_12_3_X_2022-01-18-2300/lib/cs8_amd64_gcc10/SimDataFormatsEncodedEventId_xr_rdict.pcm therefore preventing schema evolution when reading this file. The file was produced with version 6.22/09 of ROOT. gmake: *** [tmp/cs8_amd64_gcc10/edm_checks/libAnalysisDataFormatsTrackInfo.so] Error 1 @@@@ ----> OK EDM Class Version @@@@ ----> OK EDM Class Version @@@@ ----> OK EDM Class Version >> Checking EDM Class Version for src/CondFormats/Alignment/src/classes_def.xml in libCondFormatsAlignment.so >> Checking EDM Class Transients in libCUDADataFormatsTrackingRecHit.so |
This is needed for py3-pyzmq.