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-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming" | 92 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-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@ \"nanobench\"@@@", | 100 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", |
103 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 101 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
104 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
105 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", | 103 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", |
106 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
(...skipping 23 matching lines...) Expand all Loading... |
130 "@@@STEP_LOG_LINE@json.output@}@@@", | 128 "@@@STEP_LOG_LINE@json.output@}@@@", |
131 "@@@STEP_LOG_END@json.output@@@" | 129 "@@@STEP_LOG_END@json.output@@@" |
132 ] | 130 ] |
133 }, | 131 }, |
134 { | 132 { |
135 "cmd": [ | 133 "cmd": [ |
136 "python", | 134 "python", |
137 "-u", | 135 "-u", |
138 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 136 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
139 "--path", | 137 "--path", |
140 "[SLAVE_BUILD]/swarming.client", | 138 "[CWD]/swarming.client", |
141 "--url", | 139 "--url", |
142 "https://chromium.googlesource.com/external/swarming.client.git" | 140 "https://chromium.googlesource.com/external/swarming.client.git" |
143 ], | 141 ], |
144 "cwd": "[SLAVE_BUILD]", | |
145 "name": "git setup (swarming_client)" | 142 "name": "git setup (swarming_client)" |
146 }, | 143 }, |
147 { | 144 { |
148 "cmd": [ | 145 "cmd": [ |
149 "git", | 146 "git", |
150 "retry", | 147 "retry", |
151 "fetch", | 148 "fetch", |
152 "origin", | 149 "origin", |
153 "master" | 150 "master" |
154 ], | 151 ], |
155 "cwd": "[SLAVE_BUILD]/swarming.client", | 152 "cwd": "[CWD]/swarming.client", |
156 "name": "git fetch (swarming_client)" | 153 "name": "git fetch (swarming_client)" |
157 }, | 154 }, |
158 { | 155 { |
159 "cmd": [ | 156 "cmd": [ |
160 "git", | 157 "git", |
161 "checkout", | 158 "checkout", |
162 "-f", | 159 "-f", |
163 "FETCH_HEAD" | 160 "FETCH_HEAD" |
164 ], | 161 ], |
165 "cwd": "[SLAVE_BUILD]/swarming.client", | 162 "cwd": "[CWD]/swarming.client", |
166 "name": "git checkout (swarming_client)" | 163 "name": "git checkout (swarming_client)" |
167 }, | 164 }, |
168 { | 165 { |
169 "cmd": [ | 166 "cmd": [ |
170 "git", | 167 "git", |
171 "rev-parse", | 168 "rev-parse", |
172 "HEAD" | 169 "HEAD" |
173 ], | 170 ], |
174 "cwd": "[SLAVE_BUILD]/swarming.client", | 171 "cwd": "[CWD]/swarming.client", |
175 "name": "read revision", | 172 "name": "read revision", |
176 "stdout": "/path/to/tmp/", | 173 "stdout": "/path/to/tmp/", |
177 "~followup_annotations": [ | 174 "~followup_annotations": [ |
178 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 175 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
179 ] | 176 ] |
180 }, | 177 }, |
181 { | 178 { |
182 "cmd": [ | 179 "cmd": [ |
183 "git", | 180 "git", |
184 "clean", | 181 "clean", |
185 "-f", | 182 "-f", |
186 "-d", | 183 "-d", |
187 "-x" | 184 "-x" |
188 ], | 185 ], |
189 "cwd": "[SLAVE_BUILD]/swarming.client", | 186 "cwd": "[CWD]/swarming.client", |
190 "name": "git clean (swarming_client)" | 187 "name": "git clean (swarming_client)" |
191 }, | 188 }, |
192 { | 189 { |
193 "cmd": [ | 190 "cmd": [ |
194 "git", | 191 "git", |
195 "submodule", | 192 "submodule", |
196 "sync" | 193 "sync" |
197 ], | 194 ], |
198 "cwd": "[SLAVE_BUILD]/swarming.client", | 195 "cwd": "[CWD]/swarming.client", |
199 "name": "submodule sync (swarming_client)" | 196 "name": "submodule sync (swarming_client)" |
200 }, | 197 }, |
201 { | 198 { |
202 "cmd": [ | 199 "cmd": [ |
203 "git", | 200 "git", |
204 "submodule", | 201 "submodule", |
205 "update", | 202 "update", |
206 "--init", | 203 "--init", |
207 "--recursive" | 204 "--recursive" |
208 ], | 205 ], |
209 "cwd": "[SLAVE_BUILD]/swarming.client", | 206 "cwd": "[CWD]/swarming.client", |
210 "name": "submodule update (swarming_client)" | 207 "name": "submodule update (swarming_client)" |
211 }, | 208 }, |
212 { | 209 { |
213 "cmd": [ | 210 "cmd": [ |
214 "python", | 211 "python", |
215 "-u", | 212 "-u", |
216 "[SLAVE_BUILD]/swarming.client/swarming.py", | 213 "[CWD]/swarming.client/swarming.py", |
217 "--version" | 214 "--version" |
218 ], | 215 ], |
219 "cwd": "[SLAVE_BUILD]", | |
220 "name": "swarming.py --version", | 216 "name": "swarming.py --version", |
221 "stdout": "/path/to/tmp/", | 217 "stdout": "/path/to/tmp/", |
222 "~followup_annotations": [ | 218 "~followup_annotations": [ |
223 "@@@STEP_TEXT@0.4.10@@@" | 219 "@@@STEP_TEXT@0.4.10@@@" |
224 ] | 220 ] |
225 }, | 221 }, |
226 { | 222 { |
227 "cmd": [ | 223 "cmd": [ |
228 "download_from_google_storage", | 224 "download_from_google_storage", |
229 "--no_resume", | 225 "--no_resume", |
230 "--platform=linux*", | 226 "--platform=linux*", |
231 "--no_auth", | 227 "--no_auth", |
232 "--bucket", | 228 "--bucket", |
233 "chromium-luci", | 229 "chromium-luci", |
234 "-d", | 230 "-d", |
235 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64" | 231 "[CWD]/skia/infra/bots/tools/luci-go/linux64" |
236 ], | 232 ], |
237 "cwd": "[SLAVE_BUILD]", | |
238 "name": "download luci-go linux" | 233 "name": "download luci-go linux" |
239 }, | 234 }, |
240 { | 235 { |
241 "cmd": [ | 236 "cmd": [ |
242 "download_from_google_storage", | 237 "download_from_google_storage", |
243 "--no_resume", | 238 "--no_resume", |
244 "--platform=darwin", | 239 "--platform=darwin", |
245 "--no_auth", | 240 "--no_auth", |
246 "--bucket", | 241 "--bucket", |
247 "chromium-luci", | 242 "chromium-luci", |
248 "-d", | 243 "-d", |
249 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64" | 244 "[CWD]/skia/infra/bots/tools/luci-go/mac64" |
250 ], | 245 ], |
251 "cwd": "[SLAVE_BUILD]", | |
252 "name": "download luci-go mac" | 246 "name": "download luci-go mac" |
253 }, | 247 }, |
254 { | 248 { |
255 "cmd": [ | 249 "cmd": [ |
256 "download_from_google_storage", | 250 "download_from_google_storage", |
257 "--no_resume", | 251 "--no_resume", |
258 "--platform=win32", | 252 "--platform=win32", |
259 "--no_auth", | 253 "--no_auth", |
260 "--bucket", | 254 "--bucket", |
261 "chromium-luci", | 255 "chromium-luci", |
262 "-d", | 256 "-d", |
263 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64" | 257 "[CWD]/skia/infra/bots/tools/luci-go/win64" |
264 ], | 258 ], |
265 "cwd": "[SLAVE_BUILD]", | |
266 "name": "download luci-go win" | 259 "name": "download luci-go win" |
267 }, | 260 }, |
268 { | 261 { |
269 "cmd": [ | 262 "cmd": [ |
270 "python", | 263 "python", |
271 "-u", | 264 "-u", |
272 "\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", | 265 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
273 "[SLAVE_BUILD]/luci-go" | 266 "[CWD]/luci-go" |
274 ], | 267 ], |
275 "cwd": "[SLAVE_BUILD]", | |
276 "name": "rmtree Go binary dir", | 268 "name": "rmtree Go binary dir", |
277 "~followup_annotations": [ | 269 "~followup_annotations": [ |
278 "@@@STEP_LOG_LINE@python.inline@@@@", | 270 "@@@STEP_LOG_LINE@python.inline@@@@", |
279 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 271 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
280 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 272 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
281 "@@@STEP_LOG_LINE@python.inline@@@@", | 273 "@@@STEP_LOG_LINE@python.inline@@@@", |
282 "@@@STEP_LOG_LINE@python.inline@@@@", | 274 "@@@STEP_LOG_LINE@python.inline@@@@", |
283 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 275 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
284 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 276 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
285 "@@@STEP_LOG_END@python.inline@@@" | 277 "@@@STEP_LOG_END@python.inline@@@" |
286 ] | 278 ] |
287 }, | 279 }, |
288 { | 280 { |
289 "cmd": [ | 281 "cmd": [ |
290 "python", | 282 "python", |
291 "-u", | 283 "-u", |
292 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 284 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
293 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go", | 285 "[CWD]/skia/infra/bots/tools/luci-go", |
294 "[SLAVE_BUILD]/luci-go", | 286 "[CWD]/luci-go", |
295 "0" | 287 "0" |
296 ], | 288 ], |
297 "cwd": "[SLAVE_BUILD]", | |
298 "name": "Copy Go binary" | 289 "name": "Copy Go binary" |
299 }, | 290 }, |
300 { | 291 { |
301 "cmd": [ | 292 "cmd": [ |
302 "python", | 293 "python", |
303 "-u", | 294 "-u", |
304 "\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", | 295 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
305 "[BUILD]/third_party/infra", | 296 "[ROOT]/b/build/third_party/infra", |
306 "511" | 297 "511" |
307 ], | 298 ], |
308 "cwd": "[SLAVE_BUILD]", | |
309 "name": "makedirs third_party_infra", | 299 "name": "makedirs third_party_infra", |
310 "~followup_annotations": [ | 300 "~followup_annotations": [ |
311 "@@@STEP_LOG_LINE@python.inline@@@@", | 301 "@@@STEP_LOG_LINE@python.inline@@@@", |
312 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 302 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
313 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 303 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
314 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 304 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
315 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 305 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
316 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 306 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
317 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 307 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
318 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 308 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
319 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 309 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
320 "@@@STEP_LOG_END@python.inline@@@" | 310 "@@@STEP_LOG_END@python.inline@@@" |
321 ] | 311 ] |
322 }, | 312 }, |
323 { | 313 { |
324 "cmd": [ | 314 "cmd": [ |
325 "python", | 315 "python", |
326 "-u", | 316 "-u", |
327 "\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", | 317 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
328 "[SLAVE_BUILD]/swarming_temp_dir", | 318 "[CWD]/swarming_temp_dir", |
329 "511" | 319 "511" |
330 ], | 320 ], |
331 "cwd": "[SLAVE_BUILD]", | |
332 "name": "makedirs swarming tmp dir", | 321 "name": "makedirs swarming tmp dir", |
333 "~followup_annotations": [ | 322 "~followup_annotations": [ |
334 "@@@STEP_LOG_LINE@python.inline@@@@", | 323 "@@@STEP_LOG_LINE@python.inline@@@@", |
335 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 324 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
336 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 325 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
337 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 326 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
338 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 327 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
339 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 328 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
340 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 329 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
341 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 330 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
342 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 331 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
343 "@@@STEP_LOG_END@python.inline@@@" | 332 "@@@STEP_LOG_END@python.inline@@@" |
344 ] | 333 ] |
345 }, | 334 }, |
346 { | 335 { |
347 "cmd": [ | 336 "cmd": [ |
348 "python", | 337 "python", |
349 "-u", | 338 "-u", |
350 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 339 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
351 "{\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}", | 340 "{\n \"args\": [\n \"--isolate\", \n \"[ROOT]/b/build/scr
ipts/slave/recipes/skia/swarm_recipe.isolate\", \n \"--isolated\", \n
\"[CWD]/swarming_temp_dir/skia-task-isolate_recipes.isolated\", \n \"
--config-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\"
: \"[ROOT]/b/build/scripts/slave/recipes/skia\", \n \"version\": 1\n}", |
352 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 341 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
353 ], | 342 ], |
354 "cwd": "[SLAVE_BUILD]", | |
355 "name": "Write isolate_recipes.isolated.gen.json" | 343 "name": "Write isolate_recipes.isolated.gen.json" |
356 }, | 344 }, |
357 { | 345 { |
358 "cmd": [ | 346 "cmd": [ |
359 "python", | 347 "python", |
360 "-u", | 348 "-u", |
361 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 349 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
362 "[SLAVE_BUILD]/swarming.client", | 350 "[CWD]/swarming.client", |
363 "batcharchive", | 351 "batcharchive", |
364 "--dump-json", | 352 "--dump-json", |
365 "/path/to/tmp/json", | 353 "/path/to/tmp/json", |
366 "--isolate-server", | 354 "--isolate-server", |
367 "https://isolateserver.appspot.com", | 355 "https://isolateserver.appspot.com", |
368 "--verbose", | 356 "--verbose", |
369 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 357 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
370 ], | 358 ], |
371 "cwd": "[SLAVE_BUILD]", | |
372 "name": "isolate tests", | 359 "name": "isolate tests", |
373 "~followup_annotations": [ | 360 "~followup_annotations": [ |
374 "@@@STEP_LOG_LINE@json.output@{@@@", | 361 "@@@STEP_LOG_LINE@json.output@{@@@", |
375 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", | 362 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
376 "@@@STEP_LOG_LINE@json.output@}@@@", | 363 "@@@STEP_LOG_LINE@json.output@}@@@", |
377 "@@@STEP_LOG_END@json.output@@@", | 364 "@@@STEP_LOG_END@json.output@@@", |
378 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 365 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
379 ] | 366 ] |
380 }, | 367 }, |
381 { | 368 { |
382 "cmd": [ | 369 "cmd": [ |
383 "python", | 370 "python", |
384 "-u", | 371 "-u", |
385 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 372 "[CWD]/skia/tools/buildbot_spec.py", |
386 "/path/to/tmp/json", | 373 "/path/to/tmp/json", |
387 "Build-Ubuntu-GCC-x86_64-Debug-Swarming" | 374 "Build-Ubuntu-GCC-x86_64-Debug-Swarming" |
388 ], | 375 ], |
389 "cwd": "[SLAVE_BUILD]/skia", | 376 "cwd": "[CWD]/skia", |
390 "name": "exec buildbot_spec.py (2)", | 377 "name": "exec buildbot_spec.py (2)", |
391 "~followup_annotations": [ | 378 "~followup_annotations": [ |
392 "@@@STEP_LOG_LINE@json.output@{@@@", | 379 "@@@STEP_LOG_LINE@json.output@{@@@", |
393 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
394 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 381 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
395 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 382 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
396 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 383 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
397 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | 384 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
398 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
399 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Swarming\", @@@", | 386 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Swarming\", @@@", |
(...skipping 18 matching lines...) Expand all Loading... |
418 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 405 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
419 "@@@STEP_LOG_LINE@json.output@}@@@", | 406 "@@@STEP_LOG_LINE@json.output@}@@@", |
420 "@@@STEP_LOG_END@json.output@@@" | 407 "@@@STEP_LOG_END@json.output@@@" |
421 ] | 408 ] |
422 }, | 409 }, |
423 { | 410 { |
424 "cmd": [ | 411 "cmd": [ |
425 "python", | 412 "python", |
426 "-u", | 413 "-u", |
427 "\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", | 414 "\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", |
428 "[SLAVE_BUILD]/swarming_temp_dir", | 415 "[CWD]/swarming_temp_dir", |
429 "511" | 416 "511" |
430 ], | 417 ], |
431 "cwd": "[SLAVE_BUILD]", | |
432 "name": "makedirs swarming tmp dir (2)", | 418 "name": "makedirs swarming tmp dir (2)", |
433 "~followup_annotations": [ | 419 "~followup_annotations": [ |
434 "@@@STEP_LOG_LINE@python.inline@@@@", | 420 "@@@STEP_LOG_LINE@python.inline@@@@", |
435 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 421 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
436 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 422 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
437 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 423 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
438 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 424 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
439 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 425 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
440 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 426 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
441 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 427 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
442 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 428 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
443 "@@@STEP_LOG_END@python.inline@@@" | 429 "@@@STEP_LOG_END@python.inline@@@" |
444 ] | 430 ] |
445 }, | 431 }, |
446 { | 432 { |
447 "cmd": [ | 433 "cmd": [ |
448 "python", | 434 "python", |
449 "-u", | 435 "-u", |
450 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 436 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
451 "{\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 \"Ubuntu\", \n \"--blacklist\",
\n \".git\", \n \"--blacklist\", \n \"out\", \n \"-
-blacklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"W
ORKDIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n
\"BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n
\"version\": 1\n}", | 437 "{\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 \"Ubuntu\", \n \"--blacklist\", \n \".gi
t\", \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}", |
452 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 438 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
453 ], | 439 ], |
454 "cwd": "[SLAVE_BUILD]", | |
455 "name": "Write compile_skia.isolated.gen.json" | 440 "name": "Write compile_skia.isolated.gen.json" |
456 }, | 441 }, |
457 { | 442 { |
458 "cmd": [ | 443 "cmd": [ |
459 "python", | 444 "python", |
460 "-u", | 445 "-u", |
461 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 446 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
462 "[SLAVE_BUILD]/swarming.client", | 447 "[CWD]/swarming.client", |
463 "batcharchive", | 448 "batcharchive", |
464 "--dump-json", | 449 "--dump-json", |
465 "/path/to/tmp/json", | 450 "/path/to/tmp/json", |
466 "--isolate-server", | 451 "--isolate-server", |
467 "https://isolateserver.appspot.com", | 452 "https://isolateserver.appspot.com", |
468 "--verbose", | 453 "--verbose", |
469 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 454 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
470 ], | 455 ], |
471 "cwd": "[SLAVE_BUILD]", | |
472 "name": "isolate tests (2)", | 456 "name": "isolate tests (2)", |
473 "~followup_annotations": [ | 457 "~followup_annotations": [ |
474 "@@@STEP_LOG_LINE@json.output@{@@@", | 458 "@@@STEP_LOG_LINE@json.output@{@@@", |
475 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 459 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
476 "@@@STEP_LOG_LINE@json.output@}@@@", | 460 "@@@STEP_LOG_LINE@json.output@}@@@", |
477 "@@@STEP_LOG_END@json.output@@@", | 461 "@@@STEP_LOG_END@json.output@@@", |
478 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 462 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
479 ] | 463 ] |
480 }, | 464 }, |
481 { | 465 { |
482 "cmd": [ | 466 "cmd": [ |
483 "python", | 467 "python", |
484 "-u", | 468 "-u", |
485 "\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", | 469 "\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", |
486 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 470 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
487 "[dummy hash for isolate_recipes]" | 471 "[dummy hash for isolate_recipes]" |
488 ], | 472 ], |
489 "cwd": "[SLAVE_BUILD]", | |
490 "name": "add_isolated_input", | 473 "name": "add_isolated_input", |
491 "~followup_annotations": [ | 474 "~followup_annotations": [ |
492 "@@@STEP_LOG_LINE@python.inline@@@@", | 475 "@@@STEP_LOG_LINE@python.inline@@@@", |
493 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 476 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
494 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 477 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
495 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 478 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
496 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 479 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
497 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 480 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
498 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 481 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
499 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 482 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
500 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 483 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
501 "@@@STEP_LOG_END@python.inline@@@" | 484 "@@@STEP_LOG_END@python.inline@@@" |
502 ] | 485 ] |
503 }, | 486 }, |
504 { | 487 { |
505 "cmd": [ | 488 "cmd": [ |
506 "python", | 489 "python", |
507 "-u", | 490 "-u", |
508 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 491 "[CWD]/swarming.client/isolateserver.py", |
509 "archive", | 492 "archive", |
510 "--isolate-server", | 493 "--isolate-server", |
511 "https://isolateserver.appspot.com", | 494 "https://isolateserver.appspot.com", |
512 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated" | 495 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated" |
513 ], | 496 ], |
514 "cwd": "[SLAVE_BUILD]", | |
515 "name": "upload new .isolated file for compile_skia", | 497 "name": "upload new .isolated file for compile_skia", |
516 "stdout": "/path/to/tmp/" | 498 "stdout": "/path/to/tmp/" |
517 }, | 499 }, |
518 { | 500 { |
519 "cmd": [ | 501 "cmd": [ |
520 "python", | 502 "python", |
521 "-u", | 503 "-u", |
522 "[SLAVE_BUILD]/swarming.client/swarming.py", | 504 "[CWD]/swarming.client/swarming.py", |
523 "trigger", | 505 "trigger", |
524 "--swarming", | 506 "--swarming", |
525 "https://chromium-swarm.appspot.com", | 507 "https://chromium-swarm.appspot.com", |
526 "--isolate-server", | 508 "--isolate-server", |
527 "https://isolateserver.appspot.com", | 509 "https://isolateserver.appspot.com", |
528 "--priority", | 510 "--priority", |
529 "90", | 511 "90", |
530 "--shards", | 512 "--shards", |
531 "1", | 513 "1", |
532 "--task-name", | 514 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 "../../..", | 553 "../../..", |
572 "skia/swarm_compile", | 554 "skia/swarm_compile", |
573 "buildername=Build-Ubuntu-GCC-x86_64-Debug-Swarming", | 555 "buildername=Build-Ubuntu-GCC-x86_64-Debug-Swarming", |
574 "mastername=client.skia", | 556 "mastername=client.skia", |
575 "buildnumber=5", | 557 "buildnumber=5", |
576 "slavename=skiabot-linux-test-000", | 558 "slavename=skiabot-linux-test-000", |
577 "reason=Triggered by Skia swarm_trigger Recipe", | 559 "reason=Triggered by Skia swarm_trigger Recipe", |
578 "swarm_out_dir=${ISOLATED_OUTDIR}", | 560 "swarm_out_dir=${ISOLATED_OUTDIR}", |
579 "revision=164710" | 561 "revision=164710" |
580 ], | 562 ], |
581 "cwd": "[SLAVE_BUILD]", | |
582 "name": "[trigger] compile_skia on Ubuntu", | 563 "name": "[trigger] compile_skia on Ubuntu", |
583 "~followup_annotations": [ | 564 "~followup_annotations": [ |
584 "@@@STEP_LOG_LINE@json.output@{@@@", | 565 "@@@STEP_LOG_LINE@json.output@{@@@", |
585 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", | 566 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", |
586 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 567 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
587 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Test-Ubuntu
-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", | 568 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Test-Ubuntu
-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", |
588 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 569 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
589 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 570 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
590 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 571 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
591 "@@@STEP_LOG_LINE@json.output@ }@@@", | 572 "@@@STEP_LOG_LINE@json.output@ }@@@", |
592 "@@@STEP_LOG_LINE@json.output@ }@@@", | 573 "@@@STEP_LOG_LINE@json.output@ }@@@", |
593 "@@@STEP_LOG_LINE@json.output@}@@@", | 574 "@@@STEP_LOG_LINE@json.output@}@@@", |
594 "@@@STEP_LOG_END@json.output@@@", | 575 "@@@STEP_LOG_END@json.output@@@", |
595 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 576 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
596 ] | 577 ] |
597 }, | 578 }, |
598 { | 579 { |
599 "cmd": [ | 580 "cmd": [ |
600 "python", | 581 "python", |
601 "-u", | 582 "-u", |
602 "[SLAVE_BUILD]/swarming.client/swarming.py", | 583 "[CWD]/swarming.client/swarming.py", |
603 "collect", | 584 "collect", |
604 "--swarming", | 585 "--swarming", |
605 "https://chromium-swarm.appspot.com", | 586 "https://chromium-swarm.appspot.com", |
606 "--decorate", | 587 "--decorate", |
607 "--print-status-updates", | 588 "--print-status-updates", |
608 "--shards", | 589 "--shards", |
609 "1", | 590 "1", |
610 "compile_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swar
ming/5", | 591 "compile_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swar
ming/5", |
611 "--task-summary-json", | 592 "--task-summary-json", |
612 "/path/to/tmp/json" | 593 "/path/to/tmp/json" |
613 ], | 594 ], |
614 "cwd": "[SLAVE_BUILD]", | |
615 "name": "compile_skia on Ubuntu", | 595 "name": "compile_skia on Ubuntu", |
616 "~followup_annotations": [ | 596 "~followup_annotations": [ |
617 "@@@STEP_TEXT@swarming pending 71s@@@", | 597 "@@@STEP_TEXT@swarming pending 71s@@@", |
618 "@@@STEP_LOG_LINE@json.output@{@@@", | 598 "@@@STEP_LOG_LINE@json.output@{@@@", |
619 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 599 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
620 "@@@STEP_LOG_LINE@json.output@ {@@@", | 600 "@@@STEP_LOG_LINE@json.output@ {@@@", |
621 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 601 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
622 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 602 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
623 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 603 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
624 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 604 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 29 matching lines...) Expand all Loading... |
654 "@@@STEP_LOG_LINE@json.output@}@@@", | 634 "@@@STEP_LOG_LINE@json.output@}@@@", |
655 "@@@STEP_LOG_END@json.output@@@", | 635 "@@@STEP_LOG_END@json.output@@@", |
656 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 636 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
657 ] | 637 ] |
658 }, | 638 }, |
659 { | 639 { |
660 "cmd": [ | 640 "cmd": [ |
661 "python", | 641 "python", |
662 "-u", | 642 "-u", |
663 "\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", | 643 "\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", |
664 "[SLAVE_BUILD]/tmp", | 644 "[CWD]/tmp", |
665 "511" | 645 "511" |
666 ], | 646 ], |
667 "cwd": "[SLAVE_BUILD]", | |
668 "name": "makedirs tmp_dir", | 647 "name": "makedirs tmp_dir", |
669 "~followup_annotations": [ | 648 "~followup_annotations": [ |
670 "@@@STEP_LOG_LINE@python.inline@@@@", | 649 "@@@STEP_LOG_LINE@python.inline@@@@", |
671 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 650 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
672 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 651 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
673 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 652 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
674 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 653 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
675 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 654 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
676 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 655 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
677 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 656 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
678 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 657 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
679 "@@@STEP_LOG_END@python.inline@@@" | 658 "@@@STEP_LOG_END@python.inline@@@" |
680 ] | 659 ] |
681 }, | 660 }, |
682 { | 661 { |
683 "cmd": [ | 662 "cmd": [ |
684 "python", | 663 "python", |
685 "-u", | 664 "-u", |
686 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 665 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
687 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 666 "[CWD]/tmp/SKP_VERSION", |
688 "/path/to/tmp/" | 667 "/path/to/tmp/" |
689 ], | 668 ], |
690 "cwd": "[SLAVE_BUILD]", | |
691 "name": "Get downloaded SKP_VERSION", | 669 "name": "Get downloaded SKP_VERSION", |
692 "~followup_annotations": [ | 670 "~followup_annotations": [ |
693 "step returned non-zero exit code: 1", | 671 "step returned non-zero exit code: 1", |
694 "@@@STEP_EXCEPTION@@@" | 672 "@@@STEP_EXCEPTION@@@" |
695 ] | 673 ] |
696 }, | 674 }, |
697 { | 675 { |
698 "cmd": [ | 676 "cmd": [ |
699 "python", | 677 "python", |
700 "-u", | 678 "-u", |
701 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 679 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
702 "[SLAVE_BUILD]/skia/SKP_VERSION", | 680 "[CWD]/skia/SKP_VERSION", |
703 "/path/to/tmp/" | 681 "/path/to/tmp/" |
704 ], | 682 ], |
705 "cwd": "[SLAVE_BUILD]", | |
706 "name": "Get expected SKP_VERSION" | 683 "name": "Get expected SKP_VERSION" |
707 }, | 684 }, |
708 { | 685 { |
709 "cmd": [ | 686 "cmd": [ |
710 "python", | 687 "python", |
711 "-u", | 688 "-u", |
712 "\nimport 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", | 689 "\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", |
713 "[SLAVE_BUILD]/skps" | 690 "[CWD]/skps" |
714 ], | 691 ], |
715 "cwd": "[SLAVE_BUILD]", | |
716 "name": "rmtree skps", | 692 "name": "rmtree skps", |
717 "~followup_annotations": [ | 693 "~followup_annotations": [ |
718 "@@@STEP_LOG_LINE@python.inline@@@@", | 694 "@@@STEP_LOG_LINE@python.inline@@@@", |
719 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 695 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
720 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 696 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
721 "@@@STEP_LOG_LINE@python.inline@@@@", | 697 "@@@STEP_LOG_LINE@python.inline@@@@", |
722 "@@@STEP_LOG_LINE@python.inline@@@@", | 698 "@@@STEP_LOG_LINE@python.inline@@@@", |
723 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 699 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
724 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 700 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
725 "@@@STEP_LOG_END@python.inline@@@" | 701 "@@@STEP_LOG_END@python.inline@@@" |
726 ] | 702 ] |
727 }, | 703 }, |
728 { | 704 { |
729 "cmd": [ | 705 "cmd": [ |
730 "python", | 706 "python", |
731 "-u", | 707 "-u", |
732 "\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", |
733 "[SLAVE_BUILD]/skps", | 709 "[CWD]/skps", |
734 "511" | 710 "511" |
735 ], | 711 ], |
736 "cwd": "[SLAVE_BUILD]", | |
737 "name": "makedirs skps", | 712 "name": "makedirs skps", |
738 "~followup_annotations": [ | 713 "~followup_annotations": [ |
739 "@@@STEP_LOG_LINE@python.inline@@@@", | 714 "@@@STEP_LOG_LINE@python.inline@@@@", |
740 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 715 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
741 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 716 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
742 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 717 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
743 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 718 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
744 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 719 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
745 "@@@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@@@", |
746 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 721 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
747 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 722 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
748 "@@@STEP_LOG_END@python.inline@@@" | 723 "@@@STEP_LOG_END@python.inline@@@" |
749 ] | 724 ] |
750 }, | 725 }, |
751 { | 726 { |
752 "cmd": [ | 727 "cmd": [ |
753 "python", | 728 "python", |
754 "-u", | 729 "-u", |
755 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 730 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
756 "--", | 731 "--", |
757 "[DEPOT_TOOLS]/gsutil.py", | 732 "[ROOT]/b/depot_tools/gsutil.py", |
758 "----", | 733 "----", |
759 "cp", | 734 "cp", |
760 "-R", | 735 "-R", |
761 "gs://chromium-skia-gm/playback_42/skps/*", | 736 "gs://chromium-skia-gm/playback_42/skps/*", |
762 "[SLAVE_BUILD]/skps" | 737 "[CWD]/skps" |
763 ], | 738 ], |
764 "cwd": "[SLAVE_BUILD]", | |
765 "env": { | 739 "env": { |
766 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 740 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
767 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 741 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
768 }, | 742 }, |
769 "name": "gsutil download skps" | 743 "name": "gsutil download skps" |
770 }, | 744 }, |
771 { | 745 { |
772 "cmd": [ | 746 "cmd": [ |
773 "python", | 747 "python", |
774 "-u", | 748 "-u", |
775 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 749 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
776 "42", | 750 "42", |
777 "[SLAVE_BUILD]/tmp/SKP_VERSION" | 751 "[CWD]/tmp/SKP_VERSION" |
778 ], | 752 ], |
779 "cwd": "[SLAVE_BUILD]", | |
780 "name": "write SKP_VERSION" | 753 "name": "write SKP_VERSION" |
781 }, | 754 }, |
782 { | 755 { |
783 "cmd": [ | 756 "cmd": [ |
784 "python", | 757 "python", |
785 "-u", | 758 "-u", |
786 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 759 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
787 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 760 "[CWD]/tmp/SK_IMAGE_VERSION", |
788 "/path/to/tmp/" | 761 "/path/to/tmp/" |
789 ], | 762 ], |
790 "cwd": "[SLAVE_BUILD]", | |
791 "name": "Get downloaded SK_IMAGE_VERSION" | 763 "name": "Get downloaded SK_IMAGE_VERSION" |
792 }, | 764 }, |
793 { | 765 { |
794 "cmd": [ | 766 "cmd": [ |
795 "python", | 767 "python", |
796 "-u", | 768 "-u", |
797 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 769 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
798 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", | 770 "[CWD]/skia/SK_IMAGE_VERSION", |
799 "/path/to/tmp/" | 771 "/path/to/tmp/" |
800 ], | 772 ], |
801 "cwd": "[SLAVE_BUILD]", | |
802 "name": "Get expected SK_IMAGE_VERSION" | 773 "name": "Get expected SK_IMAGE_VERSION" |
803 }, | 774 }, |
804 { | 775 { |
805 "cmd": [ | 776 "cmd": [ |
806 "python", | 777 "python", |
807 "-u", | 778 "-u", |
808 "\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", | 779 "\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", |
809 "[SLAVE_BUILD]/swarming_temp_dir", | 780 "[CWD]/swarming_temp_dir", |
810 "511" | 781 "511" |
811 ], | 782 ], |
812 "cwd": "[SLAVE_BUILD]", | |
813 "name": "makedirs swarming tmp dir (3)", | 783 "name": "makedirs swarming tmp dir (3)", |
814 "~followup_annotations": [ | 784 "~followup_annotations": [ |
815 "@@@STEP_LOG_LINE@python.inline@@@@", | 785 "@@@STEP_LOG_LINE@python.inline@@@@", |
816 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 786 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
817 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 787 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
818 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 788 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
819 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 789 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
820 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 790 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
821 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 791 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
822 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 792 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
823 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 793 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
824 "@@@STEP_LOG_END@python.inline@@@" | 794 "@@@STEP_LOG_END@python.inline@@@" |
825 ] | 795 ] |
826 }, | 796 }, |
827 { | 797 { |
828 "cmd": [ | 798 "cmd": [ |
829 "python", | 799 "python", |
830 "-u", | 800 "-u", |
831 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 801 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
832 "{\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 \"Ubuntu\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--black
list\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORKDIR
\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"BUI
LD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"ve
rsion\": 1\n}", | 802 "{\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 \"Ubuntu\", \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}", |
833 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 803 "[CWD]/swarming_temp_dir/test_skia.isolated.gen.json" |
834 ], | 804 ], |
835 "cwd": "[SLAVE_BUILD]", | |
836 "name": "Write test_skia.isolated.gen.json" | 805 "name": "Write test_skia.isolated.gen.json" |
837 }, | 806 }, |
838 { | 807 { |
839 "cmd": [ | 808 "cmd": [ |
840 "python", | 809 "python", |
841 "-u", | 810 "-u", |
842 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 811 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
843 "[SLAVE_BUILD]/swarming.client", | 812 "[CWD]/swarming.client", |
844 "batcharchive", | 813 "batcharchive", |
845 "--dump-json", | 814 "--dump-json", |
846 "/path/to/tmp/json", | 815 "/path/to/tmp/json", |
847 "--isolate-server", | 816 "--isolate-server", |
848 "https://isolateserver.appspot.com", | 817 "https://isolateserver.appspot.com", |
849 "--verbose", | 818 "--verbose", |
850 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 819 "[CWD]/swarming_temp_dir/test_skia.isolated.gen.json" |
851 ], | 820 ], |
852 "cwd": "[SLAVE_BUILD]", | |
853 "name": "isolate tests (3)", | 821 "name": "isolate tests (3)", |
854 "~followup_annotations": [ | 822 "~followup_annotations": [ |
855 "@@@STEP_LOG_LINE@json.output@{@@@", | 823 "@@@STEP_LOG_LINE@json.output@{@@@", |
856 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 824 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
857 "@@@STEP_LOG_LINE@json.output@}@@@", | 825 "@@@STEP_LOG_LINE@json.output@}@@@", |
858 "@@@STEP_LOG_END@json.output@@@", | 826 "@@@STEP_LOG_END@json.output@@@", |
859 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 827 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
860 ] | 828 ] |
861 }, | 829 }, |
862 { | 830 { |
863 "cmd": [ | 831 "cmd": [ |
864 "python", | 832 "python", |
865 "-u", | 833 "-u", |
866 "\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", | 834 "\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", |
867 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", | 835 "[CWD]/swarming_temp_dir/skia-task-test_skia.isolated", |
868 "[dummy hash for isolate_recipes]", | 836 "[dummy hash for isolate_recipes]", |
869 "abc123" | 837 "abc123" |
870 ], | 838 ], |
871 "cwd": "[SLAVE_BUILD]", | |
872 "name": "add_isolated_input (2)", | 839 "name": "add_isolated_input (2)", |
873 "~followup_annotations": [ | 840 "~followup_annotations": [ |
874 "@@@STEP_LOG_LINE@python.inline@@@@", | 841 "@@@STEP_LOG_LINE@python.inline@@@@", |
875 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 842 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
876 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 843 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
877 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 844 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
878 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 845 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
879 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 846 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
880 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 847 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
881 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 848 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
882 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 849 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
883 "@@@STEP_LOG_END@python.inline@@@" | 850 "@@@STEP_LOG_END@python.inline@@@" |
884 ] | 851 ] |
885 }, | 852 }, |
886 { | 853 { |
887 "cmd": [ | 854 "cmd": [ |
888 "python", | 855 "python", |
889 "-u", | 856 "-u", |
890 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 857 "[CWD]/swarming.client/isolateserver.py", |
891 "archive", | 858 "archive", |
892 "--isolate-server", | 859 "--isolate-server", |
893 "https://isolateserver.appspot.com", | 860 "https://isolateserver.appspot.com", |
894 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated" | 861 "[CWD]/swarming_temp_dir/skia-task-test_skia.isolated" |
895 ], | 862 ], |
896 "cwd": "[SLAVE_BUILD]", | |
897 "name": "upload new .isolated file for test_skia", | 863 "name": "upload new .isolated file for test_skia", |
898 "stdout": "/path/to/tmp/" | 864 "stdout": "/path/to/tmp/" |
899 }, | 865 }, |
900 { | 866 { |
901 "cmd": [ | 867 "cmd": [ |
902 "python", | 868 "python", |
903 "-u", | 869 "-u", |
904 "[SLAVE_BUILD]/swarming.client/swarming.py", | 870 "[CWD]/swarming.client/swarming.py", |
905 "trigger", | 871 "trigger", |
906 "--swarming", | 872 "--swarming", |
907 "https://chromium-swarm.appspot.com", | 873 "https://chromium-swarm.appspot.com", |
908 "--isolate-server", | 874 "--isolate-server", |
909 "https://isolateserver.appspot.com", | 875 "https://isolateserver.appspot.com", |
910 "--priority", | 876 "--priority", |
911 "90", | 877 "90", |
912 "--shards", | 878 "--shards", |
913 "1", | 879 "1", |
914 "--task-name", | 880 "--task-name", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
952 "../../..", | 918 "../../..", |
953 "skia/swarm_test", | 919 "skia/swarm_test", |
954 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming", | 920 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming", |
955 "mastername=client.skia", | 921 "mastername=client.skia", |
956 "buildnumber=5", | 922 "buildnumber=5", |
957 "slavename=skiabot-linux-test-000", | 923 "slavename=skiabot-linux-test-000", |
958 "reason=Triggered by Skia swarm_trigger Recipe", | 924 "reason=Triggered by Skia swarm_trigger Recipe", |
959 "swarm_out_dir=${ISOLATED_OUTDIR}", | 925 "swarm_out_dir=${ISOLATED_OUTDIR}", |
960 "revision=164710" | 926 "revision=164710" |
961 ], | 927 ], |
962 "cwd": "[SLAVE_BUILD]", | |
963 "name": "[trigger] test_skia on Ubuntu", | 928 "name": "[trigger] test_skia on Ubuntu", |
964 "~followup_annotations": [ | 929 "~followup_annotations": [ |
965 "@@@STEP_LOG_LINE@json.output@{@@@", | 930 "@@@STEP_LOG_LINE@json.output@{@@@", |
966 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def
456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", | 931 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def
456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", |
967 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 932 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
968 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", | 933 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", |
969 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 934 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
970 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 935 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
971 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 936 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
972 "@@@STEP_LOG_LINE@json.output@ }@@@", | 937 "@@@STEP_LOG_LINE@json.output@ }@@@", |
973 "@@@STEP_LOG_LINE@json.output@ }@@@", | 938 "@@@STEP_LOG_LINE@json.output@ }@@@", |
974 "@@@STEP_LOG_LINE@json.output@}@@@", | 939 "@@@STEP_LOG_LINE@json.output@}@@@", |
975 "@@@STEP_LOG_END@json.output@@@", | 940 "@@@STEP_LOG_END@json.output@@@", |
976 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 941 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
977 ] | 942 ] |
978 }, | 943 }, |
979 { | 944 { |
980 "cmd": [ | 945 "cmd": [ |
981 "python", | 946 "python", |
982 "-u", | 947 "-u", |
983 "\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", | 948 "\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", |
984 "[SLAVE_BUILD]/swarming_temp_dir", | 949 "[CWD]/swarming_temp_dir", |
985 "511" | 950 "511" |
986 ], | 951 ], |
987 "cwd": "[SLAVE_BUILD]", | |
988 "name": "makedirs swarming tmp dir (4)", | 952 "name": "makedirs swarming tmp dir (4)", |
989 "~followup_annotations": [ | 953 "~followup_annotations": [ |
990 "@@@STEP_LOG_LINE@python.inline@@@@", | 954 "@@@STEP_LOG_LINE@python.inline@@@@", |
991 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 955 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
992 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 956 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
993 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 957 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
994 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 958 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
995 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 959 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
996 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 960 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
997 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 961 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
998 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 962 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
999 "@@@STEP_LOG_END@python.inline@@@" | 963 "@@@STEP_LOG_END@python.inline@@@" |
1000 ] | 964 ] |
1001 }, | 965 }, |
1002 { | 966 { |
1003 "cmd": [ | 967 "cmd": [ |
1004 "python", | 968 "python", |
1005 "-u", | 969 "-u", |
1006 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 970 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
1007 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/perf_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU
ILD]/swarming_temp_dir/skia-task-perf_skia.isolated\", \n \"--config-vari
able\", \n \"OS\", \n \"Ubuntu\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--black
list\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORKDIR
\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"BUI
LD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"ve
rsion\": 1\n}", | 971 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/skia/infra/b
ots/perf_skia.isolate\", \n \"--isolated\", \n \"[CWD]/swarming_te
mp_dir/skia-task-perf_skia.isolated\", \n \"--config-variable\", \n
\"OS\", \n \"Ubuntu\", \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}", |
1008 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 972 "[CWD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
1009 ], | 973 ], |
1010 "cwd": "[SLAVE_BUILD]", | |
1011 "name": "Write perf_skia.isolated.gen.json" | 974 "name": "Write perf_skia.isolated.gen.json" |
1012 }, | 975 }, |
1013 { | 976 { |
1014 "cmd": [ | 977 "cmd": [ |
1015 "python", | 978 "python", |
1016 "-u", | 979 "-u", |
1017 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 980 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
1018 "[SLAVE_BUILD]/swarming.client", | 981 "[CWD]/swarming.client", |
1019 "batcharchive", | 982 "batcharchive", |
1020 "--dump-json", | 983 "--dump-json", |
1021 "/path/to/tmp/json", | 984 "/path/to/tmp/json", |
1022 "--isolate-server", | 985 "--isolate-server", |
1023 "https://isolateserver.appspot.com", | 986 "https://isolateserver.appspot.com", |
1024 "--verbose", | 987 "--verbose", |
1025 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 988 "[CWD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
1026 ], | 989 ], |
1027 "cwd": "[SLAVE_BUILD]", | |
1028 "name": "isolate tests (4)", | 990 "name": "isolate tests (4)", |
1029 "~followup_annotations": [ | 991 "~followup_annotations": [ |
1030 "@@@STEP_LOG_LINE@json.output@{@@@", | 992 "@@@STEP_LOG_LINE@json.output@{@@@", |
1031 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", | 993 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", |
1032 "@@@STEP_LOG_LINE@json.output@}@@@", | 994 "@@@STEP_LOG_LINE@json.output@}@@@", |
1033 "@@@STEP_LOG_END@json.output@@@", | 995 "@@@STEP_LOG_END@json.output@@@", |
1034 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" | 996 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" |
1035 ] | 997 ] |
1036 }, | 998 }, |
1037 { | 999 { |
1038 "cmd": [ | 1000 "cmd": [ |
1039 "python", | 1001 "python", |
1040 "-u", | 1002 "-u", |
1041 "\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", | 1003 "\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", |
1042 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", | 1004 "[CWD]/swarming_temp_dir/skia-task-perf_skia.isolated", |
1043 "[dummy hash for isolate_recipes]", | 1005 "[dummy hash for isolate_recipes]", |
1044 "abc123" | 1006 "abc123" |
1045 ], | 1007 ], |
1046 "cwd": "[SLAVE_BUILD]", | |
1047 "name": "add_isolated_input (3)", | 1008 "name": "add_isolated_input (3)", |
1048 "~followup_annotations": [ | 1009 "~followup_annotations": [ |
1049 "@@@STEP_LOG_LINE@python.inline@@@@", | 1010 "@@@STEP_LOG_LINE@python.inline@@@@", |
1050 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 1011 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
1051 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 1012 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
1052 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 1013 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
1053 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 1014 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
1054 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 1015 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
1055 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 1016 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
1056 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 1017 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
1057 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 1018 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
1058 "@@@STEP_LOG_END@python.inline@@@" | 1019 "@@@STEP_LOG_END@python.inline@@@" |
1059 ] | 1020 ] |
1060 }, | 1021 }, |
1061 { | 1022 { |
1062 "cmd": [ | 1023 "cmd": [ |
1063 "python", | 1024 "python", |
1064 "-u", | 1025 "-u", |
1065 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 1026 "[CWD]/swarming.client/isolateserver.py", |
1066 "archive", | 1027 "archive", |
1067 "--isolate-server", | 1028 "--isolate-server", |
1068 "https://isolateserver.appspot.com", | 1029 "https://isolateserver.appspot.com", |
1069 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated" | 1030 "[CWD]/swarming_temp_dir/skia-task-perf_skia.isolated" |
1070 ], | 1031 ], |
1071 "cwd": "[SLAVE_BUILD]", | |
1072 "name": "upload new .isolated file for perf_skia", | 1032 "name": "upload new .isolated file for perf_skia", |
1073 "stdout": "/path/to/tmp/" | 1033 "stdout": "/path/to/tmp/" |
1074 }, | 1034 }, |
1075 { | 1035 { |
1076 "cmd": [ | 1036 "cmd": [ |
1077 "python", | 1037 "python", |
1078 "-u", | 1038 "-u", |
1079 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1039 "[CWD]/swarming.client/swarming.py", |
1080 "trigger", | 1040 "trigger", |
1081 "--swarming", | 1041 "--swarming", |
1082 "https://chromium-swarm.appspot.com", | 1042 "https://chromium-swarm.appspot.com", |
1083 "--isolate-server", | 1043 "--isolate-server", |
1084 "https://isolateserver.appspot.com", | 1044 "https://isolateserver.appspot.com", |
1085 "--priority", | 1045 "--priority", |
1086 "90", | 1046 "90", |
1087 "--shards", | 1047 "--shards", |
1088 "1", | 1048 "1", |
1089 "--task-name", | 1049 "--task-name", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1127 "../../..", | 1087 "../../..", |
1128 "skia/swarm_perf", | 1088 "skia/swarm_perf", |
1129 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming", | 1089 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming", |
1130 "mastername=client.skia", | 1090 "mastername=client.skia", |
1131 "buildnumber=5", | 1091 "buildnumber=5", |
1132 "slavename=skiabot-linux-test-000", | 1092 "slavename=skiabot-linux-test-000", |
1133 "reason=Triggered by Skia swarm_trigger Recipe", | 1093 "reason=Triggered by Skia swarm_trigger Recipe", |
1134 "swarm_out_dir=${ISOLATED_OUTDIR}", | 1094 "swarm_out_dir=${ISOLATED_OUTDIR}", |
1135 "revision=164710" | 1095 "revision=164710" |
1136 ], | 1096 ], |
1137 "cwd": "[SLAVE_BUILD]", | |
1138 "name": "[trigger] perf_skia on Ubuntu", | 1097 "name": "[trigger] perf_skia on Ubuntu", |
1139 "~followup_annotations": [ | 1098 "~followup_annotations": [ |
1140 "@@@STEP_LOG_LINE@json.output@{@@@", | 1099 "@@@STEP_LOG_LINE@json.output@{@@@", |
1141 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def
456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", | 1100 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def
456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", |
1142 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1101 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1143 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Test-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", | 1102 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Test-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", |
1144 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1103 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1145 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1104 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1146 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1105 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1147 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1106 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1148 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1107 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1149 "@@@STEP_LOG_LINE@json.output@}@@@", | 1108 "@@@STEP_LOG_LINE@json.output@}@@@", |
1150 "@@@STEP_LOG_END@json.output@@@", | 1109 "@@@STEP_LOG_END@json.output@@@", |
1151 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1110 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
1152 ] | 1111 ] |
1153 }, | 1112 }, |
1154 { | 1113 { |
1155 "cmd": [ | 1114 "cmd": [ |
1156 "python", | 1115 "python", |
1157 "-u", | 1116 "-u", |
1158 "\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", | 1117 "\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", |
1159 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 1118 "[CWD]/swarming_temp_dir/outputs/test_skia" |
1160 ], | 1119 ], |
1161 "cwd": "[SLAVE_BUILD]", | |
1162 "name": "rmtree results_dir", | 1120 "name": "rmtree results_dir", |
1163 "~followup_annotations": [ | 1121 "~followup_annotations": [ |
1164 "@@@STEP_LOG_LINE@python.inline@@@@", | 1122 "@@@STEP_LOG_LINE@python.inline@@@@", |
1165 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1123 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
1166 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1124 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
1167 "@@@STEP_LOG_LINE@python.inline@@@@", | 1125 "@@@STEP_LOG_LINE@python.inline@@@@", |
1168 "@@@STEP_LOG_LINE@python.inline@@@@", | 1126 "@@@STEP_LOG_LINE@python.inline@@@@", |
1169 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1127 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
1170 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1128 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
1171 "@@@STEP_LOG_END@python.inline@@@" | 1129 "@@@STEP_LOG_END@python.inline@@@" |
1172 ] | 1130 ] |
1173 }, | 1131 }, |
1174 { | 1132 { |
1175 "cmd": [ | 1133 "cmd": [ |
1176 "python", | 1134 "python", |
1177 "-u", | 1135 "-u", |
1178 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1136 "[CWD]/swarming.client/swarming.py", |
1179 "collect", | 1137 "collect", |
1180 "--swarming", | 1138 "--swarming", |
1181 "https://chromium-swarm.appspot.com", | 1139 "https://chromium-swarm.appspot.com", |
1182 "--decorate", | 1140 "--decorate", |
1183 "--print-status-updates", | 1141 "--print-status-updates", |
1184 "--shards", | 1142 "--shards", |
1185 "1", | 1143 "1", |
1186 "test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarmin
g/5", | 1144 "test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarmin
g/5", |
1187 "--task-summary-json", | 1145 "--task-summary-json", |
1188 "/path/to/tmp/json", | 1146 "/path/to/tmp/json", |
1189 "--task-output-dir", | 1147 "--task-output-dir", |
1190 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 1148 "[CWD]/swarming_temp_dir/outputs/test_skia" |
1191 ], | 1149 ], |
1192 "cwd": "[SLAVE_BUILD]", | |
1193 "name": "test_skia on Ubuntu", | 1150 "name": "test_skia on Ubuntu", |
1194 "~followup_annotations": [ | 1151 "~followup_annotations": [ |
1195 "@@@STEP_TEXT@swarming pending 71s@@@", | 1152 "@@@STEP_TEXT@swarming pending 71s@@@", |
1196 "@@@STEP_LOG_LINE@json.output@{@@@", | 1153 "@@@STEP_LOG_LINE@json.output@{@@@", |
1197 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1154 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1198 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1155 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1199 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1156 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1200 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1157 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1201 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1158 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1202 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1159 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 29 matching lines...) Expand all Loading... |
1232 "@@@STEP_LOG_LINE@json.output@}@@@", | 1189 "@@@STEP_LOG_LINE@json.output@}@@@", |
1233 "@@@STEP_LOG_END@json.output@@@", | 1190 "@@@STEP_LOG_END@json.output@@@", |
1234 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1191 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1235 ] | 1192 ] |
1236 }, | 1193 }, |
1237 { | 1194 { |
1238 "cmd": [ | 1195 "cmd": [ |
1239 "python", | 1196 "python", |
1240 "-u", | 1197 "-u", |
1241 "\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", | 1198 "\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", |
1242 "[SLAVE_BUILD]/dm" | 1199 "[CWD]/dm" |
1243 ], | 1200 ], |
1244 "cwd": "[SLAVE_BUILD]", | |
1245 "name": "rmtree dm_dir", | 1201 "name": "rmtree dm_dir", |
1246 "~followup_annotations": [ | 1202 "~followup_annotations": [ |
1247 "@@@STEP_LOG_LINE@python.inline@@@@", | 1203 "@@@STEP_LOG_LINE@python.inline@@@@", |
1248 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1204 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
1249 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1205 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
1250 "@@@STEP_LOG_LINE@python.inline@@@@", | 1206 "@@@STEP_LOG_LINE@python.inline@@@@", |
1251 "@@@STEP_LOG_LINE@python.inline@@@@", | 1207 "@@@STEP_LOG_LINE@python.inline@@@@", |
1252 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1208 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
1253 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1209 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
1254 "@@@STEP_LOG_END@python.inline@@@" | 1210 "@@@STEP_LOG_END@python.inline@@@" |
1255 ] | 1211 ] |
1256 }, | 1212 }, |
1257 { | 1213 { |
1258 "cmd": [ | 1214 "cmd": [ |
1259 "python", | 1215 "python", |
1260 "-u", | 1216 "-u", |
1261 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 1217 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
1262 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm", | 1218 "[CWD]/swarming_temp_dir/outputs/test_skia/0/dm", |
1263 "[SLAVE_BUILD]/dm", | 1219 "[CWD]/dm", |
1264 "0" | 1220 "0" |
1265 ], | 1221 ], |
1266 "cwd": "[SLAVE_BUILD]", | |
1267 "name": "dm_dir" | 1222 "name": "dm_dir" |
1268 }, | 1223 }, |
1269 { | 1224 { |
1270 "cmd": [ | 1225 "cmd": [ |
1271 "python", | 1226 "python", |
1272 "-u", | 1227 "-u", |
1273 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", | 1228 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", |
1274 "[SLAVE_BUILD]/dm", | 1229 "[CWD]/dm", |
1275 "164710", | 1230 "164710", |
1276 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming", | 1231 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming", |
1277 "5", | 1232 "5", |
1278 "", | 1233 "", |
1279 "[SLAVE_BUILD]/skia/common/py/utils" | 1234 "[CWD]/skia/common/py/utils" |
1280 ], | 1235 ], |
1281 "cwd": "[SLAVE_BUILD]/skia", | 1236 "cwd": "[CWD]/skia", |
1282 "env": { | 1237 "env": { |
1283 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 1238 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
1284 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1239 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1285 }, | 1240 }, |
1286 "name": "Upload DM Results" | 1241 "name": "Upload DM Results" |
1287 }, | 1242 }, |
1288 { | 1243 { |
1289 "cmd": [ | 1244 "cmd": [ |
1290 "python", | 1245 "python", |
1291 "-u", | 1246 "-u", |
1292 "\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", | 1247 "\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", |
1293 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" | 1248 "[CWD]/swarming_temp_dir/outputs/perf_skia" |
1294 ], | 1249 ], |
1295 "cwd": "[SLAVE_BUILD]", | |
1296 "name": "rmtree results_dir (2)", | 1250 "name": "rmtree results_dir (2)", |
1297 "~followup_annotations": [ | 1251 "~followup_annotations": [ |
1298 "@@@STEP_LOG_LINE@python.inline@@@@", | 1252 "@@@STEP_LOG_LINE@python.inline@@@@", |
1299 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1253 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
1300 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1254 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
1301 "@@@STEP_LOG_LINE@python.inline@@@@", | 1255 "@@@STEP_LOG_LINE@python.inline@@@@", |
1302 "@@@STEP_LOG_LINE@python.inline@@@@", | 1256 "@@@STEP_LOG_LINE@python.inline@@@@", |
1303 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1257 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
1304 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1258 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
1305 "@@@STEP_LOG_END@python.inline@@@" | 1259 "@@@STEP_LOG_END@python.inline@@@" |
1306 ] | 1260 ] |
1307 }, | 1261 }, |
1308 { | 1262 { |
1309 "cmd": [ | 1263 "cmd": [ |
1310 "python", | 1264 "python", |
1311 "-u", | 1265 "-u", |
1312 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1266 "[CWD]/swarming.client/swarming.py", |
1313 "collect", | 1267 "collect", |
1314 "--swarming", | 1268 "--swarming", |
1315 "https://chromium-swarm.appspot.com", | 1269 "https://chromium-swarm.appspot.com", |
1316 "--decorate", | 1270 "--decorate", |
1317 "--print-status-updates", | 1271 "--print-status-updates", |
1318 "--shards", | 1272 "--shards", |
1319 "1", | 1273 "1", |
1320 "perf_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarmin
g/5", | 1274 "perf_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarmin
g/5", |
1321 "--task-summary-json", | 1275 "--task-summary-json", |
1322 "/path/to/tmp/json", | 1276 "/path/to/tmp/json", |
1323 "--task-output-dir", | 1277 "--task-output-dir", |
1324 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" | 1278 "[CWD]/swarming_temp_dir/outputs/perf_skia" |
1325 ], | 1279 ], |
1326 "cwd": "[SLAVE_BUILD]", | |
1327 "name": "perf_skia on Ubuntu", | 1280 "name": "perf_skia on Ubuntu", |
1328 "~followup_annotations": [ | 1281 "~followup_annotations": [ |
1329 "@@@STEP_TEXT@swarming pending 71s@@@", | 1282 "@@@STEP_TEXT@swarming pending 71s@@@", |
1330 "@@@STEP_LOG_LINE@json.output@{@@@", | 1283 "@@@STEP_LOG_LINE@json.output@{@@@", |
1331 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1284 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1332 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1285 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1333 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1286 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1334 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1287 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1335 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1288 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1336 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1289 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
1367 "@@@STEP_LOG_END@json.output@@@", | 1320 "@@@STEP_LOG_END@json.output@@@", |
1368 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1321 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1369 ] | 1322 ] |
1370 }, | 1323 }, |
1371 { | 1324 { |
1372 "name": "$result", | 1325 "name": "$result", |
1373 "recipe_result": null, | 1326 "recipe_result": null, |
1374 "status_code": 0 | 1327 "status_code": 0 |
1375 } | 1328 } |
1376 ] | 1329 ] |
OLD | NEW |