chromiumcronet

Chromium build error with traffic_annotation_auditor


Hi When I build chromium with old version 102. I encountered these error message, it seems traffic_annotation_auditor does not exists. anyone got these errors?

File gs://chromium-tools-traffic_annotation/d6f4d194a53be2fa152ad77642e1bb90e2cebe86 for src/tools/traffic_annotation/bin/linux64/traffic_annotation_auditor does not exist.
Error: Command 'python3 src/third_party/depot_tools/download_from_google_storage.py --no_resume --no_auth --num_threads=4 --bucket chromium-tools-traffic_annotation -d src/tools/traffic_annotation/bin/linux64' returned non-zero exit status 1 in /home/kevin/chromium
0> File gs://chromium-tools-traffic_annotation/d6f4d194a53be2fa152ad77642e1bb90e2cebe86 for src/tools/traffic_annotation/bin/linux64/traffic_annotation_auditor does not exist, skipping.
File gs://chromium-tools-traffic_annotation/d6f4d194a53be2fa152ad77642e1bb90e2cebe86 for src/tools/traffic_annotation/bin/linux64/traffic_annotation_auditor does not exist.
Downloading 1 files took 2.457978 second(s)

error screen shot


Solution

  • I copy the fine tools/traffic_annotation/bin/linux64/traffic_annotation_auditor from another PC, and it works now.