New issue
Advanced search Search tips

Issue 888713 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 888574
Owner:
Closed: Sep 25
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Mac
Pri: 1
Type: Bug-Regression



Sign in to add a comment

[📍] Performance try job fails because of "No module named mock"

Project Member Reported by wangxianzhu@chromium.org, Sep 24

Issue description

https://pinpoint-dot-chromeperf.appspot.com/job/12fa05d0e40000 failed because the test bot failed:

Traceback (most recent call last):
  File "/base/data/home/apps/s~chromeperf/pinpoint:clean-dtu-6f7c60dd.412716951395069884/dashboard/pinpoint/models/quest/execution.py", line 95, in Poll
    self._Poll()
  File "/base/data/home/apps/s~chromeperf/pinpoint:clean-dtu-6f7c60dd.412716951395069884/dashboard/pinpoint/models/quest/run_test.py", line 203, in _Poll
    'message was:\n%s' % exception_string)
SwarmingTestError: The test failed. The test's error message was:
ImportError: No module named mock

It seems that bots need to install some dependencies.
 
 Issue 888739  has been merged into this issue.
Mergedinto: 888574
Owner: jbudorick@chromium.org
Status: Duplicate (was: Assigned)
This was caused by a infra change today:
https://chromium-review.googlesource.com/c/catapult/+/1199813

It was reverted in:
https://chromium-review.googlesource.com/c/catapult/+/1240593
not really an infra change, but yes, this was me.

https://chromium-review.googlesource.com/c/catapult/+/1240112 should fix this on the reland.

Sign in to add a comment