File size: 12,838 Bytes
22aabd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
[22:27:19 INFO    __main__] loading task: /home/lihaoyang/code/Engiworld/task/task-v/solvespace/task-06/task-06.json
[22:27:19 INFO    __main__] software_dir = /home/lihaoyang/code/Engiworld/task/task-v/solvespace
[22:27:19 INFO    __main__] task_dir     = /home/lihaoyang/code/Engiworld/task/task-v/solvespace/task-06
[22:27:19 DEBUG   __main__] resolved local_path: task-06/init_file/seed_ss_gui_06_hex_plate.dxf -> /home/lihaoyang/code/Engiworld/task/task-v/solvespace/task-06/init_file/seed_ss_gui_06_hex_plate.dxf
[22:27:19 DEBUG   __main__] resolved local_path: task-06/eval.py -> /home/lihaoyang/code/Engiworld/task/task-v/solvespace/task-06/eval.py
[22:27:19 INFO    __main__] all 2 local_path(s) verified
[22:27:19 DEBUG   __main__] resolved task config:
{
  "id": "v-solvespace-task-06-ubuntu",
  "snapshot": "SolveSpace3.0.rc2repack1-3",
  "instruction": "Open/import the input DXF file(s) from the Desktop path(s): /home/user/Desktop/seed_ss_gui_06_hex_plate.dxf. Draw a regular hexagonal plate with top and bottom edges horizontal and circumradius 40. Add one center hole of diameter 20. Add one diameter 6 hole near each left and right vertex; each hole center must be horizontally aligned with the corresponding vertex and inset 12 from that vertex. Export exactly one DXF deliverable named /home/user/Desktop/final_ss_gui_06.dxf.",
  "source": "https://solvespace.readthedocs.io/en/latest/groups/sketch.html ; https://solvespace.readthedocs.io/en/latest/groups.html",
  "config": [
    {
      "type": "upload_file",
      "parameters": {
        "files": [
          {
            "local_path": "/home/lihaoyang/code/Engiworld/task/task-v/solvespace/task-06/init_file/seed_ss_gui_06_hex_plate.dxf",
            "path": "/home/user/Desktop/seed_ss_gui_06_hex_plate.dxf"
          }
        ]
      }
    },
    {
      "type": "launch",
      "parameters": {
        "command": [
          "solvespace"
        ]
      }
    }
  ],
  "trajectory": "trajectories/",
  "related_apps": [
    "solvespace"
  ],
  "evaluator": {
    "postconfig": [
      {
        "type": "upload_file",
        "parameters": {
          "files": [
            {
              "local_path": "/home/lihaoyang/code/Engiworld/task/task-v/solvespace/task-06/eval.py",
              "path": "/home/user/Desktop/eval.py"
            }
          ]
        }
      }
    ],
    "func": "exact_match",
    "result": {
      "type": "vm_command_line",
      "command": "python /home/user/Desktop/eval.py",
      "shell": "true"
    },
    "expected": {
      "type": "rule",
      "rules": {
        "expected": "True\n"
      }
    }
  },
  "proxy": false,
  "fixed_ip": false,
  "possibility_of_env_change": "low"
}
[22:27:27 INFO    __main__] constructing DesktopEnv(provider_name='msh-sandbox', action_space='pyautogui', headless=False)
[22:27:28 INFO    __main__] env.reset() — 2 setup step(s)
[22:27:29 INFO    logging] Resetting environment...
[22:27:29 INFO    logging] Starting emulator with snapshot 'SolveSpace3.0.rc2repack1-3'...
[22:27:29 INFO    logging] Allocating sandbox image=osworld:engiworld-SolveSpace3.0.rc2repack1-3 ttl=1800s
[22:27:30 DEBUG   logging] Using selector: EpollSelector
[22:27:30 DEBUG   agentgym.utils.aiohttp_middleware] Request cdaa1aea-dcb5-4265-a332-1a36a170a0e2 POST https://agent-office.msh.team/api/v1/office/session/create {"image":"osworld:engiworld-SolveSpace3.0.rc2repack1-3","spec":"default","ttl":1800,"configs":null,"group":"20260501222728-6d83"}
[22:27:30 ERROR   agentgym.utils.aiohttp_middleware] Response cdaa1aea-dcb5-4265-a332-1a36a170a0e2 429 POST https://agent-office.msh.team/api/v1/office/session/create 0.33s
[22:27:30 DEBUG   agentgym.utils.aiohttp_middleware] Request attempt 1/3 POST https://agent-office.msh.team/api/v1/office/session/create failed: 429 {"code":429,"msg":"None","data":null}
[22:27:30 DEBUG   agentgym.utils.aiohttp_middleware] Retrying POST https://agent-office.msh.team/api/v1/office/session/create attempt 0/3
[22:27:51 DEBUG   agentgym.utils.aiohttp_middleware] Request 64048019-d45e-491a-a7fc-2d4970660125 POST https://agent-office.msh.team/api/v1/office/session/create {"image":"osworld:engiworld-SolveSpace3.0.rc2repack1-3","spec":"default","ttl":1800,"configs":null,"group":"20260501222728-6d83"}
[22:28:22 DEBUG   agentgym.utils.aiohttp_middleware] Response 64048019-d45e-491a-a7fc-2d4970660125 200 POST https://agent-office.msh.team/api/v1/office/session/create 30.50s {"code":200,"msg":"请求成功","data":{"id":"2050220661423718400","image":"osworld:engiworld-SolveSpace3.0.rc2repack1-3","spec":"default","name":null,"endpoints":{"cdp":"http://10.56.51.146:9222","vlc":"http://10.56.51.146:8080/requests/status.xml","vnc":"http://10.56.51.146:8006","novnc":"http://10.56.51.146:5910/vnc.html","osworld":"http://10.56.51.146:5000"},"ttl":1800,"configs":null,"group":"20260501222728-6d83","ip":"10.56.51.146","urn":"trn:ecs:cn-beijing-c:2100421654:instance/i-yel93dperkwh2ypbm53w","created_at":"2026-05-01 14:27:51","paused":false,"expires_at":"2026-05-01 14:58:21"}}
[22:28:22 DEBUG   agentgym.sandbox.session] Session 2050220661423718400 created in 51.45s
[22:28:22 DEBUG   agentgym.utils.network] 开始检查 http://10.56.51.146:5000 (10.56.51.146, 5000) 是否就绪
[22:28:29 DEBUG   agentgym.utils.network] 检查 10.56.51.146:5000 失败: ConnectionRefusedError [Errno 111] Connect call failed ('10.56.51.146', 5000)
[22:28:29 INFO    agentgym.sandbox.session] Sandbox osworld:engiworld-SolveSpace3.0.rc2repack1-3@2050220661423718400 waiting for ready with timeout 600s and interval 1s
[22:28:30 DEBUG   agentgym.utils.network] 开始检查 http://10.56.51.146:5000 (10.56.51.146, 5000) 是否就绪
[22:28:30 DEBUG   agentgym.utils.network] 检查 10.56.51.146:5000 失败: ConnectionRefusedError [Errno 111] Connect call failed ('10.56.51.146', 5000)
[22:28:31 DEBUG   agentgym.utils.network] 开始检查 http://10.56.51.146:5000 (10.56.51.146, 5000) 是否就绪
[22:28:31 DEBUG   agentgym.utils.network] 检查 10.56.51.146:5000 失败: ConnectionRefusedError [Errno 111] Connect call failed ('10.56.51.146', 5000)
[22:28:32 DEBUG   agentgym.utils.network] 开始检查 http://10.56.51.146:5000 (10.56.51.146, 5000) 是否就绪
[22:28:32 DEBUG   agentgym.utils.network] 检查 10.56.51.146:5000 失败: ConnectionRefusedError [Errno 111] Connect call failed ('10.56.51.146', 5000)
[22:28:33 DEBUG   agentgym.utils.network] 开始检查 http://10.56.51.146:5000 (10.56.51.146, 5000) 是否就绪
[22:28:33 DEBUG   agentgym.utils.network] 检查 10.56.51.146:5000 失败: ConnectionRefusedError [Errno 111] Connect call failed ('10.56.51.146', 5000)
[22:28:34 DEBUG   agentgym.utils.network] 开始检查 http://10.56.51.146:5000 (10.56.51.146, 5000) 是否就绪
[22:28:34 DEBUG   agentgym.utils.network] 检查 10.56.51.146:5000 失败: ConnectionRefusedError [Errno 111] Connect call failed ('10.56.51.146', 5000)
[22:28:35 DEBUG   agentgym.utils.network] 开始检查 http://10.56.51.146:5000 (10.56.51.146, 5000) 是否就绪
[22:28:35 INFO    agentgym.sandbox.session] Sandbox osworld:engiworld-SolveSpace3.0.rc2repack1-3@2050220661423718400 is ready
[22:28:35 DEBUG   agentgym.sandbox.session] Sandbox osworld:engiworld-SolveSpace3.0.rc2repack1-3@2050220661423718400 ready in 13.17s
[22:28:35 INFO    logging] Sandbox ready id=2050220661423718400 osworld=http://10.56.51.146:5000 cdp=http://10.56.51.146:9222
[22:28:35 INFO    logging] Setting up environment...
[22:28:35 INFO    logging] try to connect http://10.56.51.146:5000
[22:28:36 INFO    logging] Executing setup step 1/2: _upload_file_setup
[22:28:36 DEBUG   logging] Setup parameters: {'files': [{'local_path': '/home/lihaoyang/code/Engiworld/task/task-v/solvespace/task-06/init_file/seed_ss_gui_06_hex_plate.dxf', 'path': '/home/user/Desktop/seed_ss_gui_06_hex_plate.dxf'}]}
[22:28:36 INFO    logging] Uploading seed_ss_gui_06_hex_plate.dxf (36852 bytes) to VM at /home/user/Desktop/seed_ss_gui_06_hex_plate.dxf (attempt 1/3)
[22:28:36 DEBUG   logging] REQUEST ADDRESS: http://10.56.51.146:5000/setup/upload
[22:28:36 DEBUG   logging] multipart/form-data; boundary=5237d3b5913746a6bcb4483c5382cdf2
[22:28:36 INFO    logging] File uploaded successfully: /home/user/Desktop/seed_ss_gui_06_hex_plate.dxf
[22:28:36 DEBUG   logging] Upload response: File Uploaded
[22:28:36 INFO    logging] SETUP COMPLETED: _upload_file_setup({'files': [{'local_path': '/home/lihaoyang/code/Engiworld/task/task-v/solvespace/task-06/init_file/seed_ss_gui_06_hex_plate.dxf', 'path': '/home/user/Desktop/seed_ss_gui_06_hex_plate.dxf'}]})
[22:28:36 INFO    logging] Executing setup step 2/2: _launch_setup
[22:28:36 DEBUG   logging] Setup parameters: {'command': ['solvespace']}
[22:28:36 INFO    logging] REQUEST ADDRESS: http://10.56.51.146:5000/setup/launch
[22:28:36 INFO    logging] Command executed successfully: solvespace launched successfully
[22:28:36 INFO    logging] SETUP COMPLETED: _launch_setup({'command': ['solvespace']})
[22:28:36 INFO    logging] Environment setup complete.
[22:28:36 INFO    logging] Got screenshot successfully
[22:28:36 SUCCESS __main__] env.reset() done — obs keys: ['screenshot', 'accessibility_tree', 'terminal', 'instruction']
[22:28:36 INFO    __main__] recording desktop for 60.0s -> /home/lihaoyang/code/Engiworld/logs/batch-20260501-222716/task-v/solvespace/task-06/init.mp4
[22:28:36 INFO    logging] Recording started successfully
[22:29:37 INFO    logging] Recording stopped successfully
[22:29:37 SUCCESS __main__] init recording saved: /home/lihaoyang/code/Engiworld/logs/batch-20260501-222716/task-v/solvespace/task-06/init.mp4 (1,351,926 bytes)
[22:29:37 INFO    __main__] pre-filling 1 ground-truth file(s) to /home/user/Desktop/
[22:29:37 DEBUG   __main__]   + final_ss_gui_06.dxf
[22:29:37 INFO    logging] try to connect http://10.56.51.146:5000
[22:29:37 INFO    logging] Executing setup step 1/1: _upload_file_setup
[22:29:37 DEBUG   logging] Setup parameters: {'files': [{'local_path': '/home/lihaoyang/code/Engiworld/task/task-v/solvespace/task-06/ground_truth/final_ss_gui_06.dxf', 'path': '/home/user/Desktop/final_ss_gui_06.dxf'}]}
[22:29:37 INFO    logging] Uploading final_ss_gui_06.dxf (36852 bytes) to VM at /home/user/Desktop/final_ss_gui_06.dxf (attempt 1/3)
[22:29:37 DEBUG   logging] REQUEST ADDRESS: http://10.56.51.146:5000/setup/upload
[22:29:37 DEBUG   logging] multipart/form-data; boundary=4a202c84a8964feeae7045dce3cd92b7
[22:29:37 INFO    logging] File uploaded successfully: /home/user/Desktop/final_ss_gui_06.dxf
[22:29:37 DEBUG   logging] Upload response: File Uploaded
[22:29:37 INFO    logging] SETUP COMPLETED: _upload_file_setup({'files': [{'local_path': '/home/lihaoyang/code/Engiworld/task/task-v/solvespace/task-06/ground_truth/final_ss_gui_06.dxf', 'path': '/home/user/Desktop/final_ss_gui_06.dxf'}]})
[22:29:37 INFO    __main__] env.evaluate() — running postconfig + metric
[22:29:37 INFO    logging] try to connect http://10.56.51.146:5000
[22:29:37 INFO    logging] Executing setup step 1/1: _upload_file_setup
[22:29:37 DEBUG   logging] Setup parameters: {'files': [{'local_path': '/home/lihaoyang/code/Engiworld/task/task-v/solvespace/task-06/eval.py', 'path': '/home/user/Desktop/eval.py'}]}
[22:29:37 INFO    logging] Uploading eval.py (2550 bytes) to VM at /home/user/Desktop/eval.py (attempt 1/3)
[22:29:37 DEBUG   logging] REQUEST ADDRESS: http://10.56.51.146:5000/setup/upload
[22:29:37 DEBUG   logging] multipart/form-data; boundary=e3c765fa57614463967de977610338d3
[22:29:37 INFO    logging] File uploaded successfully: /home/user/Desktop/eval.py
[22:29:37 DEBUG   logging] Upload response: File Uploaded
[22:29:37 INFO    logging] SETUP COMPLETED: _upload_file_setup({'files': [{'local_path': '/home/lihaoyang/code/Engiworld/task/task-v/solvespace/task-06/eval.py', 'path': '/home/user/Desktop/eval.py'}]})
[22:29:38 DEBUG   logging] {'error': '', 'output': 'True\n', 'returncode': 0, 'status': 'success'}
[22:29:38 DEBUG   logging] True
 True

[22:29:38 SUCCESS __main__] evaluator score = 1.0
[22:29:38 INFO    __main__] env.close()
[22:29:38 DEBUG   logging] Using selector: EpollSelector
[22:29:38 DEBUG   agentgym.utils.aiohttp_middleware] Request 9da3e0ab-82ed-4873-aec5-27b838dbad3a POST https://agent-office.msh.team/api/v1/office/session/delete {"id":"2050220661423718400"}
[22:29:38 DEBUG   agentgym.utils.aiohttp_middleware] Response 9da3e0ab-82ed-4873-aec5-27b838dbad3a 200 POST https://agent-office.msh.team/api/v1/office/session/delete 0.06s {"code":200,"msg":"请求成功","data":{}}
[22:29:38 DEBUG   agentgym.sandbox.api] Deleted session 2050220661423718400 in 0.06s, start time: 2026-05-01 22:29:38
[22:29:38 DEBUG   agentgym.sandbox.session] Sandbox osworld:engiworld-SolveSpace3.0.rc2repack1-3@2050220661423718400 exited
[22:29:38 INFO    logging] Released sandbox id=