fatal: Remote branch test_pull_1225 not found in upstream origin
when test. run_infer.sh,there is no branch test_pull_1225. Generating validation split: 165 examples [00:00, 17532.94 examples/s] .gitattributes: 100%|██████████████████████████████████████████████████| 2.73k/2.73k [00:00<00:00, 14.6MB/s] Fetching 114 files: 100%|█████████████████████████████████████████████████| 114/114 [00:06<00:00, 16.60it/s] **************************** INFO **************************** [2025-04-09 11:31:26] Writing evaluation output to ./evaluation_results/gaia/system_triage_agent/claude-3-5-sonnet-20241022_maxiter/output.jsonl **************************** INFO **************************** [2025-04-09 11:31:26] Finished instances: 0, Remaining instances: 165 **************************** INFO **************************** [2025-04-09 11:31:26] Evaluation started with Agent get_system_triage_agent
Instances processed: 0%| | 0/165 [00:00<?, ?it/s]['cd', '/Users/sunzewen/Desktop/agent/AutoAgent-main/workspace_gaia_whole/gaia_eval_c61d22de-5f6c-4958-a7f6-5e9707bd3466/workplace', '&&', 'git', 'clone', '-b', 'test_pull_1225', 'https://tjb-tech:@github.com/HKUDS/AutoAgent.git'] Cloning into 'AutoAgent'... fatal: Remote branch test_pull_1225 not found in upstream origin **************************** INFO **************************** [2025-04-09 11:31:27] Port 12345 released *************************** Error *************************** [2025-04-09 11:31:27]
Error in instance [c61d22de-5f6c-4958-a7f6-5e9707bd3466]: Failed to clone the repository. The error is: None. Stacktrace: Traceback (most recent call last): File "/Users/sunzewen/Desktop/agent/AutoAgent-main/evaluation/utils.py", line 290, in _process_instance_wrapper result = process_instance_func(instance, metadata, logger) File "/Users/sunzewen/Desktop/agent/AutoAgent-main/evaluation/gaia/run_infer.py", line 98, in process_instance code_env, web_env, file_env = create_environment(docker_config) File "/Users/sunzewen/Desktop/agent/AutoAgent-main/evaluation/gaia/run_infer.py", line 250, in create_environment code_env.init_container() File "/Users/sunzewen/Desktop/agent/AutoAgent-main/autoagent/environment/docker_env.py", line 62, in init_container raise Exception(f"Failed to clone the repository. The error is: {result.stdout}") Exception: Failed to clone the repository. The error is: None