-
Notifications
You must be signed in to change notification settings - Fork 185
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
Update protobuf as tensorflow fails to build with 3.5.2 #4684
Update protobuf as tensorflow fails to build with 3.5.2 #4684
Conversation
please test |
The tests are being triggered in jenkins. |
A new Pull Request was created by @mrodozov (Mircho Rodozov) for branch IB/CMSSW_10_5_X/gcc700. @cmsbuild, @smuzaffar, @gudrutis, @mrodozov can you please review it and eventually sign? Thanks. |
-1 Tested at: cf5c76b 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: Entering library rule at DQMServices/Core >> Compiling /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_5_X_2019-02-06-2300/src/DQMServices/Core/src/MonitorElement.cc >> Compiling /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_5_X_2019-02-06-2300/src/DQMServices/Core/src/DQMError.cc >> Compiling /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_5_X_2019-02-06-2300/src/DQMServices/Core/src/ROOTFilePB.pb.cc In file included from /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_5_X_2019-02-06-2300/src/DQMServices/Core/src/ROOTFilePB.pb.cc:4:0: /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_5_X_2019-02-06-2300/src/DQMServices/Core/src/ROOTFilePB.pb.h:17:2: error: #error This file was generated by an older version of protoc which is #error This file was generated by an older version of protoc which is ^~~~~ /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_5_X_2019-02-06-2300/src/DQMServices/Core/src/ROOTFilePB.pb.h:18:2: error: #error incompatible with your Protocol Buffer headers. Please #error incompatible with your Protocol Buffer headers. Please ^~~~~ |
Comparison not run due to Build errors (RelVals and Igprof tests were also skipped) |
The tests are being triggered in jenkins. |
-1 Tested at: cf5c76b You can see the results of the tests here: I found follow errors while testing this PR Failed tests: UnitTests
I found errors in the following unit tests: ---> test testTheano had ERRORS |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
The tests are being triggered in jenkins. |
-1 Tested at: cf5c76b You can see the results of the tests here: I found follow errors while testing this PR Failed tests: UnitTests
I found errors in the following unit tests: ---> test testTheano had ERRORS |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
Using our existing 3.5.2 version leads to this:
grpc/grpc#17506
update -> 3.6.1.2 to avoid it.
CMSSW PR to follow if this pass