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