Mac Tester failing on gclient runhooks step since March 26, 2016 |
||||||||||
Issue descriptionAccording to https://build.chromium.org/p/chromium.webrtc/builders/Mac%20Tester?numbuilds=200, the "Mac Tester" builder has been failing at the gclient runhooks step since Mar 26 14:54 PDT. Link to recently completed (failing) run: https://build.chromium.org/p/chromium.webrtc/builders/Mac%20Tester/builds/52736 The only meaningful(*) error I can find is in the runhooks stdio file: https://build.chromium.org/p/chromium.webrtc/builders/Mac%20Tester/builds/52736/steps/gclient%20runhooks/logs/stdio xcode-select: Error: unknown command option '-p'. But I don't know what that means. :) kjellander@ and/or grunell@(this week's WebRTC-in-Chrome sheriff) - can you take a look? (*)Note that the "steps" stdio file also lists many "$file does not point to a valid object!" errors, but I see similar errors in the last green run, so I don't think those messages are relevant.)
,
Mar 29 2016
FTR No one reimaged this machine recently: drwx------+ 3 chrome-bot staff 102 Apr 20 2015 Desktop (Desktop is one of many directories that gets created in chrome-bots home directory on first boot). However, I'll go ahead and image this to 10.10.
,
Mar 29 2016
Machined redeployed with 10.10.
,
Mar 29 2016
Thanks for fixing this, although just fixing Xcode would have been better since we need some special software installed on testers like this machine in order for it to run some of our custom WebRTC tests. I'll deal with that when I'm back in the office tomorrow.
,
Mar 29 2016
Xcode 7.0 does not run on 10.9.5, which is what the bot was running.
,
Mar 30 2016
So, I actually misread this bug and assumed it was about the Mac Tester in https://build.chromium.org/p/chromium.webrtc.fyi (build135-a1) but it just had the same symptom. The same problem still remains for the one in https://build.chromium.org/p/chromium.webrtc (build134-a1). Can you please reimage that one too?
,
Mar 30 2016
Ok.
,
Mar 30 2016
Machine has been reimaged.
,
Mar 30 2016
Thanks for the quick fix. I have now setup the audio card so this machine should be healthy again!
,
Mar 31 2016
It's all green. Thanks!
,
Apr 27 2016
|
||||||||||
►
Sign in to add a comment |
||||||||||
Comment 1 by kjellander@chromium.org
, Mar 29 2016Labels: Infra-Labs
build135-a1 seems to have suddenly gotten an old Xcode version installed (due to re-imaging?): chrome-bot@build135-a1 ~$ xcodebuild -version Xcode 5.1.1 Build version 5B1008 chrome-bot@build135-a1 ~$ xcode-select -p xcode-select: Error: unknown command option '-p'. xcode-select: Report or change the path to the active Xcode installation for this machine. Usage: xcode-select --print-path Prints the path of the active Xcode folder or: xcode-select --switch <xcode_path> Sets the path for the active Xcode folder or: xcode-select --version Prints the version of xcode-select Can we please get it upgraded to a recent Xcode 7 instead? I expect it to be a part of the default Mac image. vhang: is this related to you moving servers out of the A-lab?