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