OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[CWD]/skia", |
11 "name": "git remote set-url" | 11 "name": "git remote set-url" |
12 }, | 12 }, |
13 { | 13 { |
14 "cmd": [ | 14 "cmd": [ |
15 "git", | 15 "git", |
16 "fetch" | 16 "fetch" |
17 ], | 17 ], |
18 "cwd": "[SLAVE_BUILD]/skia", | 18 "cwd": "[CWD]/skia", |
19 "name": "git fetch" | 19 "name": "git fetch" |
20 }, | 20 }, |
21 { | 21 { |
22 "cmd": [ | 22 "cmd": [ |
23 "git", | 23 "git", |
24 "reset", | 24 "reset", |
25 "--hard", | 25 "--hard", |
26 "abc123" | 26 "abc123" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]/skia", | 28 "cwd": "[CWD]/skia", |
29 "name": "git reset" | 29 "name": "git reset" |
30 }, | 30 }, |
31 { | 31 { |
32 "cmd": [ | 32 "cmd": [ |
33 "git", | 33 "git", |
34 "clean", | 34 "clean", |
35 "-d", | 35 "-d", |
36 "-f" | 36 "-f" |
37 ], | 37 ], |
38 "cwd": "[SLAVE_BUILD]/skia", | 38 "cwd": "[CWD]/skia", |
39 "name": "git clean" | 39 "name": "git clean" |
40 }, | 40 }, |
41 { | 41 { |
42 "cmd": [ | 42 "cmd": [ |
43 "python", | 43 "python", |
44 "-u", | 44 "-u", |
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
46 "config", | 46 "config", |
47 "--spec", | 47 "--spec", |
48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" | 48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" |
49 ], | 49 ], |
50 "cwd": "[SLAVE_BUILD]", | |
51 "env": { | 50 "env": { |
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
53 }, | 52 }, |
54 "name": "gclient setup" | 53 "name": "gclient setup" |
55 }, | 54 }, |
56 { | 55 { |
57 "cmd": [ | 56 "cmd": [ |
58 "python", | 57 "python", |
59 "-u", | 58 "-u", |
60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
61 "sync", | 60 "sync", |
62 "--nohooks", | 61 "--nohooks", |
63 "--force", | 62 "--force", |
64 "--verbose", | 63 "--verbose", |
65 "--delete_unversioned_trees", | 64 "--delete_unversioned_trees", |
66 "--revision", | 65 "--revision", |
67 "skia@abc123", | 66 "skia@abc123", |
68 "--output-json", | 67 "--output-json", |
69 "/path/to/tmp/json" | 68 "/path/to/tmp/json" |
70 ], | 69 ], |
71 "cwd": "[SLAVE_BUILD]", | |
72 "env": { | 70 "env": { |
73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
74 }, | 72 }, |
75 "name": "gclient sync", | 73 "name": "gclient sync", |
76 "~followup_annotations": [ | 74 "~followup_annotations": [ |
77 "@@@STEP_LOG_LINE@json.output@{@@@", | 75 "@@@STEP_LOG_LINE@json.output@{@@@", |
78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
81 "@@@STEP_LOG_LINE@json.output@ }@@@", | 79 "@@@STEP_LOG_LINE@json.output@ }@@@", |
82 "@@@STEP_LOG_LINE@json.output@ }@@@", | 80 "@@@STEP_LOG_LINE@json.output@ }@@@", |
83 "@@@STEP_LOG_LINE@json.output@}@@@", | 81 "@@@STEP_LOG_LINE@json.output@}@@@", |
84 "@@@STEP_LOG_END@json.output@@@", | 82 "@@@STEP_LOG_END@json.output@@@", |
85 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 83 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
86 ] | 84 ] |
87 }, | 85 }, |
88 { | 86 { |
89 "cmd": [ | 87 "cmd": [ |
90 "python", | 88 "python", |
91 "-u", | 89 "-u", |
92 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 90 "[CWD]/skia/tools/buildbot_spec.py", |
93 "/path/to/tmp/json", | 91 "/path/to/tmp/json", |
94 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming" | 92 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming" |
95 ], | 93 ], |
96 "cwd": "[SLAVE_BUILD]/skia", | 94 "cwd": "[CWD]/skia", |
97 "name": "exec buildbot_spec.py", | 95 "name": "exec buildbot_spec.py", |
98 "~followup_annotations": [ | 96 "~followup_annotations": [ |
99 "@@@STEP_LOG_LINE@json.output@{@@@", | 97 "@@@STEP_LOG_LINE@json.output@{@@@", |
100 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 98 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
101 "@@@STEP_LOG_LINE@json.output@ \"iOSShell\"@@@", | 99 "@@@STEP_LOG_LINE@json.output@ \"iOSShell\"@@@", |
102 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 100 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
103 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 101 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
104 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"Arm7\", @@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"Arm7\", @@@", |
105 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", | 103 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", |
106 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
(...skipping 25 matching lines...) Expand all Loading... |
132 "@@@STEP_LOG_LINE@json.output@}@@@", | 130 "@@@STEP_LOG_LINE@json.output@}@@@", |
133 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
134 ] | 132 ] |
135 }, | 133 }, |
136 { | 134 { |
137 "cmd": [ | 135 "cmd": [ |
138 "python", | 136 "python", |
139 "-u", | 137 "-u", |
140 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 138 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
141 "--path", | 139 "--path", |
142 "[SLAVE_BUILD]/swarming.client", | 140 "[CWD]/swarming.client", |
143 "--url", | 141 "--url", |
144 "https://chromium.googlesource.com/external/swarming.client.git" | 142 "https://chromium.googlesource.com/external/swarming.client.git" |
145 ], | 143 ], |
146 "cwd": "[SLAVE_BUILD]", | |
147 "name": "git setup (swarming_client)" | 144 "name": "git setup (swarming_client)" |
148 }, | 145 }, |
149 { | 146 { |
150 "cmd": [ | 147 "cmd": [ |
151 "git", | 148 "git", |
152 "retry", | 149 "retry", |
153 "fetch", | 150 "fetch", |
154 "origin", | 151 "origin", |
155 "master" | 152 "master" |
156 ], | 153 ], |
157 "cwd": "[SLAVE_BUILD]/swarming.client", | 154 "cwd": "[CWD]/swarming.client", |
158 "name": "git fetch (swarming_client)" | 155 "name": "git fetch (swarming_client)" |
159 }, | 156 }, |
160 { | 157 { |
161 "cmd": [ | 158 "cmd": [ |
162 "git", | 159 "git", |
163 "checkout", | 160 "checkout", |
164 "-f", | 161 "-f", |
165 "FETCH_HEAD" | 162 "FETCH_HEAD" |
166 ], | 163 ], |
167 "cwd": "[SLAVE_BUILD]/swarming.client", | 164 "cwd": "[CWD]/swarming.client", |
168 "name": "git checkout (swarming_client)" | 165 "name": "git checkout (swarming_client)" |
169 }, | 166 }, |
170 { | 167 { |
171 "cmd": [ | 168 "cmd": [ |
172 "git", | 169 "git", |
173 "rev-parse", | 170 "rev-parse", |
174 "HEAD" | 171 "HEAD" |
175 ], | 172 ], |
176 "cwd": "[SLAVE_BUILD]/swarming.client", | 173 "cwd": "[CWD]/swarming.client", |
177 "name": "read revision", | 174 "name": "read revision", |
178 "stdout": "/path/to/tmp/", | 175 "stdout": "/path/to/tmp/", |
179 "~followup_annotations": [ | 176 "~followup_annotations": [ |
180 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 177 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
181 ] | 178 ] |
182 }, | 179 }, |
183 { | 180 { |
184 "cmd": [ | 181 "cmd": [ |
185 "git", | 182 "git", |
186 "clean", | 183 "clean", |
187 "-f", | 184 "-f", |
188 "-d", | 185 "-d", |
189 "-x" | 186 "-x" |
190 ], | 187 ], |
191 "cwd": "[SLAVE_BUILD]/swarming.client", | 188 "cwd": "[CWD]/swarming.client", |
192 "name": "git clean (swarming_client)" | 189 "name": "git clean (swarming_client)" |
193 }, | 190 }, |
194 { | 191 { |
195 "cmd": [ | 192 "cmd": [ |
196 "git", | 193 "git", |
197 "submodule", | 194 "submodule", |
198 "sync" | 195 "sync" |
199 ], | 196 ], |
200 "cwd": "[SLAVE_BUILD]/swarming.client", | 197 "cwd": "[CWD]/swarming.client", |
201 "name": "submodule sync (swarming_client)" | 198 "name": "submodule sync (swarming_client)" |
202 }, | 199 }, |
203 { | 200 { |
204 "cmd": [ | 201 "cmd": [ |
205 "git", | 202 "git", |
206 "submodule", | 203 "submodule", |
207 "update", | 204 "update", |
208 "--init", | 205 "--init", |
209 "--recursive" | 206 "--recursive" |
210 ], | 207 ], |
211 "cwd": "[SLAVE_BUILD]/swarming.client", | 208 "cwd": "[CWD]/swarming.client", |
212 "name": "submodule update (swarming_client)" | 209 "name": "submodule update (swarming_client)" |
213 }, | 210 }, |
214 { | 211 { |
215 "cmd": [ | 212 "cmd": [ |
216 "python", | 213 "python", |
217 "-u", | 214 "-u", |
218 "[SLAVE_BUILD]/swarming.client/swarming.py", | 215 "[CWD]/swarming.client/swarming.py", |
219 "--version" | 216 "--version" |
220 ], | 217 ], |
221 "cwd": "[SLAVE_BUILD]", | |
222 "name": "swarming.py --version", | 218 "name": "swarming.py --version", |
223 "stdout": "/path/to/tmp/", | 219 "stdout": "/path/to/tmp/", |
224 "~followup_annotations": [ | 220 "~followup_annotations": [ |
225 "@@@STEP_TEXT@0.4.10@@@" | 221 "@@@STEP_TEXT@0.4.10@@@" |
226 ] | 222 ] |
227 }, | 223 }, |
228 { | 224 { |
229 "cmd": [ | 225 "cmd": [ |
230 "download_from_google_storage", | 226 "download_from_google_storage", |
231 "--no_resume", | 227 "--no_resume", |
232 "--platform=linux*", | 228 "--platform=linux*", |
233 "--no_auth", | 229 "--no_auth", |
234 "--bucket", | 230 "--bucket", |
235 "chromium-luci", | 231 "chromium-luci", |
236 "-d", | 232 "-d", |
237 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64" | 233 "[CWD]/skia/infra/bots/tools/luci-go/linux64" |
238 ], | 234 ], |
239 "cwd": "[SLAVE_BUILD]", | |
240 "name": "download luci-go linux" | 235 "name": "download luci-go linux" |
241 }, | 236 }, |
242 { | 237 { |
243 "cmd": [ | 238 "cmd": [ |
244 "download_from_google_storage", | 239 "download_from_google_storage", |
245 "--no_resume", | 240 "--no_resume", |
246 "--platform=darwin", | 241 "--platform=darwin", |
247 "--no_auth", | 242 "--no_auth", |
248 "--bucket", | 243 "--bucket", |
249 "chromium-luci", | 244 "chromium-luci", |
250 "-d", | 245 "-d", |
251 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64" | 246 "[CWD]/skia/infra/bots/tools/luci-go/mac64" |
252 ], | 247 ], |
253 "cwd": "[SLAVE_BUILD]", | |
254 "name": "download luci-go mac" | 248 "name": "download luci-go mac" |
255 }, | 249 }, |
256 { | 250 { |
257 "cmd": [ | 251 "cmd": [ |
258 "download_from_google_storage", | 252 "download_from_google_storage", |
259 "--no_resume", | 253 "--no_resume", |
260 "--platform=win32", | 254 "--platform=win32", |
261 "--no_auth", | 255 "--no_auth", |
262 "--bucket", | 256 "--bucket", |
263 "chromium-luci", | 257 "chromium-luci", |
264 "-d", | 258 "-d", |
265 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64" | 259 "[CWD]/skia/infra/bots/tools/luci-go/win64" |
266 ], | 260 ], |
267 "cwd": "[SLAVE_BUILD]", | |
268 "name": "download luci-go win" | 261 "name": "download luci-go win" |
269 }, | 262 }, |
270 { | 263 { |
271 "cmd": [ | 264 "cmd": [ |
272 "python", | 265 "python", |
273 "-u", | 266 "-u", |
274 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 267 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
275 "[SLAVE_BUILD]/luci-go" | 268 "[CWD]/luci-go" |
276 ], | 269 ], |
277 "cwd": "[SLAVE_BUILD]", | |
278 "name": "rmtree Go binary dir", | 270 "name": "rmtree Go binary dir", |
279 "~followup_annotations": [ | 271 "~followup_annotations": [ |
280 "@@@STEP_LOG_LINE@python.inline@@@@", | 272 "@@@STEP_LOG_LINE@python.inline@@@@", |
281 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 273 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
282 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 274 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
283 "@@@STEP_LOG_LINE@python.inline@@@@", | 275 "@@@STEP_LOG_LINE@python.inline@@@@", |
284 "@@@STEP_LOG_LINE@python.inline@@@@", | 276 "@@@STEP_LOG_LINE@python.inline@@@@", |
285 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 277 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
286 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 278 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
287 "@@@STEP_LOG_END@python.inline@@@" | 279 "@@@STEP_LOG_END@python.inline@@@" |
288 ] | 280 ] |
289 }, | 281 }, |
290 { | 282 { |
291 "cmd": [ | 283 "cmd": [ |
292 "python", | 284 "python", |
293 "-u", | 285 "-u", |
294 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 286 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
295 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go", | 287 "[CWD]/skia/infra/bots/tools/luci-go", |
296 "[SLAVE_BUILD]/luci-go", | 288 "[CWD]/luci-go", |
297 "0" | 289 "0" |
298 ], | 290 ], |
299 "cwd": "[SLAVE_BUILD]", | |
300 "name": "Copy Go binary" | 291 "name": "Copy Go binary" |
301 }, | 292 }, |
302 { | 293 { |
303 "cmd": [ | 294 "cmd": [ |
304 "python", | 295 "python", |
305 "-u", | 296 "-u", |
306 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 297 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
307 "[BUILD]/third_party/infra", | 298 "[ROOT]/b/build/third_party/infra", |
308 "511" | 299 "511" |
309 ], | 300 ], |
310 "cwd": "[SLAVE_BUILD]", | |
311 "name": "makedirs third_party_infra", | 301 "name": "makedirs third_party_infra", |
312 "~followup_annotations": [ | 302 "~followup_annotations": [ |
313 "@@@STEP_LOG_LINE@python.inline@@@@", | 303 "@@@STEP_LOG_LINE@python.inline@@@@", |
314 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 304 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
315 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 305 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
316 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 306 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
317 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 307 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
318 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 308 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
319 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 309 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
320 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 310 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
321 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 311 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
322 "@@@STEP_LOG_END@python.inline@@@" | 312 "@@@STEP_LOG_END@python.inline@@@" |
323 ] | 313 ] |
324 }, | 314 }, |
325 { | 315 { |
326 "cmd": [ | 316 "cmd": [ |
327 "python", | 317 "python", |
328 "-u", | 318 "-u", |
329 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 319 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
330 "[SLAVE_BUILD]/swarming_temp_dir", | 320 "[CWD]/swarming_temp_dir", |
331 "511" | 321 "511" |
332 ], | 322 ], |
333 "cwd": "[SLAVE_BUILD]", | |
334 "name": "makedirs swarming tmp dir", | 323 "name": "makedirs swarming tmp dir", |
335 "~followup_annotations": [ | 324 "~followup_annotations": [ |
336 "@@@STEP_LOG_LINE@python.inline@@@@", | 325 "@@@STEP_LOG_LINE@python.inline@@@@", |
337 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 326 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
338 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 327 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
339 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 328 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
340 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 329 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
341 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 330 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
342 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 331 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
343 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 332 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
344 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 333 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
345 "@@@STEP_LOG_END@python.inline@@@" | 334 "@@@STEP_LOG_END@python.inline@@@" |
346 ] | 335 ] |
347 }, | 336 }, |
348 { | 337 { |
349 "cmd": [ | 338 "cmd": [ |
350 "python", | 339 "python", |
351 "-u", | 340 "-u", |
352 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 341 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
353 "{\n \"args\": [\n \"--isolate\", \n \"[BUILD]/scripts/sl
ave/recipes/skia/swarm_recipe.isolate\", \n \"--isolated\", \n \"[
SLAVE_BUILD]/swarming_temp_dir/skia-task-isolate_recipes.isolated\", \n \
"--config-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\
": \"[BUILD]/scripts/slave/recipes/skia\", \n \"version\": 1\n}", | 342 "{\n \"args\": [\n \"--isolate\", \n \"[ROOT]/b/build/scr
ipts/slave/recipes/skia/swarm_recipe.isolate\", \n \"--isolated\", \n
\"[CWD]/swarming_temp_dir/skia-task-isolate_recipes.isolated\", \n \"
--config-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\"
: \"[ROOT]/b/build/scripts/slave/recipes/skia\", \n \"version\": 1\n}", |
354 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 343 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
355 ], | 344 ], |
356 "cwd": "[SLAVE_BUILD]", | |
357 "name": "Write isolate_recipes.isolated.gen.json" | 345 "name": "Write isolate_recipes.isolated.gen.json" |
358 }, | 346 }, |
359 { | 347 { |
360 "cmd": [ | 348 "cmd": [ |
361 "python", | 349 "python", |
362 "-u", | 350 "-u", |
363 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 351 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
364 "[SLAVE_BUILD]/swarming.client", | 352 "[CWD]/swarming.client", |
365 "batcharchive", | 353 "batcharchive", |
366 "--dump-json", | 354 "--dump-json", |
367 "/path/to/tmp/json", | 355 "/path/to/tmp/json", |
368 "--isolate-server", | 356 "--isolate-server", |
369 "https://isolateserver.appspot.com", | 357 "https://isolateserver.appspot.com", |
370 "--verbose", | 358 "--verbose", |
371 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 359 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
372 ], | 360 ], |
373 "cwd": "[SLAVE_BUILD]", | |
374 "name": "isolate tests", | 361 "name": "isolate tests", |
375 "~followup_annotations": [ | 362 "~followup_annotations": [ |
376 "@@@STEP_LOG_LINE@json.output@{@@@", | 363 "@@@STEP_LOG_LINE@json.output@{@@@", |
377 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", | 364 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
378 "@@@STEP_LOG_LINE@json.output@}@@@", | 365 "@@@STEP_LOG_LINE@json.output@}@@@", |
379 "@@@STEP_LOG_END@json.output@@@", | 366 "@@@STEP_LOG_END@json.output@@@", |
380 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 367 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
381 ] | 368 ] |
382 }, | 369 }, |
383 { | 370 { |
384 "cmd": [ | 371 "cmd": [ |
385 "python", | 372 "python", |
386 "-u", | 373 "-u", |
387 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 374 "[CWD]/skia/tools/buildbot_spec.py", |
388 "/path/to/tmp/json", | 375 "/path/to/tmp/json", |
389 "Build-Mac-Clang-Arm7-Release-iOS" | 376 "Build-Mac-Clang-Arm7-Release-iOS" |
390 ], | 377 ], |
391 "cwd": "[SLAVE_BUILD]/skia", | 378 "cwd": "[CWD]/skia", |
392 "name": "exec buildbot_spec.py (2)", | 379 "name": "exec buildbot_spec.py (2)", |
393 "~followup_annotations": [ | 380 "~followup_annotations": [ |
394 "@@@STEP_LOG_LINE@json.output@{@@@", | 381 "@@@STEP_LOG_LINE@json.output@{@@@", |
395 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 382 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
396 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 383 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
397 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 384 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
398 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
399 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", | 386 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", |
400 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | 387 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
401 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"iOS\", @@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"iOS\", @@@", |
(...skipping 20 matching lines...) Expand all Loading... |
422 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 409 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
423 "@@@STEP_LOG_LINE@json.output@}@@@", | 410 "@@@STEP_LOG_LINE@json.output@}@@@", |
424 "@@@STEP_LOG_END@json.output@@@" | 411 "@@@STEP_LOG_END@json.output@@@" |
425 ] | 412 ] |
426 }, | 413 }, |
427 { | 414 { |
428 "cmd": [ | 415 "cmd": [ |
429 "python", | 416 "python", |
430 "-u", | 417 "-u", |
431 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 418 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
432 "[SLAVE_BUILD]/swarming_temp_dir", | 419 "[CWD]/swarming_temp_dir", |
433 "511" | 420 "511" |
434 ], | 421 ], |
435 "cwd": "[SLAVE_BUILD]", | |
436 "name": "makedirs swarming tmp dir (2)", | 422 "name": "makedirs swarming tmp dir (2)", |
437 "~followup_annotations": [ | 423 "~followup_annotations": [ |
438 "@@@STEP_LOG_LINE@python.inline@@@@", | 424 "@@@STEP_LOG_LINE@python.inline@@@@", |
439 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 425 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
440 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 426 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
441 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 427 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
442 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 428 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
443 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 429 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
444 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 430 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
445 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 431 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
446 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 432 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
447 "@@@STEP_LOG_END@python.inline@@@" | 433 "@@@STEP_LOG_END@python.inline@@@" |
448 ] | 434 ] |
449 }, | 435 }, |
450 { | 436 { |
451 "cmd": [ | 437 "cmd": [ |
452 "python", | 438 "python", |
453 "-u", | 439 "-u", |
454 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 440 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
455 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/compile_skia.isolate\", \n \"--isolated\", \n \"[SLAVE
_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated\", \n \"--confi
g-variable\", \n \"OS\", \n \"Mac\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--bl
acklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORK
DIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"
BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \
"version\": 1\n}", | 441 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/skia/infra/b
ots/compile_skia.isolate\", \n \"--isolated\", \n \"[CWD]/swarming
_temp_dir/skia-task-compile_skia.isolated\", \n \"--config-variable\", \n
\"OS\", \n \"Mac\", \n \"--blacklist\", \n \".git\"
, \n \"--blacklist\", \n \"out\", \n \"--blacklist\", \n
\"*.pyc\", \n \"--extra-variable\", \n \"WORKDIR\", \n
\"[CWD]\", \n \"--extra-variable\", \n \"BUILD\", \n \"[RO
OT]/b/build\"\n ], \n \"dir\": \"[CWD]\", \n \"version\": 1\n}", |
456 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 442 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
457 ], | 443 ], |
458 "cwd": "[SLAVE_BUILD]", | |
459 "name": "Write compile_skia.isolated.gen.json" | 444 "name": "Write compile_skia.isolated.gen.json" |
460 }, | 445 }, |
461 { | 446 { |
462 "cmd": [ | 447 "cmd": [ |
463 "python", | 448 "python", |
464 "-u", | 449 "-u", |
465 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 450 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
466 "[SLAVE_BUILD]/swarming.client", | 451 "[CWD]/swarming.client", |
467 "batcharchive", | 452 "batcharchive", |
468 "--dump-json", | 453 "--dump-json", |
469 "/path/to/tmp/json", | 454 "/path/to/tmp/json", |
470 "--isolate-server", | 455 "--isolate-server", |
471 "https://isolateserver.appspot.com", | 456 "https://isolateserver.appspot.com", |
472 "--verbose", | 457 "--verbose", |
473 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 458 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
474 ], | 459 ], |
475 "cwd": "[SLAVE_BUILD]", | |
476 "name": "isolate tests (2)", | 460 "name": "isolate tests (2)", |
477 "~followup_annotations": [ | 461 "~followup_annotations": [ |
478 "@@@STEP_LOG_LINE@json.output@{@@@", | 462 "@@@STEP_LOG_LINE@json.output@{@@@", |
479 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 463 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
480 "@@@STEP_LOG_LINE@json.output@}@@@", | 464 "@@@STEP_LOG_LINE@json.output@}@@@", |
481 "@@@STEP_LOG_END@json.output@@@", | 465 "@@@STEP_LOG_END@json.output@@@", |
482 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 466 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
483 ] | 467 ] |
484 }, | 468 }, |
485 { | 469 { |
486 "cmd": [ | 470 "cmd": [ |
487 "python", | 471 "python", |
488 "-u", | 472 "-u", |
489 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", | 473 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", |
490 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 474 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
491 "[dummy hash for isolate_recipes]" | 475 "[dummy hash for isolate_recipes]" |
492 ], | 476 ], |
493 "cwd": "[SLAVE_BUILD]", | |
494 "name": "add_isolated_input", | 477 "name": "add_isolated_input", |
495 "~followup_annotations": [ | 478 "~followup_annotations": [ |
496 "@@@STEP_LOG_LINE@python.inline@@@@", | 479 "@@@STEP_LOG_LINE@python.inline@@@@", |
497 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 480 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
498 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 481 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
499 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 482 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
500 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 483 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
501 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 484 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
502 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 485 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
503 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 486 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
504 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 487 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
505 "@@@STEP_LOG_END@python.inline@@@" | 488 "@@@STEP_LOG_END@python.inline@@@" |
506 ] | 489 ] |
507 }, | 490 }, |
508 { | 491 { |
509 "cmd": [ | 492 "cmd": [ |
510 "python", | 493 "python", |
511 "-u", | 494 "-u", |
512 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 495 "[CWD]/swarming.client/isolateserver.py", |
513 "archive", | 496 "archive", |
514 "--isolate-server", | 497 "--isolate-server", |
515 "https://isolateserver.appspot.com", | 498 "https://isolateserver.appspot.com", |
516 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated" | 499 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated" |
517 ], | 500 ], |
518 "cwd": "[SLAVE_BUILD]", | |
519 "name": "upload new .isolated file for compile_skia", | 501 "name": "upload new .isolated file for compile_skia", |
520 "stdout": "/path/to/tmp/" | 502 "stdout": "/path/to/tmp/" |
521 }, | 503 }, |
522 { | 504 { |
523 "cmd": [ | 505 "cmd": [ |
524 "python", | 506 "python", |
525 "-u", | 507 "-u", |
526 "[SLAVE_BUILD]/swarming.client/swarming.py", | 508 "[CWD]/swarming.client/swarming.py", |
527 "trigger", | 509 "trigger", |
528 "--swarming", | 510 "--swarming", |
529 "https://chromium-swarm.appspot.com", | 511 "https://chromium-swarm.appspot.com", |
530 "--isolate-server", | 512 "--isolate-server", |
531 "https://isolateserver.appspot.com", | 513 "https://isolateserver.appspot.com", |
532 "--priority", | 514 "--priority", |
533 "90", | 515 "90", |
534 "--shards", | 516 "--shards", |
535 "1", | 517 "1", |
536 "--task-name", | 518 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 "../../..", | 557 "../../..", |
576 "skia/swarm_compile", | 558 "skia/swarm_compile", |
577 "buildername=Build-Mac-Clang-Arm7-Release-iOS", | 559 "buildername=Build-Mac-Clang-Arm7-Release-iOS", |
578 "mastername=client.skia.fyi", | 560 "mastername=client.skia.fyi", |
579 "buildnumber=5", | 561 "buildnumber=5", |
580 "slavename=skiabot-linux-housekeeper-003", | 562 "slavename=skiabot-linux-housekeeper-003", |
581 "reason=Triggered by Skia swarm_trigger Recipe", | 563 "reason=Triggered by Skia swarm_trigger Recipe", |
582 "swarm_out_dir=${ISOLATED_OUTDIR}", | 564 "swarm_out_dir=${ISOLATED_OUTDIR}", |
583 "revision=164710" | 565 "revision=164710" |
584 ], | 566 ], |
585 "cwd": "[SLAVE_BUILD]", | |
586 "name": "[trigger] compile_skia on Mac", | 567 "name": "[trigger] compile_skia on Mac", |
587 "~followup_annotations": [ | 568 "~followup_annotations": [ |
588 "@@@STEP_LOG_LINE@json.output@{@@@", | 569 "@@@STEP_LOG_LINE@json.output@{@@@", |
589 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Mac/def
456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\", @@@", | 570 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Mac/def
456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\", @@@", |
590 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 571 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
591 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Mac/def456/Test-iOS-Clang
-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\": {@@@", | 572 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Mac/def456/Test-iOS-Clang
-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\": {@@@", |
592 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 573 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
593 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 574 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
594 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 575 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
595 "@@@STEP_LOG_LINE@json.output@ }@@@", | 576 "@@@STEP_LOG_LINE@json.output@ }@@@", |
596 "@@@STEP_LOG_LINE@json.output@ }@@@", | 577 "@@@STEP_LOG_LINE@json.output@ }@@@", |
597 "@@@STEP_LOG_LINE@json.output@}@@@", | 578 "@@@STEP_LOG_LINE@json.output@}@@@", |
598 "@@@STEP_LOG_END@json.output@@@", | 579 "@@@STEP_LOG_END@json.output@@@", |
599 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 580 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
600 ] | 581 ] |
601 }, | 582 }, |
602 { | 583 { |
603 "cmd": [ | 584 "cmd": [ |
604 "python", | 585 "python", |
605 "-u", | 586 "-u", |
606 "[SLAVE_BUILD]/swarming.client/swarming.py", | 587 "[CWD]/swarming.client/swarming.py", |
607 "collect", | 588 "collect", |
608 "--swarming", | 589 "--swarming", |
609 "https://chromium-swarm.appspot.com", | 590 "https://chromium-swarm.appspot.com", |
610 "--decorate", | 591 "--decorate", |
611 "--print-status-updates", | 592 "--print-status-updates", |
612 "--shards", | 593 "--shards", |
613 "1", | 594 "1", |
614 "compile_skia/Mac/def456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swar
ming/5", | 595 "compile_skia/Mac/def456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swar
ming/5", |
615 "--task-summary-json", | 596 "--task-summary-json", |
616 "/path/to/tmp/json" | 597 "/path/to/tmp/json" |
617 ], | 598 ], |
618 "cwd": "[SLAVE_BUILD]", | |
619 "name": "compile_skia on Mac", | 599 "name": "compile_skia on Mac", |
620 "~followup_annotations": [ | 600 "~followup_annotations": [ |
621 "@@@STEP_TEXT@swarming pending 71s@@@", | 601 "@@@STEP_TEXT@swarming pending 71s@@@", |
622 "@@@STEP_LOG_LINE@json.output@{@@@", | 602 "@@@STEP_LOG_LINE@json.output@{@@@", |
623 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 603 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
624 "@@@STEP_LOG_LINE@json.output@ {@@@", | 604 "@@@STEP_LOG_LINE@json.output@ {@@@", |
625 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 605 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
626 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 606 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
627 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 607 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
628 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 608 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 29 matching lines...) Expand all Loading... |
658 "@@@STEP_LOG_LINE@json.output@}@@@", | 638 "@@@STEP_LOG_LINE@json.output@}@@@", |
659 "@@@STEP_LOG_END@json.output@@@", | 639 "@@@STEP_LOG_END@json.output@@@", |
660 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 640 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
661 ] | 641 ] |
662 }, | 642 }, |
663 { | 643 { |
664 "cmd": [ | 644 "cmd": [ |
665 "python", | 645 "python", |
666 "-u", | 646 "-u", |
667 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 647 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
668 "[SLAVE_BUILD]/tmp", | 648 "[CWD]/tmp", |
669 "511" | 649 "511" |
670 ], | 650 ], |
671 "cwd": "[SLAVE_BUILD]", | |
672 "name": "makedirs tmp_dir", | 651 "name": "makedirs tmp_dir", |
673 "~followup_annotations": [ | 652 "~followup_annotations": [ |
674 "@@@STEP_LOG_LINE@python.inline@@@@", | 653 "@@@STEP_LOG_LINE@python.inline@@@@", |
675 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 654 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
676 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 655 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
677 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 656 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
678 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 657 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
679 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 658 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
680 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 659 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
681 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 660 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
682 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 661 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
683 "@@@STEP_LOG_END@python.inline@@@" | 662 "@@@STEP_LOG_END@python.inline@@@" |
684 ] | 663 ] |
685 }, | 664 }, |
686 { | 665 { |
687 "cmd": [ | 666 "cmd": [ |
688 "python", | 667 "python", |
689 "-u", | 668 "-u", |
690 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 669 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
691 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 670 "[CWD]/tmp/SKP_VERSION", |
692 "/path/to/tmp/" | 671 "/path/to/tmp/" |
693 ], | 672 ], |
694 "cwd": "[SLAVE_BUILD]", | |
695 "name": "Get downloaded SKP_VERSION" | 673 "name": "Get downloaded SKP_VERSION" |
696 }, | 674 }, |
697 { | 675 { |
698 "cmd": [ | 676 "cmd": [ |
699 "python", | 677 "python", |
700 "-u", | 678 "-u", |
701 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 679 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
702 "[SLAVE_BUILD]/skia/SKP_VERSION", | 680 "[CWD]/skia/SKP_VERSION", |
703 "/path/to/tmp/" | 681 "/path/to/tmp/" |
704 ], | 682 ], |
705 "cwd": "[SLAVE_BUILD]", | |
706 "name": "Get expected SKP_VERSION" | 683 "name": "Get expected SKP_VERSION" |
707 }, | 684 }, |
708 { | 685 { |
709 "cmd": [ | 686 "cmd": [ |
710 "python", | 687 "python", |
711 "-u", | 688 "-u", |
712 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 689 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
713 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 690 "[CWD]/tmp/SK_IMAGE_VERSION", |
714 "/path/to/tmp/" | 691 "/path/to/tmp/" |
715 ], | 692 ], |
716 "cwd": "[SLAVE_BUILD]", | |
717 "name": "Get downloaded SK_IMAGE_VERSION" | 693 "name": "Get downloaded SK_IMAGE_VERSION" |
718 }, | 694 }, |
719 { | 695 { |
720 "cmd": [ | 696 "cmd": [ |
721 "python", | 697 "python", |
722 "-u", | 698 "-u", |
723 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 699 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
724 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", | 700 "[CWD]/skia/SK_IMAGE_VERSION", |
725 "/path/to/tmp/" | 701 "/path/to/tmp/" |
726 ], | 702 ], |
727 "cwd": "[SLAVE_BUILD]", | |
728 "name": "Get expected SK_IMAGE_VERSION" | 703 "name": "Get expected SK_IMAGE_VERSION" |
729 }, | 704 }, |
730 { | 705 { |
731 "cmd": [ | 706 "cmd": [ |
732 "python", | 707 "python", |
733 "-u", | 708 "-u", |
734 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 709 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
735 "[SLAVE_BUILD]/swarming_temp_dir", | 710 "[CWD]/swarming_temp_dir", |
736 "511" | 711 "511" |
737 ], | 712 ], |
738 "cwd": "[SLAVE_BUILD]", | |
739 "name": "makedirs swarming tmp dir (3)", | 713 "name": "makedirs swarming tmp dir (3)", |
740 "~followup_annotations": [ | 714 "~followup_annotations": [ |
741 "@@@STEP_LOG_LINE@python.inline@@@@", | 715 "@@@STEP_LOG_LINE@python.inline@@@@", |
742 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 716 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
743 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 717 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
744 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 718 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
745 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 719 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
746 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 720 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
747 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 721 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
748 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 722 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
749 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 723 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
750 "@@@STEP_LOG_END@python.inline@@@" | 724 "@@@STEP_LOG_END@python.inline@@@" |
751 ] | 725 ] |
752 }, | 726 }, |
753 { | 727 { |
754 "cmd": [ | 728 "cmd": [ |
755 "python", | 729 "python", |
756 "-u", | 730 "-u", |
757 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 731 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
758 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/test_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU
ILD]/swarming_temp_dir/skia-task-test_skia.isolated\", \n \"--config-vari
able\", \n \"OS\", \n \"iOS-9.2\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--blac
klist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORKDI
R\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"BU
ILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"v
ersion\": 1\n}", | 732 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/skia/infra/b
ots/test_skia.isolate\", \n \"--isolated\", \n \"[CWD]/swarming_te
mp_dir/skia-task-test_skia.isolated\", \n \"--config-variable\", \n
\"OS\", \n \"iOS-9.2\", \n \"--blacklist\", \n \".git\",
\n \"--blacklist\", \n \"out\", \n \"--blacklist\", \n
\"*.pyc\", \n \"--extra-variable\", \n \"WORKDIR\", \n \
"[CWD]\", \n \"--extra-variable\", \n \"BUILD\", \n \"[ROOT
]/b/build\"\n ], \n \"dir\": \"[CWD]\", \n \"version\": 1\n}", |
759 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 733 "[CWD]/swarming_temp_dir/test_skia.isolated.gen.json" |
760 ], | 734 ], |
761 "cwd": "[SLAVE_BUILD]", | |
762 "name": "Write test_skia.isolated.gen.json" | 735 "name": "Write test_skia.isolated.gen.json" |
763 }, | 736 }, |
764 { | 737 { |
765 "cmd": [ | 738 "cmd": [ |
766 "python", | 739 "python", |
767 "-u", | 740 "-u", |
768 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 741 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
769 "[SLAVE_BUILD]/swarming.client", | 742 "[CWD]/swarming.client", |
770 "batcharchive", | 743 "batcharchive", |
771 "--dump-json", | 744 "--dump-json", |
772 "/path/to/tmp/json", | 745 "/path/to/tmp/json", |
773 "--isolate-server", | 746 "--isolate-server", |
774 "https://isolateserver.appspot.com", | 747 "https://isolateserver.appspot.com", |
775 "--verbose", | 748 "--verbose", |
776 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 749 "[CWD]/swarming_temp_dir/test_skia.isolated.gen.json" |
777 ], | 750 ], |
778 "cwd": "[SLAVE_BUILD]", | |
779 "name": "isolate tests (3)", | 751 "name": "isolate tests (3)", |
780 "~followup_annotations": [ | 752 "~followup_annotations": [ |
781 "@@@STEP_LOG_LINE@json.output@{@@@", | 753 "@@@STEP_LOG_LINE@json.output@{@@@", |
782 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 754 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
783 "@@@STEP_LOG_LINE@json.output@}@@@", | 755 "@@@STEP_LOG_LINE@json.output@}@@@", |
784 "@@@STEP_LOG_END@json.output@@@", | 756 "@@@STEP_LOG_END@json.output@@@", |
785 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 757 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
786 ] | 758 ] |
787 }, | 759 }, |
788 { | 760 { |
789 "cmd": [ | 761 "cmd": [ |
790 "python", | 762 "python", |
791 "-u", | 763 "-u", |
792 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", | 764 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", |
793 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", | 765 "[CWD]/swarming_temp_dir/skia-task-test_skia.isolated", |
794 "[dummy hash for isolate_recipes]", | 766 "[dummy hash for isolate_recipes]", |
795 "abc123" | 767 "abc123" |
796 ], | 768 ], |
797 "cwd": "[SLAVE_BUILD]", | |
798 "name": "add_isolated_input (2)", | 769 "name": "add_isolated_input (2)", |
799 "~followup_annotations": [ | 770 "~followup_annotations": [ |
800 "@@@STEP_LOG_LINE@python.inline@@@@", | 771 "@@@STEP_LOG_LINE@python.inline@@@@", |
801 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 772 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
802 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 773 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
803 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 774 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
804 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 775 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
805 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 776 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
806 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 777 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
807 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 778 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
808 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 779 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
809 "@@@STEP_LOG_END@python.inline@@@" | 780 "@@@STEP_LOG_END@python.inline@@@" |
810 ] | 781 ] |
811 }, | 782 }, |
812 { | 783 { |
813 "cmd": [ | 784 "cmd": [ |
814 "python", | 785 "python", |
815 "-u", | 786 "-u", |
816 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 787 "[CWD]/swarming.client/isolateserver.py", |
817 "archive", | 788 "archive", |
818 "--isolate-server", | 789 "--isolate-server", |
819 "https://isolateserver.appspot.com", | 790 "https://isolateserver.appspot.com", |
820 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated" | 791 "[CWD]/swarming_temp_dir/skia-task-test_skia.isolated" |
821 ], | 792 ], |
822 "cwd": "[SLAVE_BUILD]", | |
823 "name": "upload new .isolated file for test_skia", | 793 "name": "upload new .isolated file for test_skia", |
824 "stdout": "/path/to/tmp/" | 794 "stdout": "/path/to/tmp/" |
825 }, | 795 }, |
826 { | 796 { |
827 "cmd": [ | 797 "cmd": [ |
828 "python", | 798 "python", |
829 "-u", | 799 "-u", |
830 "[SLAVE_BUILD]/swarming.client/swarming.py", | 800 "[CWD]/swarming.client/swarming.py", |
831 "trigger", | 801 "trigger", |
832 "--swarming", | 802 "--swarming", |
833 "https://chromium-swarm.appspot.com", | 803 "https://chromium-swarm.appspot.com", |
834 "--isolate-server", | 804 "--isolate-server", |
835 "https://isolateserver.appspot.com", | 805 "https://isolateserver.appspot.com", |
836 "--priority", | 806 "--priority", |
837 "90", | 807 "90", |
838 "--shards", | 808 "--shards", |
839 "1", | 809 "1", |
840 "--task-name", | 810 "--task-name", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
878 "../../..", | 848 "../../..", |
879 "skia/swarm_test", | 849 "skia/swarm_test", |
880 "buildername=Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming", | 850 "buildername=Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming", |
881 "mastername=client.skia.fyi", | 851 "mastername=client.skia.fyi", |
882 "buildnumber=5", | 852 "buildnumber=5", |
883 "slavename=skiabot-linux-housekeeper-003", | 853 "slavename=skiabot-linux-housekeeper-003", |
884 "reason=Triggered by Skia swarm_trigger Recipe", | 854 "reason=Triggered by Skia swarm_trigger Recipe", |
885 "swarm_out_dir=${ISOLATED_OUTDIR}", | 855 "swarm_out_dir=${ISOLATED_OUTDIR}", |
886 "revision=164710" | 856 "revision=164710" |
887 ], | 857 ], |
888 "cwd": "[SLAVE_BUILD]", | |
889 "name": "[trigger] test_skia on iOS-9.2", | 858 "name": "[trigger] test_skia on iOS-9.2", |
890 "~followup_annotations": [ | 859 "~followup_annotations": [ |
891 "@@@STEP_LOG_LINE@json.output@{@@@", | 860 "@@@STEP_LOG_LINE@json.output@{@@@", |
892 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/iOS-9.2/de
f456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\", @@@", | 861 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/iOS-9.2/de
f456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\", @@@", |
893 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 862 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
894 "@@@STEP_LOG_LINE@json.output@ \"test_skia/iOS-9.2/def456/Test-iOS-Clan
g-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\": {@@@", | 863 "@@@STEP_LOG_LINE@json.output@ \"test_skia/iOS-9.2/def456/Test-iOS-Clan
g-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\": {@@@", |
895 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 864 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
896 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 865 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
897 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 866 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
898 "@@@STEP_LOG_LINE@json.output@ }@@@", | 867 "@@@STEP_LOG_LINE@json.output@ }@@@", |
899 "@@@STEP_LOG_LINE@json.output@ }@@@", | 868 "@@@STEP_LOG_LINE@json.output@ }@@@", |
900 "@@@STEP_LOG_LINE@json.output@}@@@", | 869 "@@@STEP_LOG_LINE@json.output@}@@@", |
901 "@@@STEP_LOG_END@json.output@@@", | 870 "@@@STEP_LOG_END@json.output@@@", |
902 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 871 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
903 ] | 872 ] |
904 }, | 873 }, |
905 { | 874 { |
906 "cmd": [ | 875 "cmd": [ |
907 "python", | 876 "python", |
908 "-u", | 877 "-u", |
909 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 878 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
910 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 879 "[CWD]/swarming_temp_dir/outputs/test_skia" |
911 ], | 880 ], |
912 "cwd": "[SLAVE_BUILD]", | |
913 "name": "rmtree results_dir", | 881 "name": "rmtree results_dir", |
914 "~followup_annotations": [ | 882 "~followup_annotations": [ |
915 "@@@STEP_LOG_LINE@python.inline@@@@", | 883 "@@@STEP_LOG_LINE@python.inline@@@@", |
916 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 884 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
917 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 885 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
918 "@@@STEP_LOG_LINE@python.inline@@@@", | 886 "@@@STEP_LOG_LINE@python.inline@@@@", |
919 "@@@STEP_LOG_LINE@python.inline@@@@", | 887 "@@@STEP_LOG_LINE@python.inline@@@@", |
920 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 888 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
921 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 889 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
922 "@@@STEP_LOG_END@python.inline@@@" | 890 "@@@STEP_LOG_END@python.inline@@@" |
923 ] | 891 ] |
924 }, | 892 }, |
925 { | 893 { |
926 "cmd": [ | 894 "cmd": [ |
927 "python", | 895 "python", |
928 "-u", | 896 "-u", |
929 "[SLAVE_BUILD]/swarming.client/swarming.py", | 897 "[CWD]/swarming.client/swarming.py", |
930 "collect", | 898 "collect", |
931 "--swarming", | 899 "--swarming", |
932 "https://chromium-swarm.appspot.com", | 900 "https://chromium-swarm.appspot.com", |
933 "--decorate", | 901 "--decorate", |
934 "--print-status-updates", | 902 "--print-status-updates", |
935 "--shards", | 903 "--shards", |
936 "1", | 904 "1", |
937 "test_skia/iOS-9.2/def456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swa
rming/5", | 905 "test_skia/iOS-9.2/def456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swa
rming/5", |
938 "--task-summary-json", | 906 "--task-summary-json", |
939 "/path/to/tmp/json", | 907 "/path/to/tmp/json", |
940 "--task-output-dir", | 908 "--task-output-dir", |
941 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 909 "[CWD]/swarming_temp_dir/outputs/test_skia" |
942 ], | 910 ], |
943 "cwd": "[SLAVE_BUILD]", | |
944 "name": "test_skia on iOS-9.2", | 911 "name": "test_skia on iOS-9.2", |
945 "~followup_annotations": [ | 912 "~followup_annotations": [ |
946 "@@@STEP_TEXT@swarming pending 71s@@@", | 913 "@@@STEP_TEXT@swarming pending 71s@@@", |
947 "@@@STEP_LOG_LINE@json.output@{@@@", | 914 "@@@STEP_LOG_LINE@json.output@{@@@", |
948 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 915 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
949 "@@@STEP_LOG_LINE@json.output@ {@@@", | 916 "@@@STEP_LOG_LINE@json.output@ {@@@", |
950 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 917 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
951 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 918 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
952 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 919 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
953 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 920 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 29 matching lines...) Expand all Loading... |
983 "@@@STEP_LOG_LINE@json.output@}@@@", | 950 "@@@STEP_LOG_LINE@json.output@}@@@", |
984 "@@@STEP_LOG_END@json.output@@@", | 951 "@@@STEP_LOG_END@json.output@@@", |
985 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 952 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
986 ] | 953 ] |
987 }, | 954 }, |
988 { | 955 { |
989 "cmd": [ | 956 "cmd": [ |
990 "python", | 957 "python", |
991 "-u", | 958 "-u", |
992 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 959 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
993 "[SLAVE_BUILD]/dm" | 960 "[CWD]/dm" |
994 ], | 961 ], |
995 "cwd": "[SLAVE_BUILD]", | |
996 "name": "rmtree dm_dir", | 962 "name": "rmtree dm_dir", |
997 "~followup_annotations": [ | 963 "~followup_annotations": [ |
998 "@@@STEP_LOG_LINE@python.inline@@@@", | 964 "@@@STEP_LOG_LINE@python.inline@@@@", |
999 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 965 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
1000 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 966 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
1001 "@@@STEP_LOG_LINE@python.inline@@@@", | 967 "@@@STEP_LOG_LINE@python.inline@@@@", |
1002 "@@@STEP_LOG_LINE@python.inline@@@@", | 968 "@@@STEP_LOG_LINE@python.inline@@@@", |
1003 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 969 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
1004 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 970 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
1005 "@@@STEP_LOG_END@python.inline@@@" | 971 "@@@STEP_LOG_END@python.inline@@@" |
1006 ] | 972 ] |
1007 }, | 973 }, |
1008 { | 974 { |
1009 "cmd": [ | 975 "cmd": [ |
1010 "python", | 976 "python", |
1011 "-u", | 977 "-u", |
1012 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 978 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
1013 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm", | 979 "[CWD]/swarming_temp_dir/outputs/test_skia/0/dm", |
1014 "[SLAVE_BUILD]/dm", | 980 "[CWD]/dm", |
1015 "0" | 981 "0" |
1016 ], | 982 ], |
1017 "cwd": "[SLAVE_BUILD]", | |
1018 "name": "dm_dir" | 983 "name": "dm_dir" |
1019 }, | 984 }, |
1020 { | 985 { |
1021 "cmd": [ | 986 "cmd": [ |
1022 "python", | 987 "python", |
1023 "-u", | 988 "-u", |
1024 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", | 989 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", |
1025 "[SLAVE_BUILD]/dm", | 990 "[CWD]/dm", |
1026 "164710", | 991 "164710", |
1027 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming", | 992 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming", |
1028 "5", | 993 "5", |
1029 "", | 994 "", |
1030 "[SLAVE_BUILD]/skia/common/py/utils" | 995 "[CWD]/skia/common/py/utils" |
1031 ], | 996 ], |
1032 "cwd": "[SLAVE_BUILD]/skia", | 997 "cwd": "[CWD]/skia", |
1033 "env": { | 998 "env": { |
1034 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 999 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
1035 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1000 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1036 }, | 1001 }, |
1037 "name": "Upload DM Results" | 1002 "name": "Upload DM Results" |
1038 }, | 1003 }, |
1039 { | 1004 { |
1040 "name": "$result", | 1005 "name": "$result", |
1041 "recipe_result": null, | 1006 "recipe_result": null, |
1042 "status_code": 0 | 1007 "status_code": 0 |
1043 } | 1008 } |
1044 ] | 1009 ] |
OLD | NEW |