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

Using osx_image: xcode7.3 results in xcode8.3 worker #8821

Closed
ArunTejCh opened this issue Nov 29, 2017 · 5 comments
Closed

Using osx_image: xcode7.3 results in xcode8.3 worker #8821

ArunTejCh opened this issue Nov 29, 2017 · 5 comments
Labels

Comments

@ArunTejCh
Copy link

https://travis-ci.org/ArunTejCh/python-driver-wheels/jobs/308855956/config

The worker log info shows that the worker is osx 10.12 xcode 8.3
Worker information
hostname: 9370213d-9bfa-4cb8-8467-9213d300cf2a@29132.wjb-2
version: v3.3.1 https://github.com/travis-ci/worker/tree/1153e5010ef9863bf96264b75fba506109633460
instance: d2a6929c-cdac-4b32-9ac2-dad8442eca5d travis-ci-macos10.12-xcode8.3-1507738863 (via amqp)

kennytm added a commit to kennytm/rust that referenced this issue Nov 29, 2017
bors added a commit to rust-lang/rust that referenced this issue Nov 29, 2017
Disable all macOS dist images to workaround travis-ci/travis-ci#8821

See: travis-ci/travis-ci#8821

Currently the [Travis status](https://www.traviscistatus.com/) is all green, I don't know how long it takes Travis to notice and fix it, so I'm merging this in immediately to keep the queue running today.

cc @rust-lang/infra
@kennytm
Copy link

kennytm commented Nov 29, 2017

The error on rust-lang/rust first appears 8 hours ago (finished at 2017-11-29T02:28:11Z) in https://travis-ci.org/rust-lang/rust/builds/308756080. It caused us unable to build LLVM in the CI.

Worker information
hostname: f0bb9783-4717-4bca-af64-b63da8559587@3701.wjb-2
version: v3.3.1 https://github.com/travis-ci/worker/tree/1153e5010ef9863bf96264b75fba506109633460
instance: 52cbd579-c272-4757-9ab1-d6aec58ab29a travis-ci-macos10.12-xcode8.3-1507738863 (via amqp)
startup: 2m8.154662463s

The previous one which was good was finished at 2017-11-29T01:55:28Z.

Worker information
hostname: 570ec7ec-575c-4303-8544-a55c43121cef@3701.wjb-2
version: v3.3.1 https://github.com/travis-ci/worker/tree/1153e5010ef9863bf96264b75fba506109633460
instance: 769ac8d4-ef14-4957-a7f0-76a9cf5727f7 travis-ci-osx10.11-xcode7.3-1480691248 (via amqp)
startup: 2m10.38138869s

@solvingj
Copy link

Glad to find this issue already opened. My team just reported an issue with xcode 7.3 jobs. Same thing, ends up with an 8.3 worker. Here's two:

https://travis-ci.org/bincrafters/conan-zstd/jobs/308672736
https://travis-ci.org/bincrafters/conan-libpng/jobs/308788891

@BanzaiMan
Copy link
Contributor

As announced in https://blog.travis-ci.com/2017-10-16-a-new-default-os-x-image-is-coming and https://blog.travis-ci.com/2017-11-21-xcode8-3-default-image-announce, 8.3 is now the default. Please update your configurations if you need the older image.

@BanzaiMan BanzaiMan added the mac label Nov 29, 2017
@iriberri
Copy link

Hi everyone - thanks for reporting this issue and bringing this to our attention.

After the Xcode8.3 image was set as the default image in the last hours, an issue related to how we tag these images internally was causing that jobs configured with osx_image: xcode7.3 weren't properly routed to Xcode7.3, but to Xcode8.3 (the default) instead.

We have already solved this problem and restarting the affected builds should now run the jobs in the correct image. Could someone please give this a try and confirm that everything is working as expected for you?

That being said, I can also confirm that this only affected Xcode7.3, no other versions have stumbled upon this routing issue.

Thanks again for the report and for your patience, and please, don't hesitate to get in contact with us at support@travis-ci.com if you still see any issues or further questions - we'd be glad to help you further.

@iriberri
Copy link

We've received several confirmations from users through different channels that everything is working as expected now with xcode7.3, and therefore I'm closing this issue.

Thank you!

bors added a commit to rust-lang/rust that referenced this issue Nov 29, 2017
Revert #46360, re-enable macOS dist images.

This PR reverts #46360, which disabled all macOS dist images to workaround travis-ci/travis-ci#8821.

This PR should be merged as soon as the Travis bug has been fixed.

Closes #46357.

cc @rust-lang/infra
bors added a commit to rust-lang/rust that referenced this issue Nov 30, 2017
Revert #46360, re-enable macOS dist images.

This PR reverts #46360, which disabled all macOS dist images to workaround travis-ci/travis-ci#8821.

This PR should be merged as soon as the Travis bug has been fixed.

Closes #46357.

cc @rust-lang/infra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants