Skip to content

Conversation

alex
Copy link
Member

@alex alex commented May 2, 2015

No description provided.

@public
Copy link
Member

public commented May 3, 2015

Restarted the travis build.

@alex
Copy link
Member Author

alex commented May 3, 2015

@henrikhodne tells me there's a bug that makes using this infra fail sometimes which will be fixed early next week, so we shoudl consider this on hold until then :-)

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.21%) to 98.79% when pulling 6ac7230 on alex:macstadium-travis into f9531ad on pyca:master.

@alex
Copy link
Member Author

alex commented May 15, 2015

So, there's a few problems:

  • Python 2.6 and 2.7 (where we use the Pythons included in the system) for some reason don't have a pip? /cc @dstufft
  • Using the system OpenSSL fails with something inside of test_rsa.py. I don't remember what caused this, something about a difference between the headers and the shared library on the system? /cc @reaperhulk

@reaperhulk
Copy link
Member

Yep, the error conditions changed in OpenSSL 0.9.8zc+. Apple updated their OpenSSL but didn't update the headers for the latest upgrade. This was filed upstream with Apple but it's unclear if they plan to actually fix it.

@reaperhulk
Copy link
Member

We are running get-pip with --user but then running pip install --user virtualenv after that without adding it to the path. We should probably be doing python -m pip install --user virtualenv right?

@alex
Copy link
Member Author

alex commented May 15, 2015

@reaperhulk good call on the python -m pip bit.

What do we do about the test_rsa.py failures? I'm a bit confused about what environment triggers them (e.g. I don't see them locally).

@sarahhodne
Copy link

By the way, we have fixed the bugs we have found with the infrastructure, so the builds should be stable now. Anything I can do to the build image to help resolve these issues?

We have OpenSSL installed with brew as well, but it is not linked in by default.

@reaperhulk
Copy link
Member

@alex I think they actually fixed this bug as of the latest xcode CLI tools... When I check out /usr/include/openssl/opensslv.h I see 0.9.8zd now, where before it was za (even when openssl was zc).

@henrikhodne Based on the name of this image I assume it's Xcode 6.2. Is there a 6.3.1 image in the works?

@sarahhodne
Copy link

@henrikhodne Based on the name of this image I assume it's Xcode 6.2. Is there a 6.3.1 image in the works?

Yep, just use osx_image: beta-xcode6.3 instead (it’s 6.3.1, not 6.3, despite the name).

@alex
Copy link
Member Author

alex commented May 18, 2015

Oh, awesome! Thanks.

On Mon, May 18, 2015 at 6:23 PM, Henrik Hodne notifications@github.com
wrote:

@henrikhodne https://github.com/henrikhodne Based on the name of this
image I assume it's Xcode 6.2. Is there a 6.3.1 image in the works?

Yep, just use osx_image: beta-xcode6.3 instead (it’s 6.3.1, not 6.3,
despite the name).


Reply to this email directly or view it on GitHub
#1889 (comment).

"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
GPG Key fingerprint: 125F 5C67 DFE9 4084

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling c41667e on alex:macstadium-travis into f852018 on pyca:master.

reaperhulk added a commit that referenced this pull request May 18, 2015
Opt in to travis's new OS X infrastructure which should be faster
@reaperhulk reaperhulk merged commit 5f1f65c into pyca:master May 18, 2015
@alex alex deleted the macstadium-travis branch May 18, 2015 23:28
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Development

Successfully merging this pull request may close these issues.

5 participants