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

Intermittent failure to install native OSX dependencies in official builds #11787

Closed
sbomer opened this issue Jan 9, 2019 · 6 comments
Closed
Labels
area-Infrastructure-coreclr backlog-cleanup-candidate An inactive issue that has been marked for automated closure. no-recent-activity

Comments

@sbomer
Copy link
Member

sbomer commented Jan 9, 2019

See the failing OSX build in https://dnceng.visualstudio.com/internal/_build/results?buildId=68976.
The error is as follows, during a brew install:

2019-01-09T13:02:12.5324730Z /usr/local/Homebrew/Library/Homebrew/config.rb:39:in `initialize': no implicit conversion of nil into String (TypeError)
2019-01-09T13:02:12.5325920Z 	from /usr/local/Homebrew/Library/Homebrew/config.rb:39:in `new'
2019-01-09T13:02:12.5326790Z 	from /usr/local/Homebrew/Library/Homebrew/config.rb:39:in `<top (required)>'
2019-01-09T13:02:12.5327660Z 	from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
2019-01-09T13:02:12.5328500Z 	from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
2019-01-09T13:02:12.5329490Z 	from /usr/local/Homebrew/Library/Homebrew/global.rb:25:in `<top (required)>'
2019-01-09T13:02:12.5330250Z 	from /usr/local/Homebrew/Library/Homebrew/brew.rb:13:in `require_relative'
2019-01-09T13:02:12.5330940Z 	from /usr/local/Homebrew/Library/Homebrew/brew.rb:13:in `<main>'
@chcosta
Copy link
Member

chcosta commented Jan 9, 2019

@dotnet/dnceng is this a known issue?

@sbomer
Copy link
Member Author

sbomer commented Jan 9, 2019

I have some experimental evidence that running brew update separately before brew install (as opposed to letting brew install do the auto-update) works around the issue.

@sbomer
Copy link
Member Author

sbomer commented Jan 9, 2019

Apparently other teams are hitting this as well, and it was caused by Homebrew/brew@9156d6d. See Homebrew/brew#5513 for more info. Workarounds include setting HOMEBREW_LOGS and running brew update. It sounds like the mac images will eventually be updated to a homebrew with the fix.

sbomer referenced this issue in dotnet/coreclr Jan 10, 2019
@RussKeldorph
Copy link
Contributor

Tracks reverting dotnet/coreclr#21913.

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the Future milestone Jan 31, 2020
Copy link
Contributor

Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process.

This process is part of our issue cleanup automation.

@dotnet-policy-service dotnet-policy-service bot added backlog-cleanup-candidate An inactive issue that has been marked for automated closure. no-recent-activity labels May 12, 2024
Copy link
Contributor

This issue will now be closed since it had been marked no-recent-activity but received no further activity in the past 14 days. It is still possible to reopen or comment on the issue, but please note that the issue will be locked if it remains inactive for another 30 days.

@dotnet-policy-service dotnet-policy-service bot removed this from the Future milestone May 26, 2024
Infrastructure Backlog automation moved this from Future to Closed May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Infrastructure-coreclr backlog-cleanup-candidate An inactive issue that has been marked for automated closure. no-recent-activity
Projects
Status: Done
Development

No branches or pull requests

4 participants