New issue
Advanced search Search tips

Issue 823701 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Bug



Sign in to add a comment

Cronet iOS bot misconfigured

Project Member Reported by pauljensen@chromium.org, Mar 20 2018

Issue description

https://ci.chromium.org/buildbot/chromium.fyi/ios-simulator-cronet/

[I 2018-03-20 05:46:01] About to install Xcode 9c40b in Xcode.app for ios
iossim: ERROR: Unable to find a device iPhone 5s with SDK 11.0.
iOS devices:
iPhone 4s
iPhone 5
iPhone 5s
iPhone 6
iPhone 6 Plus
iPhone 6s
iPhone 6s Plus
iPhone 7
iPhone 7 Plus
iPhone 8
iPhone 8 Plus
iPhone SE
iPhone X
iPad 2
iPad Retina
iPad Air
iPad Air 2
iPad (5th generation)
iPad Pro (9.7-inch)
iPad Pro (12.9-inch)
iPad Pro (12.9-inch) (2nd generation)
iPad Pro (10.5-inch)
runtimes:
9.0
9.3
10.0
10.3.1
11.2
Using Xcode version 9.2 build 9C40b at /b/s/w/ir/Xcode.app/Contents/Developer
Traceback (most recent call last):
  File "src/ios/build/bots/scripts/run.py", line 228, in <module>
    sys.exit(main())
  File "src/ios/build/bots/scripts/run.py", line 73, in main
    return 0 if tr.launch() else 1
  File "/b/s/w/ir/src/ios/build/bots/scripts/test_runner.py", line 488, in launch
    self.set_up()
  File "/b/s/w/ir/src/ios/build/bots/scripts/test_runner.py", line 686, in set_up
    self.wipe_simulator()
  File "/b/s/w/ir/src/ios/build/bots/scripts/test_runner.py", line 671, in wipe_simulator
    '-w',
  File "/b/s/w/ir/.swarming_module/lib/python2.7/subprocess.py", line 186, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/b/s/w/ir/src/out/Debug-iphonesimulator/iossim', '-d', 'iPhone 5s', '-s', '11.0', '-w']' returned non-zero exit status 2
 

Comment 1 by mef@chromium.org, Mar 21 2018

Cc: sergeybe...@chromium.org smut@chromium.org
Sana / Sergey, could you route this appropriately?

Comment 2 by mef@chromium.org, Mar 21 2018

Components: -Infra Infra>Client>iOS Internals>Network>Library
Cc: -smut@chromium.org
Components: -Internals>Network>Library -Infra>Client>iOS Infra>Client>Chrome
Status: Available (was: Untriaged)
Apparently, I misconfigured it back in January and never fixed, sorry about it. This needs to be "11.2": https://chromium.googlesource.com/chromium/src/+/de8bc40184e4ca987bc8b13c188da2d6b4a3edc7/ios/build/bots/chromium.fyi/ios-simulator-cronet.json#51

A similar config in chromium.mac sets it correctly and it works.

(trying to assign to myself, but Monorail refuses - a bug?)
Owner: sergeybe...@chromium.org
Status: Assigned (was: Available)
Ha! It worked this time :-) OK, I'll fix the config in a moment.
Project Member

Comment 6 by bugdroid1@chromium.org, Mar 21 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/7d6f3bd32102c4546343c7bb004da98eaa29cf87

commit 7d6f3bd32102c4546343c7bb004da98eaa29cf87
Author: Sergey Berezin <sergeyberezin@google.com>
Date: Wed Mar 21 20:15:15 2018

ios-simulator-cronet: fix the iOS version

BUG= 823701 
TBR=pauljensen@chromium.org

Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
Change-Id: I62bdc7d8ba86b542e7695351c5cfcc28657adf0d
Reviewed-on: https://chromium-review.googlesource.com/973913
Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org>
Reviewed-by: Paul Jensen <pauljensen@chromium.org>
Reviewed-by: Sergey Berezin <sergeyberezin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544821}
[modify] https://crrev.com/7d6f3bd32102c4546343c7bb004da98eaa29cf87/ios/build/bots/chromium.fyi/ios-simulator-cronet.json

Status: Fixed (was: Assigned)
The first green build that started 4 minutes after the above CL landed: https://ci.chromium.org/buildbot/chromium.fyi/ios-simulator-cronet/38093

Calling this done.

Sign in to add a comment