[android-building] Re: "Unable to start RBE reproxy" when build android13 with error log "Unavailable desc"

2024-05-14 Thread Faqiang Zhu
Hi 力召, recently I deployed RBE server on AWS VMs, and it can work now. but now I have two doubts about Remote Cache. I firstly tried to build the modules under "system/core/" then removed the "out/soong/.intermediates/" and "out/target/" directory, and the RBE logs, then try to build the

[android-building] Re: "Unable to start RBE reproxy" when build android13 with error log "Unavailable desc"

2023-04-13 Thread 李力召
*reclient[1a42b3d9-0a8c-4c83-860f-7fa398daf641]: RemoteErrorResultStatus: failed to upload /home/faqiang/android13/prebuilts/clang/host/linux-x86/clang-r450784d/bin/ld64.lld: retry budget exhausted (6 attempts): context deadline exceeded* *I can see that the cas storage size keeps

[android-building] Re: "Unable to start RBE reproxy" when build android13 with error log "Unavailable desc"

2023-04-07 Thread Faqiang Zhu
Hi 力召. Used to high performance machines, changed some configs on the service end, and modified the code under "build/make", I can now build a test module with a cpp file on the remote server. For the code I modified under "build/make", it is as below. I don't understand what's the purpose

[android-building] Re: "Unable to start RBE reproxy" when build android13 with error log "Unavailable desc"

2023-04-06 Thread Faqiang Zhu
Hi 力召. it may really related to the network speed, but I'm not sure about it. I switched to two high performance machines, one works as client end, and one works as server end. this time, the cas storage size grows faster. although it still fails at last, but this time, the fail log is from

[android-building] Re: "Unable to start RBE reproxy" when build android13 with error log "Unavailable desc"

2023-04-06 Thread Faqiang Zhu
Oh, thank you, 力召. last time I didn't wait for long enouth when the log blocks. also there are some issues with the serivce end, which made me misunderstand. Now there could be failure logs like below: reclient[1a42b3d9-0a8c-4c83-860f-7fa398daf641]: RemoteErrorResultStatus: failed to

[android-building] Re: "Unable to start RBE reproxy" when build android13 with error log "Unavailable desc"

2023-04-04 Thread 李力召
Sorry for a late reply. * The client distribute actions to the service, the service schedules the actions to the workers, the workers does the actions.* *In android build system, there is a limitation of using the host installed tools, many tools under "prebuilts/" directory like clang++

[android-building] Re: "Unable to start RBE reproxy" when build android13 with error log "Unavailable desc"

2023-03-03 Thread Faqiang Zhu
Hi 力召, Thank you, now the reproxy can be started. then I have another issue: The client distribute actions to the service, the service schedules the actions to the workers, the workers does the actions. In android build system, there is a limitation of using the host installed tools,

[android-building] Re: "Unable to start RBE reproxy" when build android13 with error log "Unavailable desc"

2023-02-22 Thread 李力召
hi Faqiang Reproxy is call the rbe service by https with credential . You can disable it by enviroment "export RBE_service_no_security=true" On Wednesday, February 22, 2023 at 12:45:06 PM UTC+8 Faqiang Zhu wrote: > I'm trying to build android13 with RBE. > > As suggested in this post: Build