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-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind" | 92 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind" |
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-Release-Valgrind" | 374 "Build-Ubuntu-GCC-x86_64-Release-Valgrind" |
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\": \"Release\", @@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
399 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Valgrind\", @@@", | 386 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Valgrind\", @@@", |
(...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-Release-Valgrind", | 555 "buildername=Build-Ubuntu-GCC-x86_64-Release-Valgrind", |
574 "mastername=client.skia", | 556 "mastername=client.skia", |
575 "buildnumber=5", | 557 "buildnumber=5", |
576 "slavename=skiabot-linux-swarm-012", | 558 "slavename=skiabot-linux-swarm-012", |
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-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind/5\", @@@", | 566 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind/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-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind/5\": {@@@", | 568 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Test-Ubuntu
-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind/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-ShuttleA-GPU-GTX550Ti-x86_64-R
elease-Valgrind/5", | 591 "compile_skia/Ubuntu/def456/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-R
elease-Valgrind/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 }, | 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]/skia/SKP_VERSION", | 676 "[CWD]/skia/SKP_VERSION", |
699 "/path/to/tmp/" | 677 "/path/to/tmp/" |
700 ], | 678 ], |
701 "cwd": "[SLAVE_BUILD]", | |
702 "name": "Get expected SKP_VERSION" | 679 "name": "Get expected 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]/tmp/SK_IMAGE_VERSION", | 686 "[CWD]/tmp/SK_IMAGE_VERSION", |
710 "/path/to/tmp/" | 687 "/path/to/tmp/" |
711 ], | 688 ], |
712 "cwd": "[SLAVE_BUILD]", | |
713 "name": "Get downloaded SK_IMAGE_VERSION" | 689 "name": "Get downloaded SK_IMAGE_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]/skia/SK_IMAGE_VERSION", | 696 "[CWD]/skia/SK_IMAGE_VERSION", |
721 "/path/to/tmp/" | 697 "/path/to/tmp/" |
722 ], | 698 ], |
723 "cwd": "[SLAVE_BUILD]", | |
724 "name": "Get expected SK_IMAGE_VERSION" | 699 "name": "Get expected SK_IMAGE_VERSION" |
725 }, | 700 }, |
726 { | 701 { |
727 "cmd": [ | 702 "cmd": [ |
728 "python", | 703 "python", |
729 "-u", | 704 "-u", |
730 "\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", | 705 "\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", |
731 "[SLAVE_BUILD]/swarming_temp_dir", | 706 "[CWD]/swarming_temp_dir", |
732 "511" | 707 "511" |
733 ], | 708 ], |
734 "cwd": "[SLAVE_BUILD]", | |
735 "name": "makedirs swarming tmp dir (3)", | 709 "name": "makedirs swarming tmp dir (3)", |
736 "~followup_annotations": [ | 710 "~followup_annotations": [ |
737 "@@@STEP_LOG_LINE@python.inline@@@@", | 711 "@@@STEP_LOG_LINE@python.inline@@@@", |
738 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 712 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
739 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 713 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
740 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 714 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
741 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 715 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
742 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 716 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
743 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 717 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
744 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 718 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
745 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 719 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
746 "@@@STEP_LOG_END@python.inline@@@" | 720 "@@@STEP_LOG_END@python.inline@@@" |
747 ] | 721 ] |
748 }, | 722 }, |
749 { | 723 { |
750 "cmd": [ | 724 "cmd": [ |
751 "python", | 725 "python", |
752 "-u", | 726 "-u", |
753 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 727 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
754 "{\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}", | 728 "{\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}", |
755 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 729 "[CWD]/swarming_temp_dir/test_skia.isolated.gen.json" |
756 ], | 730 ], |
757 "cwd": "[SLAVE_BUILD]", | |
758 "name": "Write test_skia.isolated.gen.json" | 731 "name": "Write test_skia.isolated.gen.json" |
759 }, | 732 }, |
760 { | 733 { |
761 "cmd": [ | 734 "cmd": [ |
762 "python", | 735 "python", |
763 "-u", | 736 "-u", |
764 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 737 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
765 "[SLAVE_BUILD]/swarming.client", | 738 "[CWD]/swarming.client", |
766 "batcharchive", | 739 "batcharchive", |
767 "--dump-json", | 740 "--dump-json", |
768 "/path/to/tmp/json", | 741 "/path/to/tmp/json", |
769 "--isolate-server", | 742 "--isolate-server", |
770 "https://isolateserver.appspot.com", | 743 "https://isolateserver.appspot.com", |
771 "--verbose", | 744 "--verbose", |
772 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 745 "[CWD]/swarming_temp_dir/test_skia.isolated.gen.json" |
773 ], | 746 ], |
774 "cwd": "[SLAVE_BUILD]", | |
775 "name": "isolate tests (3)", | 747 "name": "isolate tests (3)", |
776 "~followup_annotations": [ | 748 "~followup_annotations": [ |
777 "@@@STEP_LOG_LINE@json.output@{@@@", | 749 "@@@STEP_LOG_LINE@json.output@{@@@", |
778 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 750 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
779 "@@@STEP_LOG_LINE@json.output@}@@@", | 751 "@@@STEP_LOG_LINE@json.output@}@@@", |
780 "@@@STEP_LOG_END@json.output@@@", | 752 "@@@STEP_LOG_END@json.output@@@", |
781 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 753 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
782 ] | 754 ] |
783 }, | 755 }, |
784 { | 756 { |
785 "cmd": [ | 757 "cmd": [ |
786 "python", | 758 "python", |
787 "-u", | 759 "-u", |
788 "\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", | 760 "\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", |
789 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", | 761 "[CWD]/swarming_temp_dir/skia-task-test_skia.isolated", |
790 "[dummy hash for isolate_recipes]", | 762 "[dummy hash for isolate_recipes]", |
791 "abc123" | 763 "abc123" |
792 ], | 764 ], |
793 "cwd": "[SLAVE_BUILD]", | |
794 "name": "add_isolated_input (2)", | 765 "name": "add_isolated_input (2)", |
795 "~followup_annotations": [ | 766 "~followup_annotations": [ |
796 "@@@STEP_LOG_LINE@python.inline@@@@", | 767 "@@@STEP_LOG_LINE@python.inline@@@@", |
797 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 768 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
798 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 769 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
799 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 770 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
800 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 771 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
801 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 772 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
802 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 773 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
803 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 774 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
804 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 775 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
805 "@@@STEP_LOG_END@python.inline@@@" | 776 "@@@STEP_LOG_END@python.inline@@@" |
806 ] | 777 ] |
807 }, | 778 }, |
808 { | 779 { |
809 "cmd": [ | 780 "cmd": [ |
810 "python", | 781 "python", |
811 "-u", | 782 "-u", |
812 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 783 "[CWD]/swarming.client/isolateserver.py", |
813 "archive", | 784 "archive", |
814 "--isolate-server", | 785 "--isolate-server", |
815 "https://isolateserver.appspot.com", | 786 "https://isolateserver.appspot.com", |
816 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated" | 787 "[CWD]/swarming_temp_dir/skia-task-test_skia.isolated" |
817 ], | 788 ], |
818 "cwd": "[SLAVE_BUILD]", | |
819 "name": "upload new .isolated file for test_skia", | 789 "name": "upload new .isolated file for test_skia", |
820 "stdout": "/path/to/tmp/" | 790 "stdout": "/path/to/tmp/" |
821 }, | 791 }, |
822 { | 792 { |
823 "cmd": [ | 793 "cmd": [ |
824 "python", | 794 "python", |
825 "-u", | 795 "-u", |
826 "[SLAVE_BUILD]/swarming.client/swarming.py", | 796 "[CWD]/swarming.client/swarming.py", |
827 "trigger", | 797 "trigger", |
828 "--swarming", | 798 "--swarming", |
829 "https://chromium-swarm.appspot.com", | 799 "https://chromium-swarm.appspot.com", |
830 "--isolate-server", | 800 "--isolate-server", |
831 "https://isolateserver.appspot.com", | 801 "https://isolateserver.appspot.com", |
832 "--priority", | 802 "--priority", |
833 "90", | 803 "90", |
834 "--shards", | 804 "--shards", |
835 "1", | 805 "1", |
836 "--task-name", | 806 "--task-name", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
874 "../../..", | 844 "../../..", |
875 "skia/swarm_test", | 845 "skia/swarm_test", |
876 "buildername=Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind
", | 846 "buildername=Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind
", |
877 "mastername=client.skia", | 847 "mastername=client.skia", |
878 "buildnumber=5", | 848 "buildnumber=5", |
879 "slavename=skiabot-linux-swarm-012", | 849 "slavename=skiabot-linux-swarm-012", |
880 "reason=Triggered by Skia swarm_trigger Recipe", | 850 "reason=Triggered by Skia swarm_trigger Recipe", |
881 "swarm_out_dir=${ISOLATED_OUTDIR}", | 851 "swarm_out_dir=${ISOLATED_OUTDIR}", |
882 "revision=164710" | 852 "revision=164710" |
883 ], | 853 ], |
884 "cwd": "[SLAVE_BUILD]", | |
885 "name": "[trigger] test_skia on Ubuntu", | 854 "name": "[trigger] test_skia on Ubuntu", |
886 "~followup_annotations": [ | 855 "~followup_annotations": [ |
887 "@@@STEP_LOG_LINE@json.output@{@@@", | 856 "@@@STEP_LOG_LINE@json.output@{@@@", |
888 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def
456/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind/5\", @@@", | 857 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def
456/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind/5\", @@@", |
889 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 858 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
890 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC
C-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind/5\": {@@@", | 859 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC
C-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind/5\": {@@@", |
891 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 860 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
892 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 861 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
893 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 862 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
894 "@@@STEP_LOG_LINE@json.output@ }@@@", | 863 "@@@STEP_LOG_LINE@json.output@ }@@@", |
895 "@@@STEP_LOG_LINE@json.output@ }@@@", | 864 "@@@STEP_LOG_LINE@json.output@ }@@@", |
896 "@@@STEP_LOG_LINE@json.output@}@@@", | 865 "@@@STEP_LOG_LINE@json.output@}@@@", |
897 "@@@STEP_LOG_END@json.output@@@", | 866 "@@@STEP_LOG_END@json.output@@@", |
898 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 867 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
899 ] | 868 ] |
900 }, | 869 }, |
901 { | 870 { |
902 "cmd": [ | 871 "cmd": [ |
903 "python", | 872 "python", |
904 "-u", | 873 "-u", |
905 "\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", | 874 "\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", |
906 "[SLAVE_BUILD]/swarming_temp_dir", | 875 "[CWD]/swarming_temp_dir", |
907 "511" | 876 "511" |
908 ], | 877 ], |
909 "cwd": "[SLAVE_BUILD]", | |
910 "name": "makedirs swarming tmp dir (4)", | 878 "name": "makedirs swarming tmp dir (4)", |
911 "~followup_annotations": [ | 879 "~followup_annotations": [ |
912 "@@@STEP_LOG_LINE@python.inline@@@@", | 880 "@@@STEP_LOG_LINE@python.inline@@@@", |
913 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 881 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
914 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 882 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
915 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 883 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
916 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 884 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
917 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 885 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
918 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 886 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
919 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 887 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
920 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 888 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
921 "@@@STEP_LOG_END@python.inline@@@" | 889 "@@@STEP_LOG_END@python.inline@@@" |
922 ] | 890 ] |
923 }, | 891 }, |
924 { | 892 { |
925 "cmd": [ | 893 "cmd": [ |
926 "python", | 894 "python", |
927 "-u", | 895 "-u", |
928 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 896 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
929 "{\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}", | 897 "{\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}", |
930 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 898 "[CWD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
931 ], | 899 ], |
932 "cwd": "[SLAVE_BUILD]", | |
933 "name": "Write perf_skia.isolated.gen.json" | 900 "name": "Write perf_skia.isolated.gen.json" |
934 }, | 901 }, |
935 { | 902 { |
936 "cmd": [ | 903 "cmd": [ |
937 "python", | 904 "python", |
938 "-u", | 905 "-u", |
939 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 906 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
940 "[SLAVE_BUILD]/swarming.client", | 907 "[CWD]/swarming.client", |
941 "batcharchive", | 908 "batcharchive", |
942 "--dump-json", | 909 "--dump-json", |
943 "/path/to/tmp/json", | 910 "/path/to/tmp/json", |
944 "--isolate-server", | 911 "--isolate-server", |
945 "https://isolateserver.appspot.com", | 912 "https://isolateserver.appspot.com", |
946 "--verbose", | 913 "--verbose", |
947 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 914 "[CWD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
948 ], | 915 ], |
949 "cwd": "[SLAVE_BUILD]", | |
950 "name": "isolate tests (4)", | 916 "name": "isolate tests (4)", |
951 "~followup_annotations": [ | 917 "~followup_annotations": [ |
952 "@@@STEP_LOG_LINE@json.output@{@@@", | 918 "@@@STEP_LOG_LINE@json.output@{@@@", |
953 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", | 919 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", |
954 "@@@STEP_LOG_LINE@json.output@}@@@", | 920 "@@@STEP_LOG_LINE@json.output@}@@@", |
955 "@@@STEP_LOG_END@json.output@@@", | 921 "@@@STEP_LOG_END@json.output@@@", |
956 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" | 922 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" |
957 ] | 923 ] |
958 }, | 924 }, |
959 { | 925 { |
960 "cmd": [ | 926 "cmd": [ |
961 "python", | 927 "python", |
962 "-u", | 928 "-u", |
963 "\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", | 929 "\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", |
964 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", | 930 "[CWD]/swarming_temp_dir/skia-task-perf_skia.isolated", |
965 "[dummy hash for isolate_recipes]", | 931 "[dummy hash for isolate_recipes]", |
966 "abc123" | 932 "abc123" |
967 ], | 933 ], |
968 "cwd": "[SLAVE_BUILD]", | |
969 "name": "add_isolated_input (3)", | 934 "name": "add_isolated_input (3)", |
970 "~followup_annotations": [ | 935 "~followup_annotations": [ |
971 "@@@STEP_LOG_LINE@python.inline@@@@", | 936 "@@@STEP_LOG_LINE@python.inline@@@@", |
972 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 937 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
973 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 938 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
974 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 939 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
975 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 940 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
976 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 941 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
977 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 942 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
978 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 943 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
979 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 944 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
980 "@@@STEP_LOG_END@python.inline@@@" | 945 "@@@STEP_LOG_END@python.inline@@@" |
981 ] | 946 ] |
982 }, | 947 }, |
983 { | 948 { |
984 "cmd": [ | 949 "cmd": [ |
985 "python", | 950 "python", |
986 "-u", | 951 "-u", |
987 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 952 "[CWD]/swarming.client/isolateserver.py", |
988 "archive", | 953 "archive", |
989 "--isolate-server", | 954 "--isolate-server", |
990 "https://isolateserver.appspot.com", | 955 "https://isolateserver.appspot.com", |
991 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated" | 956 "[CWD]/swarming_temp_dir/skia-task-perf_skia.isolated" |
992 ], | 957 ], |
993 "cwd": "[SLAVE_BUILD]", | |
994 "name": "upload new .isolated file for perf_skia", | 958 "name": "upload new .isolated file for perf_skia", |
995 "stdout": "/path/to/tmp/" | 959 "stdout": "/path/to/tmp/" |
996 }, | 960 }, |
997 { | 961 { |
998 "cmd": [ | 962 "cmd": [ |
999 "python", | 963 "python", |
1000 "-u", | 964 "-u", |
1001 "[SLAVE_BUILD]/swarming.client/swarming.py", | 965 "[CWD]/swarming.client/swarming.py", |
1002 "trigger", | 966 "trigger", |
1003 "--swarming", | 967 "--swarming", |
1004 "https://chromium-swarm.appspot.com", | 968 "https://chromium-swarm.appspot.com", |
1005 "--isolate-server", | 969 "--isolate-server", |
1006 "https://isolateserver.appspot.com", | 970 "https://isolateserver.appspot.com", |
1007 "--priority", | 971 "--priority", |
1008 "90", | 972 "90", |
1009 "--shards", | 973 "--shards", |
1010 "1", | 974 "1", |
1011 "--task-name", | 975 "--task-name", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1049 "../../..", | 1013 "../../..", |
1050 "skia/swarm_perf", | 1014 "skia/swarm_perf", |
1051 "buildername=Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind
", | 1015 "buildername=Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind
", |
1052 "mastername=client.skia", | 1016 "mastername=client.skia", |
1053 "buildnumber=5", | 1017 "buildnumber=5", |
1054 "slavename=skiabot-linux-swarm-012", | 1018 "slavename=skiabot-linux-swarm-012", |
1055 "reason=Triggered by Skia swarm_trigger Recipe", | 1019 "reason=Triggered by Skia swarm_trigger Recipe", |
1056 "swarm_out_dir=${ISOLATED_OUTDIR}", | 1020 "swarm_out_dir=${ISOLATED_OUTDIR}", |
1057 "revision=164710" | 1021 "revision=164710" |
1058 ], | 1022 ], |
1059 "cwd": "[SLAVE_BUILD]", | |
1060 "name": "[trigger] perf_skia on Ubuntu", | 1023 "name": "[trigger] perf_skia on Ubuntu", |
1061 "~followup_annotations": [ | 1024 "~followup_annotations": [ |
1062 "@@@STEP_LOG_LINE@json.output@{@@@", | 1025 "@@@STEP_LOG_LINE@json.output@{@@@", |
1063 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def
456/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind/5\", @@@", | 1026 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def
456/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind/5\", @@@", |
1064 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1027 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1065 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Test-Ubuntu-GC
C-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind/5\": {@@@", | 1028 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Test-Ubuntu-GC
C-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind/5\": {@@@", |
1066 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1029 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1067 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1030 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1068 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1031 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
1069 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1032 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1070 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1033 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1071 "@@@STEP_LOG_LINE@json.output@}@@@", | 1034 "@@@STEP_LOG_LINE@json.output@}@@@", |
1072 "@@@STEP_LOG_END@json.output@@@", | 1035 "@@@STEP_LOG_END@json.output@@@", |
1073 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1036 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
1074 ] | 1037 ] |
1075 }, | 1038 }, |
1076 { | 1039 { |
1077 "cmd": [ | 1040 "cmd": [ |
1078 "python", | 1041 "python", |
1079 "-u", | 1042 "-u", |
1080 "\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", | 1043 "\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", |
1081 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 1044 "[CWD]/swarming_temp_dir/outputs/test_skia" |
1082 ], | 1045 ], |
1083 "cwd": "[SLAVE_BUILD]", | |
1084 "name": "rmtree results_dir", | 1046 "name": "rmtree results_dir", |
1085 "~followup_annotations": [ | 1047 "~followup_annotations": [ |
1086 "@@@STEP_LOG_LINE@python.inline@@@@", | 1048 "@@@STEP_LOG_LINE@python.inline@@@@", |
1087 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1049 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
1088 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1050 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
1089 "@@@STEP_LOG_LINE@python.inline@@@@", | 1051 "@@@STEP_LOG_LINE@python.inline@@@@", |
1090 "@@@STEP_LOG_LINE@python.inline@@@@", | 1052 "@@@STEP_LOG_LINE@python.inline@@@@", |
1091 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1053 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
1092 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1054 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
1093 "@@@STEP_LOG_END@python.inline@@@" | 1055 "@@@STEP_LOG_END@python.inline@@@" |
1094 ] | 1056 ] |
1095 }, | 1057 }, |
1096 { | 1058 { |
1097 "cmd": [ | 1059 "cmd": [ |
1098 "python", | 1060 "python", |
1099 "-u", | 1061 "-u", |
1100 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1062 "[CWD]/swarming.client/swarming.py", |
1101 "collect", | 1063 "collect", |
1102 "--swarming", | 1064 "--swarming", |
1103 "https://chromium-swarm.appspot.com", | 1065 "https://chromium-swarm.appspot.com", |
1104 "--decorate", | 1066 "--decorate", |
1105 "--print-status-updates", | 1067 "--print-status-updates", |
1106 "--shards", | 1068 "--shards", |
1107 "1", | 1069 "1", |
1108 "test_skia/Ubuntu/def456/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Rele
ase-Valgrind/5", | 1070 "test_skia/Ubuntu/def456/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Rele
ase-Valgrind/5", |
1109 "--task-summary-json", | 1071 "--task-summary-json", |
1110 "/path/to/tmp/json", | 1072 "/path/to/tmp/json", |
1111 "--task-output-dir", | 1073 "--task-output-dir", |
1112 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 1074 "[CWD]/swarming_temp_dir/outputs/test_skia" |
1113 ], | 1075 ], |
1114 "cwd": "[SLAVE_BUILD]", | |
1115 "name": "test_skia on Ubuntu", | 1076 "name": "test_skia on Ubuntu", |
1116 "~followup_annotations": [ | 1077 "~followup_annotations": [ |
1117 "@@@STEP_TEXT@swarming pending 71s@@@", | 1078 "@@@STEP_TEXT@swarming pending 71s@@@", |
1118 "@@@STEP_LOG_LINE@json.output@{@@@", | 1079 "@@@STEP_LOG_LINE@json.output@{@@@", |
1119 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1080 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1120 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1081 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1121 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1082 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1122 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1083 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1123 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1084 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1124 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1085 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 29 matching lines...) Expand all Loading... |
1154 "@@@STEP_LOG_LINE@json.output@}@@@", | 1115 "@@@STEP_LOG_LINE@json.output@}@@@", |
1155 "@@@STEP_LOG_END@json.output@@@", | 1116 "@@@STEP_LOG_END@json.output@@@", |
1156 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1117 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1157 ] | 1118 ] |
1158 }, | 1119 }, |
1159 { | 1120 { |
1160 "cmd": [ | 1121 "cmd": [ |
1161 "python", | 1122 "python", |
1162 "-u", | 1123 "-u", |
1163 "\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", | 1124 "\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", |
1164 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" | 1125 "[CWD]/swarming_temp_dir/outputs/perf_skia" |
1165 ], | 1126 ], |
1166 "cwd": "[SLAVE_BUILD]", | |
1167 "name": "rmtree results_dir (2)", | 1127 "name": "rmtree results_dir (2)", |
1168 "~followup_annotations": [ | 1128 "~followup_annotations": [ |
1169 "@@@STEP_LOG_LINE@python.inline@@@@", | 1129 "@@@STEP_LOG_LINE@python.inline@@@@", |
1170 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1130 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
1171 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1131 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
1172 "@@@STEP_LOG_LINE@python.inline@@@@", | 1132 "@@@STEP_LOG_LINE@python.inline@@@@", |
1173 "@@@STEP_LOG_LINE@python.inline@@@@", | 1133 "@@@STEP_LOG_LINE@python.inline@@@@", |
1174 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1134 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
1175 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1135 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
1176 "@@@STEP_LOG_END@python.inline@@@" | 1136 "@@@STEP_LOG_END@python.inline@@@" |
1177 ] | 1137 ] |
1178 }, | 1138 }, |
1179 { | 1139 { |
1180 "cmd": [ | 1140 "cmd": [ |
1181 "python", | 1141 "python", |
1182 "-u", | 1142 "-u", |
1183 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1143 "[CWD]/swarming.client/swarming.py", |
1184 "collect", | 1144 "collect", |
1185 "--swarming", | 1145 "--swarming", |
1186 "https://chromium-swarm.appspot.com", | 1146 "https://chromium-swarm.appspot.com", |
1187 "--decorate", | 1147 "--decorate", |
1188 "--print-status-updates", | 1148 "--print-status-updates", |
1189 "--shards", | 1149 "--shards", |
1190 "1", | 1150 "1", |
1191 "perf_skia/Ubuntu/def456/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Rele
ase-Valgrind/5", | 1151 "perf_skia/Ubuntu/def456/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Rele
ase-Valgrind/5", |
1192 "--task-summary-json", | 1152 "--task-summary-json", |
1193 "/path/to/tmp/json", | 1153 "/path/to/tmp/json", |
1194 "--task-output-dir", | 1154 "--task-output-dir", |
1195 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" | 1155 "[CWD]/swarming_temp_dir/outputs/perf_skia" |
1196 ], | 1156 ], |
1197 "cwd": "[SLAVE_BUILD]", | |
1198 "name": "perf_skia on Ubuntu", | 1157 "name": "perf_skia on Ubuntu", |
1199 "~followup_annotations": [ | 1158 "~followup_annotations": [ |
1200 "@@@STEP_TEXT@swarming pending 71s@@@", | 1159 "@@@STEP_TEXT@swarming pending 71s@@@", |
1201 "@@@STEP_LOG_LINE@json.output@{@@@", | 1160 "@@@STEP_LOG_LINE@json.output@{@@@", |
1202 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1161 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1203 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1162 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1204 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1163 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1205 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1164 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1206 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1165 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1207 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1166 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
1238 "@@@STEP_LOG_END@json.output@@@", | 1197 "@@@STEP_LOG_END@json.output@@@", |
1239 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1198 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1240 ] | 1199 ] |
1241 }, | 1200 }, |
1242 { | 1201 { |
1243 "name": "$result", | 1202 "name": "$result", |
1244 "recipe_result": null, | 1203 "recipe_result": null, |
1245 "status_code": 0 | 1204 "status_code": 0 |
1246 } | 1205 } |
1247 ] | 1206 ] |
OLD | NEW |