I am trying to get Chrome built on a new CloudTop Windows machine. When I run gclient sync, during the run hooks, it eventually fails with:
Running hooks: 43% (62/143) mediapipe_integration_testdata
________ running 'python3 src/content/test/gpu/gpu_tests/mediapipe_update.py' in 'C:\src\chromium'
Failed to fetch file gs://chromium-telemetry/1d6ca505c384ef8f5af14e7958f62d54ec126356 for C:\src\chromium\src\content\test\data\gpu\mediapipe_zip\mediapipe_chromium_tests.zip. [Err: C:\src\depot_tools\external_bin\gsutil\gsutil_4.68\gsutil\gslib\vendored\boto\boto\pyami\config.py:69: UserWarning: Unable to load AWS_CREDENTIAL_FILE ()
warnings.warn('Unable to load AWS_CREDENTIAL_FILE (%s)' % full_path)
Traceback (most recent call last):
File "C:\src\depot_tools\external_bin\gsutil\gsutil_4.68\gsutil\gsutil", line 21, in <module>
gsutil.RunMain()
File "C:\src\depot_tools\external_bin\gsutil\gsutil_4.68\gsutil\gsutil.py", line 121, in RunMain
import gslib.__main__
File "C:\src\depot_tools\external_bin\gsutil\gsutil_4.68\gsutil\gslib\__main__.py", line 94, in <module>
from gslib.command_runner import CommandRunner
File "C:\src\depot_tools\external_bin\gsutil\gsutil_4.68\gsutil\gslib\command_runner.py", line 46, in <module>
from gslib.discard_messages_queue import DiscardMessagesQueue
ValueError: source code string cannot contain null bytes
]
I've tried 'git clean -xdf' in the src directory, then running gclient sync again, but I get the same result. I've tried running 'download_from_google_storage --config' again, but it doesn't change anything.