New issue
Advanced search Search tips

Issue 636295 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

PathNotFound in flakiness_dashboard/results_uploader.py

Project Member Reported by perezju@chromium.org, Aug 10 2016

Issue description

I'm seeing this error message on several logs:

I 8278.585s Main  Upload results for test type "gtest", test package "content_browsertests" to test-results.appspot.com
E 8278.600s Main  Failure while logging to test-results.appspot.com
Traceback (most recent call last):
  File "/b/c/b/Lollipop_Low_end_Tester/src/build/android/pylib/results/report_results.py", line 66, in _LogToFlakinessDashboard
    results, flakiness_server, dashboard_test_type)
  File "/b/c/b/Lollipop_Low_end_Tester/src/build/android/pylib/results/flakiness_dashboard/results_uploader.py", line 179, in Upload
    uploader = ResultsUploader(test_type)
  File "/b/c/b/Lollipop_Low_end_Tester/src/build/android/pylib/results/flakiness_dashboard/results_uploader.py", line 102, in __init__
    self._build_name = slave_utils.SlaveBuildName(host_paths.DIR_SOURCE_ROOT)
  File "/b/build/scripts/slave/slave_utils.py", line 195, in SlaveBuildName
    return os.path.basename(SlaveBaseDir(chrome_dir))
  File "/b/build/scripts/slave/slave_utils.py", line 220, in SlaveBaseDir
    chrome_dir)
PathNotFound: Unable to find slave base dir above /b/c/b/Lollipop_Low_end_Tester/src
https://build.chromium.org/p/chromium.android/builders/Lollipop%20Low-end%20Tester/builds/3800/steps/content_browsertests/logs/stdio

The step is green regardless, but should probably be fixed anyway
 
Components: Infra>Flakiness>Dashboard

Comment 2 by estaab@chromium.org, Aug 19 2016

Status: Available (was: Untriaged)

Comment 3 by estaab@chromium.org, Aug 21 2016

Status: Fixed (was: Available)
It looks like the upload is happening in the step titled "Upload to test-results [content_browsertests]" and succeeding, and I no longer see a reference to test-results in the content_browsertests step so perhaps this has been changed by someone?

I'll mark it as fixed, please reopen if I overlooked something.
Cc: -jbudorick@chromium.org
Owner: jbudorick@chromium.org
yeah, this was me in https://codereview.chromium.org/2230043002/ and https://codereview.chromium.org/2243343002/

Sign in to add a comment