Skip to content
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

[CC8] Build Pycurl with OpenSSL backend #5320

Merged
merged 1 commit into from Oct 30, 2019

Conversation

smuzaffar
Copy link
Contributor

This should fix mane unit tests in CC8 IBs which are failing with error

Traceback (most recent call last):
  File "/cvmfs/cms-ib.cern.ch/nweek-02600/cc8_amd64_gcc8/cms/cmssw/CMSSW_11_0_X_2019-10-29-2300/bin/cc8_amd64_gcc8/conddb", line 29, in <module>
    from CondCore.Utilities.tier0 import Tier0Handler, Tier0Error, tier0Url
  File "/cvmfs/cms-ib.cern.ch/nweek-02600/cc8_amd64_gcc8/cms/cmssw/CMSSW_11_0_X_2019-10-29-2300/python/CondCore/Utilities/tier0.py", line 12, in <module>
    import pycurl
ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend (none/other)
return code is 65

This shoudl fix mane unit tests in CC8 IBs which are failing with error
```
Traceback (most recent call last):
  File "/cvmfs/cms-ib.cern.ch/nweek-02600/cc8_amd64_gcc8/cms/cmssw/CMSSW_11_0_X_2019-10-29-2300/bin/cc8_amd64_gcc8/conddb", line 29, in <module>
    from CondCore.Utilities.tier0 import Tier0Handler, Tier0Error, tier0Url
  File "/cvmfs/cms-ib.cern.ch/nweek-02600/cc8_amd64_gcc8/cms/cmssw/CMSSW_11_0_X_2019-10-29-2300/python/CondCore/Utilities/tier0.py", line 12, in <module>
    import pycurl
ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend (none/other)
return code is 65
```
@smuzaffar
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 30, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/3268/console Started: 2019/10/30 17:43

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch IB/CMSSW_11_0_X/cc8.

@cmsbuild, @smuzaffar, @mrodozov can you please review it and eventually sign? Thanks.
cms-bot commands are listed here

@smuzaffar
Copy link
Contributor Author

merging it for CC8 IBs. Currently, PR testing for CC8 is not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants