Hello everyone, I recently used CI/CD to build assetbundles through batchmode when using Unity2022.3.43f1c1, but it often hangs when bee_backend is executed, almost once every five executions. I didn’t find any useful information on the forum except this link Batch Mode Hangs Due to an Issue with bee_backend, but there was no result. Has anyone encountered this problem or has a solution? Thank you very much.
its my makefile code below
$(UNITY_PATH) -batchmode -projectPath $(ClientProjectPath) -executeMethod CustomBuild.PrepareAndroid -quit -logfile - -defines "$(BUILD_DEFINES)"
$(UNITY_PATH) -batchmode -projectPath $(ClientProjectPath) -executeMethod CustomBuild.BuildAndroidRes -quit -logfile - -defines "$(BUILD_DEFINES)"
The following is the output log when I hang up
Starting: /Applications/Unity/Hub/Editor/2022.3.43f1c1/Unity.app/Contents/bee_backend --dont-print-to-structured-log --ipc --defer-dag-verification --dagfile="Library/Bee/1300b0aP.dag" --continue-on-failure --profile="Library/Bee/backend1.traceevents" ScriptAssembliesAndTypeDB
WorkingDir: /Users/ripple/workspace/project/slg_cicd/gameclient/Project
Starting: /Applications/Unity/Hub/Editor/2022.3.43f1c1/Unity.app/Contents/Tools/netcorerun/netcorerun "/Applications/Unity/Hub/Editor/2022.3.43f1c1/Unity.app/Contents/Tools/BuildPipeline/ScriptCompilationBuildProgram.exe" "Library/Bee/1300b0aP.dag.json" "Library/Bee/1300b0aP-inputdata.json" "Library/Bee/buildprogram0.traceevents"
WorkingDir: /Users/ripple/workspace/project/slg_cicd/gameclient/Project
ExitCode: 4 Duration: 0s367ms
Rebuilding DAG because FileSignature timestamp changed: Library/Bee/1300b0aP-inputdata.json
[177/182 0s] Csc Library/Bee/artifacts/1300b0aP.dag/Assembly-CSharp.dll (+2 others)
*** Tundra requires additional run (0.29 seconds), 1 items updated, 176 evaluated
ExitCode: 0 Duration: 0s733ms
Starting: /Applications/Unity/Hub/Editor/2022.3.43f1c1/Unity.app/Contents/bee_backend --dont-print-to-structured-log --ipc --defer-dag-verification --dagfile="Library/Bee/1300b0aP.dag" --continue-on-failure --dagfilejson="Library/Bee/1300b0aP.dag.json" --profile="Library/Bee/backend2.traceevents" ScriptAssembliesAndTypeDB
WorkingDir: /Users/ripple/workspace/project/slg_cicd/gameclient/Project