New issue
Advanced search Search tips

Issue 655845 link

Starred by 1 user

Issue metadata

Status: Duplicate
Owner:
Closed: Oct 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

Site Isolation Android FYI builder is broken

Project Member Reported by dsansome@chromium.org, Oct 13 2016

Issue description

https://build.chromium.org/p/chromium.fyi/builders/Site%20Isolation%20Android

Every build is failing with:

Traceback (most recent call last):
  File "/b/rr/tmpFqLQJs/rw/checkout/infra/.recipe_deps/recipe_engine/recipe_engine/run.py", line 427, in run
    recipe_result = recipe_script.run(api, properties)
  File "/b/rr/tmpFqLQJs/rw/checkout/infra/.recipe_deps/recipe_engine/recipe_engine/loader.py", line 77, in run
    self.run_steps, properties, self.PROPERTIES, api=api)
  File "/b/rr/tmpFqLQJs/rw/checkout/infra/.recipe_deps/recipe_engine/recipe_engine/loader.py", line 544, in invoke_with_properties
    **additional_args)
  File "/b/rr/tmpFqLQJs/rw/checkout/infra/.recipe_deps/recipe_engine/recipe_engine/loader.py", line 505, in _invoke_with_properties
    return callable_obj(*props, **additional_args)
  File "/b/rr/tmpFqLQJs/rw/checkout/infra/recipes/chromium.py", line 35, in RunSteps
    api.chromium_tests.main_waterfall_steps(api)
  File "/b/rr/tmpFqLQJs/rw/checkout/infra/.recipe_deps/build/scripts/slave/recipe_modules/chromium_tests/api.py", line 831, in main_waterfall_steps
    bot_config)
  File "/b/rr/tmpFqLQJs/rw/checkout/infra/.recipe_deps/recipe_engine/recipe_engine/recipe_api.py", line 507, in _inner
    return func(*a, **kw)
  File "/b/rr/tmpFqLQJs/rw/checkout/infra/.recipe_deps/build/scripts/slave/recipe_modules/chromium_tests/api.py", line 208, in prepare_checkout
    bot_config, root_solution_revision)
  File "/b/rr/tmpFqLQJs/rw/checkout/infra/.recipe_deps/recipe_engine/recipe_engine/recipe_api.py", line 507, in _inner
    return func(*a, **kw)
  File "/b/rr/tmpFqLQJs/rw/checkout/infra/.recipe_deps/build/scripts/slave/recipe_modules/chromium_checkout/api.py", line 73, in ensure_checkout
    **kwargs)
  File "/b/rr/tmpFqLQJs/rw/checkout/infra/.recipe_deps/recipe_engine/recipe_engine/recipe_api.py", line 507, in _inner
    return func(*a, **kw)
  File "/b/rr/tmpFqLQJs/rw/checkout/infra/.recipe_deps/depot_tools/recipe_modules/bot_update/api.py", line 103, in ensure_checkout
    self.m.properties.get('patch_project'), cfg)
  File "/b/rr/tmpFqLQJs/rw/checkout/infra/.recipe_deps/recipe_engine/recipe_engine/recipe_api.py", line 507, in _inner
    return func(*a, **kw)
  File "/b/rr/tmpFqLQJs/rw/checkout/infra/.recipe_deps/depot_tools/recipe_modules/gclient/api.py", line 331, in calculate_patch_root
    return cfg.solutions[0].name
  File "/b/rr/tmpFqLQJs/rw/checkout/infra/.recipe_deps/recipe_engine/recipe_engine/config.py", line 483, in __getitem__
    return self.data.__getitem__(index)
IndexError: list index out of range
 
Cc: alex...@chromium.org
Thanks for the heads-up.  This is expected and can be ignored while we are going through the initial setup steps for the bot.
Let's keep this active for now - until after chromium.fyi master restart later today.  OTOH, in theory this can be resolved as a duplicate of issue 653328.
Mergedinto: 653328
Status: Duplicate (was: Assigned)
The bot seems to be working fine now (well, it does hit some intermittent failures from time to time - we'll probably have to investigate these at one point).

Sign in to add a comment