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