use_remoteexec = truerbe_cfg_dir = "../../buildtools/reclient_cfgs/linux"
solutions = [{"name": "src","managed": False,"custom_deps": {},"custom_vars": {"download_remoteexec_cfg": True,"rbe_instance": "projects/rbe-chromium-untrusted/instances/default_instance",},},]
Running hooks: 51% (96/185) download_and_configure_reclient_cfgs________ running 'python3 src/buildtools/reclient_cfgs/configure_reclient_cfgs.py --rbe_instance projects/rbe-chromium-untrusted/instances/default_instance --reproxy_cfg_template reproxy.cfg.template --rewrapper_cfg_project --quiet' in '/media/fippo/Chromium/chromium'log for http://b/304677840: stdout from cipd auth-info: Logged in as<... oauth token details removed>log for http://b/304677840: stderr from cipd auth-info:Errors:failed to resolve infra_internal/rbe/reclient_cfgs/rbe-chromium-untrusted/chromium-browser-clang@revision/llvmorg-19-init-2941-ga0b3dbaf-22 (line 3): prefix "infra_internal/rbe/reclient_cfgs/rbe-chromium-untrusted/chromium-browser-clang" doesn't exist or "user:mewhohappenstousethesameemail" is not allowed to see it, run `cipd auth-login` to login or relogin
--
You received this message because you are subscribed to the Google Groups "reclient-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reclient-user...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/reclient-users/CADxkKiK%3DP5yTMog55J__xzKF02M6i4uJn5ROkOYrgXf6P3Q98w%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "chrome-build-team" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chrome-build-t...@google.com.
To view this discussion on the web visit https://groups.google.com/a/google.com/d/msgid/chrome-build-team/CADxkKiK%3DP5yTMog55J__xzKF02M6i4uJn5ROkOYrgXf6P3Q98w%40mail.gmail.com.
Hi Philipp,The "download_remoteexec_cfg" custom var is only meant to be used by Googlers logged in with their @google.com account on their corporate machine.It downloads a special set of reclient configs that we need to use in that case. All other users don't need to care about this and can just use the configs that are checked into the chromium repository.I hope we can remove that mechanism soon, as it's a maintenance headache for us. 😅May I ask where you initially read about that flag, as I can't see it in the docs you pointed out? If we accidentally mislead folks by mentioning it in the public docs, I'd like to remove it there.
Could you post the full error message that you get when you remove it from your .gclient file, rerun "gclient sync -D" and then start a build with autoninja?