New issue
Advanced search Search tips

Issue 736150 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Sep 24
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: ----

Blocked on:
issue 767930



Sign in to add a comment

cc_perftests failing on chromium.perf/Android One Perf

Project Member Reported by martiniss@chromium.org, Jun 23 2017

Issue description

cc_perftests failing on chromium.perf/Android One Perf

Builders failed on: 
- Android One Perf: 
  https://build.chromium.org/p/chromium.perf/builders/Android%20One%20Perf


https://chromium-swarm.appspot.com/task?id=36e9333026ba1510&refresh=10&show_raw=1 is a task.

I see this traceback at the bottom of the log:

Traceback (most recent call last):
  File "/b/swarming/w/ir/build/android/pylib/local/device/local_device_environment.py", line 59, in wrapper
    return f(dev, *args, **kwargs)
  File "/b/swarming/w/ir/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/decorators.py", line 52, in traced_function
    return func(*args, **kwargs)
  File "/b/swarming/w/ir/build/android/pylib/local/device/local_device_gtest_run.py", line 316, in individual_device_set_up
    step()
  File "/b/swarming/w/ir/build/android/pylib/local/device/local_device_gtest_run.py", line 292, in push_test_data
    delete_device_stale=True)
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/android/decorators.py", line 57, in timeout_retry_wrapper
    retry_if_func=retry_if_func)
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/utils/timeout_retry.py", line 159, in Run
    error_log_func=error_log_func)
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/utils/reraiser_thread.py", line 186, in JoinAll
    self._JoinAll(watcher, timeout)
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/utils/reraiser_thread.py", line 158, in _JoinAll
    thread.ReraiseIfException()
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/utils/reraiser_thread.py", line 81, in run
    self._ret = self._func(*self._args, **self._kwargs)
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/utils/timeout_retry.py", line 152, in <lambda>
    child_thread = reraiser_thread.ReraiserThread(lambda: func(*args, **kwargs),
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/android/decorators.py", line 47, in impl
    return f(*args, **kwargs)
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/android/device_utils.py", line 1344, in PushChangedFiles
    self.RunShellCommand(['mkdir', '-p'] + missing_dirs, check_return=True)
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/android/decorators.py", line 51, in timeout_retry_wrapper
    return impl()
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/android/decorators.py", line 47, in impl
    return f(*args, **kwargs)
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/android/device_utils.py", line 1025, in RunShellCommand
    output = handle_large_output(cmd, large_output)
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/android/device_utils.py", line 994, in handle_large_output
    return handle_large_command(cmd)
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/android/device_utils.py", line 982, in handle_large_command
    return handle_check_return('sh %s' % script.name_quoted)
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/android/device_utils.py", line 967, in handle_check_return
    return run(cmd)
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/android/device_utils.py", line 963, in run
    return self.adb.Shell(cmd)
  File "/b/swarming/w/ir/third_party/catapult/devil/devil/android/sdk/adb_wrapper.py", line 505, in Shell
    command, output, status=status, device_serial=self._device_serial)
AdbShellCommandFailedError: (device: AG860442024A8GC) shell command run via adb failed on the device:
  command: sh /data/local/tmp/temp_file-941f453c926db.sh
  exit status: 255
  output:
  - mkdir failed for /storage/sdcard0/chromium_tests_root/, Permission denied

E   28.730s Main  Error occurred.
Traceback (most recent call last):
  File "/b/swarming/w/ir/build/android/test_runner.py", line 931, in main
    return RunTestsCommand(args)
  File "/b/swarming/w/ir/build/android/test_runner.py", line 689, in RunTestsCommand
    return RunTestsInPlatformMode(args)
  File "/b/swarming/w/ir/build/android/test_runner.py", line 850, in RunTestsInPlatformMode
    str(iteration_count))
  File "/b/swarming/w/ir/build/android/pylib/base/environment.py", line 33, in __exit__
    self.TearDown()
  File "/b/swarming/w/ir/build/android/pylib/local/device/local_device_environment.py", line 234, in TearDown
    self.parallel_devices.pMap(tear_down_device)
  File "/b/swarming/w/ir/build/android/pylib/local/device/local_device_environment.py", line 197, in parallel_devices
    return parallelizer.SyncParallelizer(self.devices)
  File "/b/swarming/w/ir/build/android/pylib/local/device/local_device_environment.py", line 188, in devices
    raise device_errors.NoDevicesError()
NoDevicesError: No devices attached.

Disabling.

Assigning to the benchmark owner. I've cc-ed jbudorick, who might know if the NoDevicesError means anything.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jun 23 2017

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

commit 3ace1fdcc1e8cbbf46e8b2e90e6e8805aad07d79
Author: Stephen Martinis <martiniss@chromium.org>
Date: Fri Jun 23 01:41:30 2017

Disable cc_perftests on Android One

TBR=nednguyen

Bug:  736150 
Change-Id: I23937789dfdd4620fa4f7ea3a96ea2fa59349d87
Reviewed-on: https://chromium-review.googlesource.com/545199
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#481766}
[modify] https://crrev.com/3ace1fdcc1e8cbbf46e8b2e90e6e8805aad07d79/testing/buildbot/chromium.perf.json
[modify] https://crrev.com/3ace1fdcc1e8cbbf46e8b2e90e6e8805aad07d79/tools/perf/core/perf_data_generator.py

Comment 2 by enne@chromium.org, Aug 28 2017

Labels: -Pri-1 Pri-2

Comment 3 by enne@chromium.org, Sep 22 2017

Blockedon: 767930
Owner: ----
Status: Available (was: Assigned)
Project Member

Comment 4 by bugdroid1@chromium.org, Apr 20 2018

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

commit 87711633bd43436dea338b0869f5ab89c89d758d
Author: Sadrul Habib Chowdhury <sadrul@chromium.org>
Date: Fri Apr 20 19:10:30 2018

cc_perftests: Stop running on the perf bots.

The tests have not been very useful, and has remain disabled on a
number of bots for a while. So stop running the tests on the perf
bots altogether. The tests can still be used locally to watch for
improvements/regressions for specific changes as desired/needed.

BUG= 784454 ,  721757 ,  736150 
BUG= 698831 , 792995,  723821 

Change-Id: Ifede89a3f7a87d96bbb726e0911e1df26e6f9a6b
Reviewed-on: https://chromium-review.googlesource.com/1021653
Reviewed-by: enne <enne@chromium.org>
Reviewed-by: Ned Nguyen <nednguyen@google.com>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#552422}
[modify] https://crrev.com/87711633bd43436dea338b0869f5ab89c89d758d/testing/buildbot/chromium.perf.json
[modify] https://crrev.com/87711633bd43436dea338b0869f5ab89c89d758d/testing/buildbot/gn_isolate_map.pyl
[modify] https://crrev.com/87711633bd43436dea338b0869f5ab89c89d758d/tools/perf/benchmark.csv
[modify] https://crrev.com/87711633bd43436dea338b0869f5ab89c89d758d/tools/perf/core/perf_data_generator.py

Status: WontFix (was: Available)
No longer running: https://chromium-review.googlesource.com/c/chromium/src/+/1021653

Sign in to add a comment