The LUCI environment has a smaller PATH set, not including depot_tools it seems.
That makes it fail on the download audio tools step on the bot:
Downloading precompiled tools...
Traceback (most recent call last):
File "/b/swarming/w/ir/cache/builder/linux_rel/src/tools_webrtc/download_tools.py", line 46, in <module>
sys.exit(main(sys.argv[1:]))
File "/b/swarming/w/ir/cache/builder/linux_rel/src/tools_webrtc/download_tools.py", line 42, in main
subprocess.check_call(cmd, shell=USE_SHELL)
File "/b/swarming/w/ir/cipd_bin_packages/lib/python2.7/subprocess.py", line 181, in check_call
retcode = call(*popenargs, **kwargs)
File "/b/swarming/w/ir/cipd_bin_packages/lib/python2.7/subprocess.py", line 168, in call
return Popen(*popenargs, **kwargs).wait()
File "/b/swarming/w/ir/cipd_bin_packages/lib/python2.7/subprocess.py", line 390, in __init__
errread, errwrite)
File "/b/swarming/w/ir/cipd_bin_packages/lib/python2.7/subprocess.py", line 1025, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
From:
https://luci-logdog.appspot.com/v/?s=webrtc%2Fbuildbucket%2Fcr-buildbucket.appspot.com%2F8966183559249486240%2F%2B%2Fsteps%2Fdownload_audio_quality_tools%2F0%2Fstdout
This bug tracks making the script use the script available in the DEPS-pinned version in third_party/depot_tools instead.
Comment 1 by kjellander@webrtc.org
, Oct 10 2017Owner: kjellander@webrtc.org
Status: Started (was: Assigned)