New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 683999 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocked on:
issue 649235
issue 684121

Blocking:
issue 683907
issue 683680



Sign in to add a comment

Bisect - Tee'ing output seems to break Windows

Project Member Reported by simonhatch@chromium.org, Jan 23 2017

Issue description

https://bugs.chromium.org/p/chromium/issues/detail?id=683680#c3

Traceback (most recent call last):
  File "C:\b\rr\tmp9hcs2v\rw\checkout\scripts\slave\tee.py", line 41, in <module>
    sys.exit(main())
  File "C:\b\rr\tmp9hcs2v\rw\checkout\scripts\slave\tee.py", line 23, in main
    pipe = subprocess.Popen(cmd, stdout=subprocess.PIPE)
  File "C:\b\depot_tools\python276_bin\lib\subprocess.py", line 709, in __init__
    errread, errwrite)
  File "C:\b\depot_tools\python276_bin\lib\subprocess.py", line 957, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application

 
Description: Show this description
Summary: Bisect - Tee'ing output seems to break Windows (was: Bisect - Tee'ing output seems to break angle_perftests)
Status: Started (was: Untriaged)
Blocking: 683907
Labels: -Pri-3 Pri-2
Upping priority, looks like Win bisects in general are broken.
Blockedon: 649235
Landed this, https://chromium-review.googlesource.com/c/431066/ which potentially fixes this issue. Will keep an eye on the Windows bisect bots.
Seems like the Windows bisect builder bot is broken which is preventing me from verifying if my fix worked.

Builder failure seems unrelated to my changes. But who knows.

https://uberchromegw.corp.google.com/i/tryserver.chromium.perf/builders/winx64_bisect_builder/builds/5049
Blockedon: 684121
Filed a bug on the broken windows builder.
Status: Fixed (was: Started)
The fix seemed to have worked for tee-ing the output.

For example, see: 

https://luci-logdog.appspot.com/v/?s=chrome%2Fbb%2Ftryserver.chromium.perf%2Fwinx64_10_perf_bisect%2F854%2F%2B%2Frecipes%2Fsteps%2FGathering_reference_values%2F0%2Fsteps%2FPerformance_Test_3_of_6%2F0%2Fstdout

Test appears to run normally wrapped by tee.py script.
Awesome, thank you!
Thank you Simon and Mike.
Components: Speed>Bisection

Sign in to add a comment