INFO:root:Building: armeabi-v7a
DEBUG:root:Running: ['/home/chrome-bot/.cache/vpython-root.1000/store/python_venv-a0n90a8bgghe9l3on8qvt19vvo/contents/bin/python3', '/b/s/w/ir/cache/builder/src/third_party/depot_tools/gn.py', 'gen', '/b/s/w/ir/cache/builder/src/andriod-archive/armeabi-v7a', '--args=target_os="android" is_debug=false is_component_build=false rtc_include_tests=false target_cpu="arm" use_remoteexec=true arm_version=7']
ERROR at //build/rust/rust_target.gni:220:3: Assertion failed.
assert(!defined(invoker.cxx_bindings) || enable_rust_cxx,
^-----
cxx bindings are not supported when building rust targets outside the Chromium build.
See //build/rust/rust_static_library.gni:214:3: whence it was called.
rust_target(_target_name) {
^--------------------------
See //base/test/BUILD.gn:42:1: whence it was called.
rust_static_library("test_rust_logger_consumer") {
^-------------------------------------------------
See //testing/android/native_test/BUILD.gn:22:5: which caused the file to be included.
"//base/test:test_support",
^-------------------------
Traceback (most recent call last):
File "/b/s/w/ir/cache/builder/src/tools_webrtc/android/build_aar.py", line 265, in <module>
sys.exit(main())
^^^^^^
File "/b/s/w/ir/cache/builder/src/tools_webrtc/android/build_aar.py", line 259, in main
BuildAar(args.arch, args.output, args.use_remoteexec, args.extra_gn_args,
File "/b/s/w/ir/cache/builder/src/tools_webrtc/android/build_aar.py", line 239, in BuildAar
Build(build_dir, arch, use_remoteexec, extra_gn_args,
File "/b/s/w/ir/cache/builder/src/tools_webrtc/android/build_aar.py", line 189, in Build
_RunGN(gn_args_list)
File "/b/s/w/ir/cache/builder/src/tools_webrtc/android/build_aar.py", line 116, in _RunGN
subprocess.check_call(cmd)
File "/home/chrome-bot/.cache/vpython-root.1000/store/cpython+3jh5mm76ishfmboh9toc7685b0/contents/lib/python3.11/subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/home/chrome-bot/.cache/vpython-root.1000/store/python_venv-a0n90a8bgghe9l3on8qvt19vvo/contents/bin/python3', '/b/s/w/ir/cache/builder/src/third_party/depot_tools/gn.py', 'gen', '/b/s/w/ir/cache/builder/src/andriod-archive/armeabi-v7a', '--args=target_os="android" is_debug=false is_component_build=false rtc_include_tests=false target_cpu="arm" use_remoteexec=true arm_version=7']' returned non-zero exit status 1.