New issue
Advanced search Search tips

Issue 605049 link

Starred by 0 users

Issue metadata

Status: Fixed
Owner: ----
Closed: Apr 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

"context_lost_tests" is flaky

Project Member Reported by chromium...@appspot.gserviceaccount.com, Apr 20 2016

Issue description

"context_lost_tests" is flaky.

This issue was created automatically by the chromium-try-flakes app. Please find the right owner to fix the respective test/step and assign this issue to them. If the step/test is infrastructure-related, please add Infra-Troopers label and change issue status to Untriaged. When done, please remove the issue from Sheriff Bug Queue by removing the Sheriff-Chromium label.

We have detected 3 recent flakes. List of all flakes can be found at https://chromium-try-flakes.appspot.com/all_flake_occurrences?key=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyHQsSBUZsYWtlIhJjb250ZXh0X2xvc3RfdGVzdHMM.

Flaky tests should be disabled within 30 minutes unless culprit CL is found and reverted. Please see more details here: https://sites.google.com/a/chromium.org/dev/developers/tree-sheriffs/sheriffing-bug-queues#triaging-auto-filed-flakiness-bugs

This flaky test/step was previously tracked in  issue 601294 .
 
Status: Fixed (was: Untriaged)
No recent reports on this. The error looks similar to  bug 605070 :

Traceback (most recent call last):
  <module> at /tmp/runFSDm01/content/test/gpu/run_gpu_test.py:92
    retcode = benchmark_runner.main(gpu_project_config.CONFIG)
  main at /tmp/runFSDm01/third_party/catapult/telemetry/telemetry/benchmark_runner.py:394
    parser = command.CreateParser()
  CreateParser at /tmp/runFSDm01/third_party/catapult/telemetry/telemetry/benchmark_runner.py:173
    parser = options.CreateParser('%%prog %s %s' % (cls.Name(), cls.usage))
  CreateParser at /tmp/runFSDm01/third_party/catapult/telemetry/telemetry/internal/browser/browser_options.py:104
    profiler_choices = profiler_finder.GetAllAvailableProfilers()
  GetAllAvailableProfilers at /tmp/runFSDm01/third_party/catapult/telemetry/telemetry/internal/platform/profiler/profiler_finder.py:28
    if p.is_supported(browser_type='any')])
  is_supported at /tmp/runFSDm01/third_party/catapult/telemetry/telemetry/internal/platform/profiler/android_traceview_profiler.py:51
    return android_browser_finder.CanFindAvailableBrowsers()
  CanFindAvailableBrowsers at /tmp/runFSDm01/third_party/catapult/telemetry/telemetry/internal/backends/chrome/android_browser_finder.py:164
    return android_device.CanDiscoverDevices()
  CanDiscoverDevices at /tmp/runFSDm01/third_party/catapult/telemetry/telemetry/internal/platform/android_device.py:154
    if not _HasValidAdb():
  _HasValidAdb at /tmp/runFSDm01/third_party/catapult/telemetry/telemetry/internal/platform/android_device.py:142
    adb_path = adb_wrapper.AdbWrapper.GetAdbPath()
  GetAdbPath at /tmp/runFSDm01/third_party/catapult/devil/devil/android/sdk/adb_wrapper.py:203
    return cls._adb_path.read()
  read at /tmp/runFSDm01/third_party/catapult/devil/devil/utils/lazy/weak_constant.py:27
    self._val = self._initializer()
  _FindAdb at /tmp/runFSDm01/third_party/catapult/devil/devil/android/sdk/adb_wrapper.py:63
    return devil_env.config.FetchPath('adb')
  FetchPath at /tmp/runFSDm01/third_party/catapult/devil/devil/devil_env.py:131
    return self._dm.FetchPath(dependency, GetPlatform(arch, device))
  FetchPath at /tmp/runFSDm01/third_party/catapult/dependency_manager/dependency_manager/manager.py:130
    path, _ = self.FetchPathWithVersion(dependency, platform)
  FetchPathWithVersion at /tmp/runFSDm01/third_party/catapult/dependency_manager/dependency_manager/manager.py:93
    path = dependency_info.GetRemotePath()
  GetRemotePath at /tmp/runFSDm01/third_party/catapult/dependency_manager/dependency_manager/dependency_info.py:84
    return self._cloud_storage_info.GetRemotePath()
  GetRemotePath at /tmp/runFSDm01/third_party/catapult/dependency_manager/dependency_manager/cloud_storage_info.py:80
    self._cs_hash)
  GetIfHashChanged at /tmp/runFSDm01/third_party/catapult/catapult_base/catapult_base/cloud_storage.py:313
    _GetLocked(bucket, cs_path, download_path)
  _GetLocked at /tmp/runFSDm01/third_party/catapult/catapult_base/catapult_base/cloud_storage.py:263
    _RunCommand(['cp', url, partial_download_path.name])
  _RunCommand at /tmp/runFSDm01/third_party/catapult/catapult_base/catapult_base/cloud_storage.py:166
    raise CloudStorageError(stderr)
CloudStorageError: Your "Oauth 2.0 User Account" credentials are invalid. For more help, see "gsutil help creds", or re-run the gsutil config command (see "gsutil help config").
Failure: internal_failure.

Sign in to add a comment