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-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug" | 92 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug" |
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-CrOS_Link" | 374 "Build-Ubuntu-GCC-x86_64-Debug-CrOS_Link" |
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\": \"CrOS_Link\", @@@", | 386 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"CrOS_Link\", @@@", |
(...skipping 19 matching lines...) Expand all Loading... |
419 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 406 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
420 "@@@STEP_LOG_LINE@json.output@}@@@", | 407 "@@@STEP_LOG_LINE@json.output@}@@@", |
421 "@@@STEP_LOG_END@json.output@@@" | 408 "@@@STEP_LOG_END@json.output@@@" |
422 ] | 409 ] |
423 }, | 410 }, |
424 { | 411 { |
425 "cmd": [ | 412 "cmd": [ |
426 "python", | 413 "python", |
427 "-u", | 414 "-u", |
428 "\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", | 415 "\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", |
429 "[SLAVE_BUILD]/swarming_temp_dir", | 416 "[CWD]/swarming_temp_dir", |
430 "511" | 417 "511" |
431 ], | 418 ], |
432 "cwd": "[SLAVE_BUILD]", | |
433 "name": "makedirs swarming tmp dir (2)", | 419 "name": "makedirs swarming tmp dir (2)", |
434 "~followup_annotations": [ | 420 "~followup_annotations": [ |
435 "@@@STEP_LOG_LINE@python.inline@@@@", | 421 "@@@STEP_LOG_LINE@python.inline@@@@", |
436 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 422 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
437 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 423 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
438 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 424 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
439 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 425 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
440 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 426 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
441 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 427 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
442 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 428 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
443 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 429 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
444 "@@@STEP_LOG_END@python.inline@@@" | 430 "@@@STEP_LOG_END@python.inline@@@" |
445 ] | 431 ] |
446 }, | 432 }, |
447 { | 433 { |
448 "cmd": [ | 434 "cmd": [ |
449 "python", | 435 "python", |
450 "-u", | 436 "-u", |
451 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 437 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
452 "{\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}", | 438 "{\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}", |
453 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 439 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
454 ], | 440 ], |
455 "cwd": "[SLAVE_BUILD]", | |
456 "name": "Write compile_skia.isolated.gen.json" | 441 "name": "Write compile_skia.isolated.gen.json" |
457 }, | 442 }, |
458 { | 443 { |
459 "cmd": [ | 444 "cmd": [ |
460 "python", | 445 "python", |
461 "-u", | 446 "-u", |
462 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 447 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
463 "[SLAVE_BUILD]/swarming.client", | 448 "[CWD]/swarming.client", |
464 "batcharchive", | 449 "batcharchive", |
465 "--dump-json", | 450 "--dump-json", |
466 "/path/to/tmp/json", | 451 "/path/to/tmp/json", |
467 "--isolate-server", | 452 "--isolate-server", |
468 "https://isolateserver.appspot.com", | 453 "https://isolateserver.appspot.com", |
469 "--verbose", | 454 "--verbose", |
470 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 455 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
471 ], | 456 ], |
472 "cwd": "[SLAVE_BUILD]", | |
473 "name": "isolate tests (2)", | 457 "name": "isolate tests (2)", |
474 "~followup_annotations": [ | 458 "~followup_annotations": [ |
475 "@@@STEP_LOG_LINE@json.output@{@@@", | 459 "@@@STEP_LOG_LINE@json.output@{@@@", |
476 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 460 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
477 "@@@STEP_LOG_LINE@json.output@}@@@", | 461 "@@@STEP_LOG_LINE@json.output@}@@@", |
478 "@@@STEP_LOG_END@json.output@@@", | 462 "@@@STEP_LOG_END@json.output@@@", |
479 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 463 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
480 ] | 464 ] |
481 }, | 465 }, |
482 { | 466 { |
483 "cmd": [ | 467 "cmd": [ |
484 "python", | 468 "python", |
485 "-u", | 469 "-u", |
486 "\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", | 470 "\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", |
487 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 471 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
488 "[dummy hash for isolate_recipes]" | 472 "[dummy hash for isolate_recipes]" |
489 ], | 473 ], |
490 "cwd": "[SLAVE_BUILD]", | |
491 "name": "add_isolated_input", | 474 "name": "add_isolated_input", |
492 "~followup_annotations": [ | 475 "~followup_annotations": [ |
493 "@@@STEP_LOG_LINE@python.inline@@@@", | 476 "@@@STEP_LOG_LINE@python.inline@@@@", |
494 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 477 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
495 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 478 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
496 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 479 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
497 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 480 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
498 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 481 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
499 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 482 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
500 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 483 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
501 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 484 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
502 "@@@STEP_LOG_END@python.inline@@@" | 485 "@@@STEP_LOG_END@python.inline@@@" |
503 ] | 486 ] |
504 }, | 487 }, |
505 { | 488 { |
506 "cmd": [ | 489 "cmd": [ |
507 "python", | 490 "python", |
508 "-u", | 491 "-u", |
509 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 492 "[CWD]/swarming.client/isolateserver.py", |
510 "archive", | 493 "archive", |
511 "--isolate-server", | 494 "--isolate-server", |
512 "https://isolateserver.appspot.com", | 495 "https://isolateserver.appspot.com", |
513 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated" | 496 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated" |
514 ], | 497 ], |
515 "cwd": "[SLAVE_BUILD]", | |
516 "name": "upload new .isolated file for compile_skia", | 498 "name": "upload new .isolated file for compile_skia", |
517 "stdout": "/path/to/tmp/" | 499 "stdout": "/path/to/tmp/" |
518 }, | 500 }, |
519 { | 501 { |
520 "cmd": [ | 502 "cmd": [ |
521 "python", | 503 "python", |
522 "-u", | 504 "-u", |
523 "[SLAVE_BUILD]/swarming.client/swarming.py", | 505 "[CWD]/swarming.client/swarming.py", |
524 "trigger", | 506 "trigger", |
525 "--swarming", | 507 "--swarming", |
526 "https://chromium-swarm.appspot.com", | 508 "https://chromium-swarm.appspot.com", |
527 "--isolate-server", | 509 "--isolate-server", |
528 "https://isolateserver.appspot.com", | 510 "https://isolateserver.appspot.com", |
529 "--priority", | 511 "--priority", |
530 "90", | 512 "90", |
531 "--shards", | 513 "--shards", |
532 "1", | 514 "1", |
533 "--task-name", | 515 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 "../../..", | 554 "../../..", |
573 "skia/swarm_compile", | 555 "skia/swarm_compile", |
574 "buildername=Build-Ubuntu-GCC-x86_64-Debug-CrOS_Link", | 556 "buildername=Build-Ubuntu-GCC-x86_64-Debug-CrOS_Link", |
575 "mastername=client.skia.fyi", | 557 "mastername=client.skia.fyi", |
576 "buildnumber=5", | 558 "buildnumber=5", |
577 "slavename=skiabot-linux-housekeeper-003", | 559 "slavename=skiabot-linux-housekeeper-003", |
578 "reason=Triggered by Skia swarm_trigger Recipe", | 560 "reason=Triggered by Skia swarm_trigger Recipe", |
579 "swarm_out_dir=${ISOLATED_OUTDIR}", | 561 "swarm_out_dir=${ISOLATED_OUTDIR}", |
580 "revision=164710" | 562 "revision=164710" |
581 ], | 563 ], |
582 "cwd": "[SLAVE_BUILD]", | |
583 "name": "[trigger] compile_skia on Ubuntu", | 564 "name": "[trigger] compile_skia on Ubuntu", |
584 "~followup_annotations": [ | 565 "~followup_annotations": [ |
585 "@@@STEP_LOG_LINE@json.output@{@@@", | 566 "@@@STEP_LOG_LINE@json.output@{@@@", |
586 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5\", @@@", | 567 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5\", @@@", |
587 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 568 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
588 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Test-Chrome
OS-GCC-Link-CPU-AVX-x86_64-Debug/5\": {@@@", | 569 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Test-Chrome
OS-GCC-Link-CPU-AVX-x86_64-Debug/5\": {@@@", |
589 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 570 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
590 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 571 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
591 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 572 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
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_LINE@json.output@}@@@", | 575 "@@@STEP_LOG_LINE@json.output@}@@@", |
595 "@@@STEP_LOG_END@json.output@@@", | 576 "@@@STEP_LOG_END@json.output@@@", |
596 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 577 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
597 ] | 578 ] |
598 }, | 579 }, |
599 { | 580 { |
600 "cmd": [ | 581 "cmd": [ |
601 "python", | 582 "python", |
602 "-u", | 583 "-u", |
603 "[SLAVE_BUILD]/swarming.client/swarming.py", | 584 "[CWD]/swarming.client/swarming.py", |
604 "collect", | 585 "collect", |
605 "--swarming", | 586 "--swarming", |
606 "https://chromium-swarm.appspot.com", | 587 "https://chromium-swarm.appspot.com", |
607 "--decorate", | 588 "--decorate", |
608 "--print-status-updates", | 589 "--print-status-updates", |
609 "--shards", | 590 "--shards", |
610 "1", | 591 "1", |
611 "compile_skia/Ubuntu/def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5"
, | 592 "compile_skia/Ubuntu/def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5"
, |
612 "--task-summary-json", | 593 "--task-summary-json", |
613 "/path/to/tmp/json" | 594 "/path/to/tmp/json" |
614 ], | 595 ], |
615 "cwd": "[SLAVE_BUILD]", | |
616 "name": "compile_skia on Ubuntu", | 596 "name": "compile_skia on Ubuntu", |
617 "~followup_annotations": [ | 597 "~followup_annotations": [ |
618 "@@@STEP_TEXT@swarming pending 71s@@@", | 598 "@@@STEP_TEXT@swarming pending 71s@@@", |
619 "@@@STEP_LOG_LINE@json.output@{@@@", | 599 "@@@STEP_LOG_LINE@json.output@{@@@", |
620 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 600 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
621 "@@@STEP_LOG_LINE@json.output@ {@@@", | 601 "@@@STEP_LOG_LINE@json.output@ {@@@", |
622 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 602 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
623 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 603 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
624 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 604 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
625 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 605 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 29 matching lines...) Expand all Loading... |
655 "@@@STEP_LOG_LINE@json.output@}@@@", | 635 "@@@STEP_LOG_LINE@json.output@}@@@", |
656 "@@@STEP_LOG_END@json.output@@@", | 636 "@@@STEP_LOG_END@json.output@@@", |
657 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 637 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
658 ] | 638 ] |
659 }, | 639 }, |
660 { | 640 { |
661 "cmd": [ | 641 "cmd": [ |
662 "python", | 642 "python", |
663 "-u", | 643 "-u", |
664 "\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", | 644 "\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", |
665 "[SLAVE_BUILD]/tmp", | 645 "[CWD]/tmp", |
666 "511" | 646 "511" |
667 ], | 647 ], |
668 "cwd": "[SLAVE_BUILD]", | |
669 "name": "makedirs tmp_dir", | 648 "name": "makedirs tmp_dir", |
670 "~followup_annotations": [ | 649 "~followup_annotations": [ |
671 "@@@STEP_LOG_LINE@python.inline@@@@", | 650 "@@@STEP_LOG_LINE@python.inline@@@@", |
672 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 651 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
673 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 652 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
674 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 653 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
675 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 654 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
676 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 655 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
677 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 656 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
678 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 657 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
679 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 658 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
680 "@@@STEP_LOG_END@python.inline@@@" | 659 "@@@STEP_LOG_END@python.inline@@@" |
681 ] | 660 ] |
682 }, | 661 }, |
683 { | 662 { |
684 "cmd": [ | 663 "cmd": [ |
685 "python", | 664 "python", |
686 "-u", | 665 "-u", |
687 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 666 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
688 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 667 "[CWD]/tmp/SKP_VERSION", |
689 "/path/to/tmp/" | 668 "/path/to/tmp/" |
690 ], | 669 ], |
691 "cwd": "[SLAVE_BUILD]", | |
692 "name": "Get downloaded SKP_VERSION" | 670 "name": "Get downloaded SKP_VERSION" |
693 }, | 671 }, |
694 { | 672 { |
695 "cmd": [ | 673 "cmd": [ |
696 "python", | 674 "python", |
697 "-u", | 675 "-u", |
698 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 676 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
699 "[SLAVE_BUILD]/skia/SKP_VERSION", | 677 "[CWD]/skia/SKP_VERSION", |
700 "/path/to/tmp/" | 678 "/path/to/tmp/" |
701 ], | 679 ], |
702 "cwd": "[SLAVE_BUILD]", | |
703 "name": "Get expected SKP_VERSION" | 680 "name": "Get expected SKP_VERSION" |
704 }, | 681 }, |
705 { | 682 { |
706 "cmd": [ | 683 "cmd": [ |
707 "python", | 684 "python", |
708 "-u", | 685 "-u", |
709 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 686 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
710 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 687 "[CWD]/tmp/SK_IMAGE_VERSION", |
711 "/path/to/tmp/" | 688 "/path/to/tmp/" |
712 ], | 689 ], |
713 "cwd": "[SLAVE_BUILD]", | |
714 "name": "Get downloaded SK_IMAGE_VERSION" | 690 "name": "Get downloaded SK_IMAGE_VERSION" |
715 }, | 691 }, |
716 { | 692 { |
717 "cmd": [ | 693 "cmd": [ |
718 "python", | 694 "python", |
719 "-u", | 695 "-u", |
720 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 696 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
721 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", | 697 "[CWD]/skia/SK_IMAGE_VERSION", |
722 "/path/to/tmp/" | 698 "/path/to/tmp/" |
723 ], | 699 ], |
724 "cwd": "[SLAVE_BUILD]", | |
725 "name": "Get expected SK_IMAGE_VERSION" | 700 "name": "Get expected SK_IMAGE_VERSION" |
726 }, | 701 }, |
727 { | 702 { |
728 "cmd": [ | 703 "cmd": [ |
729 "python", | 704 "python", |
730 "-u", | 705 "-u", |
731 "\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", | 706 "\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", |
732 "[SLAVE_BUILD]/swarming_temp_dir", | 707 "[CWD]/swarming_temp_dir", |
733 "511" | 708 "511" |
734 ], | 709 ], |
735 "cwd": "[SLAVE_BUILD]", | |
736 "name": "makedirs swarming tmp dir (3)", | 710 "name": "makedirs swarming tmp dir (3)", |
737 "~followup_annotations": [ | 711 "~followup_annotations": [ |
738 "@@@STEP_LOG_LINE@python.inline@@@@", | 712 "@@@STEP_LOG_LINE@python.inline@@@@", |
739 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 713 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
740 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 714 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
741 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 715 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
742 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 716 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
743 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 717 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
744 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 718 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
745 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 719 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
746 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 720 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
747 "@@@STEP_LOG_END@python.inline@@@" | 721 "@@@STEP_LOG_END@python.inline@@@" |
748 ] | 722 ] |
749 }, | 723 }, |
750 { | 724 { |
751 "cmd": [ | 725 "cmd": [ |
752 "python", | 726 "python", |
753 "-u", | 727 "-u", |
754 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 728 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
755 "{\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 \"ChromeOS\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--bla
cklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORKD
IR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"B
UILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"
version\": 1\n}", | 729 "{\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 \"ChromeOS\", \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 \"[ROO
T]/b/build\"\n ], \n \"dir\": \"[CWD]\", \n \"version\": 1\n}", |
756 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 730 "[CWD]/swarming_temp_dir/test_skia.isolated.gen.json" |
757 ], | 731 ], |
758 "cwd": "[SLAVE_BUILD]", | |
759 "name": "Write test_skia.isolated.gen.json" | 732 "name": "Write test_skia.isolated.gen.json" |
760 }, | 733 }, |
761 { | 734 { |
762 "cmd": [ | 735 "cmd": [ |
763 "python", | 736 "python", |
764 "-u", | 737 "-u", |
765 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 738 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
766 "[SLAVE_BUILD]/swarming.client", | 739 "[CWD]/swarming.client", |
767 "batcharchive", | 740 "batcharchive", |
768 "--dump-json", | 741 "--dump-json", |
769 "/path/to/tmp/json", | 742 "/path/to/tmp/json", |
770 "--isolate-server", | 743 "--isolate-server", |
771 "https://isolateserver.appspot.com", | 744 "https://isolateserver.appspot.com", |
772 "--verbose", | 745 "--verbose", |
773 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 746 "[CWD]/swarming_temp_dir/test_skia.isolated.gen.json" |
774 ], | 747 ], |
775 "cwd": "[SLAVE_BUILD]", | |
776 "name": "isolate tests (3)", | 748 "name": "isolate tests (3)", |
777 "~followup_annotations": [ | 749 "~followup_annotations": [ |
778 "@@@STEP_LOG_LINE@json.output@{@@@", | 750 "@@@STEP_LOG_LINE@json.output@{@@@", |
779 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 751 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
780 "@@@STEP_LOG_LINE@json.output@}@@@", | 752 "@@@STEP_LOG_LINE@json.output@}@@@", |
781 "@@@STEP_LOG_END@json.output@@@", | 753 "@@@STEP_LOG_END@json.output@@@", |
782 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 754 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
783 ] | 755 ] |
784 }, | 756 }, |
785 { | 757 { |
786 "cmd": [ | 758 "cmd": [ |
787 "python", | 759 "python", |
788 "-u", | 760 "-u", |
789 "\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", | 761 "\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", |
790 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", | 762 "[CWD]/swarming_temp_dir/skia-task-test_skia.isolated", |
791 "[dummy hash for isolate_recipes]", | 763 "[dummy hash for isolate_recipes]", |
792 "abc123" | 764 "abc123" |
793 ], | 765 ], |
794 "cwd": "[SLAVE_BUILD]", | |
795 "name": "add_isolated_input (2)", | 766 "name": "add_isolated_input (2)", |
796 "~followup_annotations": [ | 767 "~followup_annotations": [ |
797 "@@@STEP_LOG_LINE@python.inline@@@@", | 768 "@@@STEP_LOG_LINE@python.inline@@@@", |
798 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 769 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
799 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 770 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
800 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 771 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
801 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 772 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
802 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 773 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
803 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 774 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
804 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 775 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
805 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 776 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
806 "@@@STEP_LOG_END@python.inline@@@" | 777 "@@@STEP_LOG_END@python.inline@@@" |
807 ] | 778 ] |
808 }, | 779 }, |
809 { | 780 { |
810 "cmd": [ | 781 "cmd": [ |
811 "python", | 782 "python", |
812 "-u", | 783 "-u", |
813 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 784 "[CWD]/swarming.client/isolateserver.py", |
814 "archive", | 785 "archive", |
815 "--isolate-server", | 786 "--isolate-server", |
816 "https://isolateserver.appspot.com", | 787 "https://isolateserver.appspot.com", |
817 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated" | 788 "[CWD]/swarming_temp_dir/skia-task-test_skia.isolated" |
818 ], | 789 ], |
819 "cwd": "[SLAVE_BUILD]", | |
820 "name": "upload new .isolated file for test_skia", | 790 "name": "upload new .isolated file for test_skia", |
821 "stdout": "/path/to/tmp/" | 791 "stdout": "/path/to/tmp/" |
822 }, | 792 }, |
823 { | 793 { |
824 "cmd": [ | 794 "cmd": [ |
825 "python", | 795 "python", |
826 "-u", | 796 "-u", |
827 "[SLAVE_BUILD]/swarming.client/swarming.py", | 797 "[CWD]/swarming.client/swarming.py", |
828 "trigger", | 798 "trigger", |
829 "--swarming", | 799 "--swarming", |
830 "https://chromium-swarm.appspot.com", | 800 "https://chromium-swarm.appspot.com", |
831 "--isolate-server", | 801 "--isolate-server", |
832 "https://isolateserver.appspot.com", | 802 "https://isolateserver.appspot.com", |
833 "--priority", | 803 "--priority", |
834 "90", | 804 "90", |
835 "--shards", | 805 "--shards", |
836 "1", | 806 "1", |
837 "--task-name", | 807 "--task-name", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
875 "../../..", | 845 "../../..", |
876 "skia/swarm_test", | 846 "skia/swarm_test", |
877 "buildername=Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", | 847 "buildername=Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", |
878 "mastername=client.skia.fyi", | 848 "mastername=client.skia.fyi", |
879 "buildnumber=5", | 849 "buildnumber=5", |
880 "slavename=skiabot-linux-housekeeper-003", | 850 "slavename=skiabot-linux-housekeeper-003", |
881 "reason=Triggered by Skia swarm_trigger Recipe", | 851 "reason=Triggered by Skia swarm_trigger Recipe", |
882 "swarm_out_dir=${ISOLATED_OUTDIR}", | 852 "swarm_out_dir=${ISOLATED_OUTDIR}", |
883 "revision=164710" | 853 "revision=164710" |
884 ], | 854 ], |
885 "cwd": "[SLAVE_BUILD]", | |
886 "name": "[trigger] test_skia on ChromeOS", | 855 "name": "[trigger] test_skia on ChromeOS", |
887 "~followup_annotations": [ | 856 "~followup_annotations": [ |
888 "@@@STEP_LOG_LINE@json.output@{@@@", | 857 "@@@STEP_LOG_LINE@json.output@{@@@", |
889 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/ChromeOS/d
ef456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5\", @@@", | 858 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/ChromeOS/d
ef456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5\", @@@", |
890 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 859 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
891 "@@@STEP_LOG_LINE@json.output@ \"test_skia/ChromeOS/def456/Test-ChromeO
S-GCC-Link-CPU-AVX-x86_64-Debug/5\": {@@@", | 860 "@@@STEP_LOG_LINE@json.output@ \"test_skia/ChromeOS/def456/Test-ChromeO
S-GCC-Link-CPU-AVX-x86_64-Debug/5\": {@@@", |
892 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 861 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
893 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 862 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
894 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 863 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
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_LINE@json.output@}@@@", | 866 "@@@STEP_LOG_LINE@json.output@}@@@", |
898 "@@@STEP_LOG_END@json.output@@@", | 867 "@@@STEP_LOG_END@json.output@@@", |
899 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 868 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
900 ] | 869 ] |
901 }, | 870 }, |
902 { | 871 { |
903 "cmd": [ | 872 "cmd": [ |
904 "python", | 873 "python", |
905 "-u", | 874 "-u", |
906 "\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", | 875 "\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", |
907 "[SLAVE_BUILD]/swarming_temp_dir", | 876 "[CWD]/swarming_temp_dir", |
908 "511" | 877 "511" |
909 ], | 878 ], |
910 "cwd": "[SLAVE_BUILD]", | |
911 "name": "makedirs swarming tmp dir (4)", | 879 "name": "makedirs swarming tmp dir (4)", |
912 "~followup_annotations": [ | 880 "~followup_annotations": [ |
913 "@@@STEP_LOG_LINE@python.inline@@@@", | 881 "@@@STEP_LOG_LINE@python.inline@@@@", |
914 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 882 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
915 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 883 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
916 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 884 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
917 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 885 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
918 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 886 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
919 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 887 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
920 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 888 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
921 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 889 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
922 "@@@STEP_LOG_END@python.inline@@@" | 890 "@@@STEP_LOG_END@python.inline@@@" |
923 ] | 891 ] |
924 }, | 892 }, |
925 { | 893 { |
926 "cmd": [ | 894 "cmd": [ |
927 "python", | 895 "python", |
928 "-u", | 896 "-u", |
929 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 897 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
930 "{\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 \"ChromeOS\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--bla
cklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORKD
IR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"B
UILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"
version\": 1\n}", | 898 "{\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 \"ChromeOS\", \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 \"[ROO
T]/b/build\"\n ], \n \"dir\": \"[CWD]\", \n \"version\": 1\n}", |
931 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 899 "[CWD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
932 ], | 900 ], |
933 "cwd": "[SLAVE_BUILD]", | |
934 "name": "Write perf_skia.isolated.gen.json" | 901 "name": "Write perf_skia.isolated.gen.json" |
935 }, | 902 }, |
936 { | 903 { |
937 "cmd": [ | 904 "cmd": [ |
938 "python", | 905 "python", |
939 "-u", | 906 "-u", |
940 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 907 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
941 "[SLAVE_BUILD]/swarming.client", | 908 "[CWD]/swarming.client", |
942 "batcharchive", | 909 "batcharchive", |
943 "--dump-json", | 910 "--dump-json", |
944 "/path/to/tmp/json", | 911 "/path/to/tmp/json", |
945 "--isolate-server", | 912 "--isolate-server", |
946 "https://isolateserver.appspot.com", | 913 "https://isolateserver.appspot.com", |
947 "--verbose", | 914 "--verbose", |
948 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 915 "[CWD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
949 ], | 916 ], |
950 "cwd": "[SLAVE_BUILD]", | |
951 "name": "isolate tests (4)", | 917 "name": "isolate tests (4)", |
952 "~followup_annotations": [ | 918 "~followup_annotations": [ |
953 "@@@STEP_LOG_LINE@json.output@{@@@", | 919 "@@@STEP_LOG_LINE@json.output@{@@@", |
954 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", | 920 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", |
955 "@@@STEP_LOG_LINE@json.output@}@@@", | 921 "@@@STEP_LOG_LINE@json.output@}@@@", |
956 "@@@STEP_LOG_END@json.output@@@", | 922 "@@@STEP_LOG_END@json.output@@@", |
957 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" | 923 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" |
958 ] | 924 ] |
959 }, | 925 }, |
960 { | 926 { |
961 "cmd": [ | 927 "cmd": [ |
962 "python", | 928 "python", |
963 "-u", | 929 "-u", |
964 "\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", | 930 "\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", |
965 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", | 931 "[CWD]/swarming_temp_dir/skia-task-perf_skia.isolated", |
966 "[dummy hash for isolate_recipes]", | 932 "[dummy hash for isolate_recipes]", |
967 "abc123" | 933 "abc123" |
968 ], | 934 ], |
969 "cwd": "[SLAVE_BUILD]", | |
970 "name": "add_isolated_input (3)", | 935 "name": "add_isolated_input (3)", |
971 "~followup_annotations": [ | 936 "~followup_annotations": [ |
972 "@@@STEP_LOG_LINE@python.inline@@@@", | 937 "@@@STEP_LOG_LINE@python.inline@@@@", |
973 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 938 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
974 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 939 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
975 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 940 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
976 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 941 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
977 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 942 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
978 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 943 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
979 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 944 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
980 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 945 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
981 "@@@STEP_LOG_END@python.inline@@@" | 946 "@@@STEP_LOG_END@python.inline@@@" |
982 ] | 947 ] |
983 }, | 948 }, |
984 { | 949 { |
985 "cmd": [ | 950 "cmd": [ |
986 "python", | 951 "python", |
987 "-u", | 952 "-u", |
988 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 953 "[CWD]/swarming.client/isolateserver.py", |
989 "archive", | 954 "archive", |
990 "--isolate-server", | 955 "--isolate-server", |
991 "https://isolateserver.appspot.com", | 956 "https://isolateserver.appspot.com", |
992 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated" | 957 "[CWD]/swarming_temp_dir/skia-task-perf_skia.isolated" |
993 ], | 958 ], |
994 "cwd": "[SLAVE_BUILD]", | |
995 "name": "upload new .isolated file for perf_skia", | 959 "name": "upload new .isolated file for perf_skia", |
996 "stdout": "/path/to/tmp/" | 960 "stdout": "/path/to/tmp/" |
997 }, | 961 }, |
998 { | 962 { |
999 "cmd": [ | 963 "cmd": [ |
1000 "python", | 964 "python", |
1001 "-u", | 965 "-u", |
1002 "[SLAVE_BUILD]/swarming.client/swarming.py", | 966 "[CWD]/swarming.client/swarming.py", |
1003 "trigger", | 967 "trigger", |
1004 "--swarming", | 968 "--swarming", |
1005 "https://chromium-swarm.appspot.com", | 969 "https://chromium-swarm.appspot.com", |
1006 "--isolate-server", | 970 "--isolate-server", |
1007 "https://isolateserver.appspot.com", | 971 "https://isolateserver.appspot.com", |
1008 "--priority", | 972 "--priority", |
1009 "90", | 973 "90", |
1010 "--shards", | 974 "--shards", |
1011 "1", | 975 "1", |
1012 "--task-name", | 976 "--task-name", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1050 "../../..", | 1014 "../../..", |
1051 "skia/swarm_perf", | 1015 "skia/swarm_perf", |
1052 "buildername=Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", | 1016 "buildername=Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", |
1053 "mastername=client.skia.fyi", | 1017 "mastername=client.skia.fyi", |
1054 "buildnumber=5", | 1018 "buildnumber=5", |
1055 "slavename=skiabot-linux-housekeeper-003", | 1019 "slavename=skiabot-linux-housekeeper-003", |
1056 "reason=Triggered by Skia swarm_trigger Recipe", | 1020 "reason=Triggered by Skia swarm_trigger Recipe", |
1057 "swarm_out_dir=${ISOLATED_OUTDIR}", | 1021 "swarm_out_dir=${ISOLATED_OUTDIR}", |
1058 "revision=164710" | 1022 "revision=164710" |
1059 ], | 1023 ], |
1060 "cwd": "[SLAVE_BUILD]", | |
1061 "name": "[trigger] perf_skia on ChromeOS", | 1024 "name": "[trigger] perf_skia on ChromeOS", |
1062 "~followup_annotations": [ | 1025 "~followup_annotations": [ |
1063 "@@@STEP_LOG_LINE@json.output@{@@@", | 1026 "@@@STEP_LOG_LINE@json.output@{@@@", |
1064 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/ChromeOS/d
ef456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5\", @@@", | 1027 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/ChromeOS/d
ef456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5\", @@@", |
1065 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1028 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
1066 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/ChromeOS/def456/Test-ChromeO
S-GCC-Link-CPU-AVX-x86_64-Debug/5\": {@@@", | 1029 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/ChromeOS/def456/Test-ChromeO
S-GCC-Link-CPU-AVX-x86_64-Debug/5\": {@@@", |
1067 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1030 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
1068 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1031 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
1069 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1032 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
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_LINE@json.output@}@@@", | 1035 "@@@STEP_LOG_LINE@json.output@}@@@", |
1073 "@@@STEP_LOG_END@json.output@@@", | 1036 "@@@STEP_LOG_END@json.output@@@", |
1074 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1037 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
1075 ] | 1038 ] |
1076 }, | 1039 }, |
1077 { | 1040 { |
1078 "cmd": [ | 1041 "cmd": [ |
1079 "python", | 1042 "python", |
1080 "-u", | 1043 "-u", |
1081 "\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", | 1044 "\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", |
1082 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 1045 "[CWD]/swarming_temp_dir/outputs/test_skia" |
1083 ], | 1046 ], |
1084 "cwd": "[SLAVE_BUILD]", | |
1085 "name": "rmtree results_dir", | 1047 "name": "rmtree results_dir", |
1086 "~followup_annotations": [ | 1048 "~followup_annotations": [ |
1087 "@@@STEP_LOG_LINE@python.inline@@@@", | 1049 "@@@STEP_LOG_LINE@python.inline@@@@", |
1088 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1050 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
1089 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1051 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
1090 "@@@STEP_LOG_LINE@python.inline@@@@", | 1052 "@@@STEP_LOG_LINE@python.inline@@@@", |
1091 "@@@STEP_LOG_LINE@python.inline@@@@", | 1053 "@@@STEP_LOG_LINE@python.inline@@@@", |
1092 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1054 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
1093 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1055 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
1094 "@@@STEP_LOG_END@python.inline@@@" | 1056 "@@@STEP_LOG_END@python.inline@@@" |
1095 ] | 1057 ] |
1096 }, | 1058 }, |
1097 { | 1059 { |
1098 "cmd": [ | 1060 "cmd": [ |
1099 "python", | 1061 "python", |
1100 "-u", | 1062 "-u", |
1101 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1063 "[CWD]/swarming.client/swarming.py", |
1102 "collect", | 1064 "collect", |
1103 "--swarming", | 1065 "--swarming", |
1104 "https://chromium-swarm.appspot.com", | 1066 "https://chromium-swarm.appspot.com", |
1105 "--decorate", | 1067 "--decorate", |
1106 "--print-status-updates", | 1068 "--print-status-updates", |
1107 "--shards", | 1069 "--shards", |
1108 "1", | 1070 "1", |
1109 "test_skia/ChromeOS/def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5", | 1071 "test_skia/ChromeOS/def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5", |
1110 "--task-summary-json", | 1072 "--task-summary-json", |
1111 "/path/to/tmp/json", | 1073 "/path/to/tmp/json", |
1112 "--task-output-dir", | 1074 "--task-output-dir", |
1113 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 1075 "[CWD]/swarming_temp_dir/outputs/test_skia" |
1114 ], | 1076 ], |
1115 "cwd": "[SLAVE_BUILD]", | |
1116 "name": "test_skia on ChromeOS", | 1077 "name": "test_skia on ChromeOS", |
1117 "~followup_annotations": [ | 1078 "~followup_annotations": [ |
1118 "@@@STEP_TEXT@swarming pending 71s@@@", | 1079 "@@@STEP_TEXT@swarming pending 71s@@@", |
1119 "@@@STEP_LOG_LINE@json.output@{@@@", | 1080 "@@@STEP_LOG_LINE@json.output@{@@@", |
1120 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1081 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1121 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1082 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1122 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1083 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1123 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1084 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1124 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1085 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1125 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1086 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 29 matching lines...) Expand all Loading... |
1155 "@@@STEP_LOG_LINE@json.output@}@@@", | 1116 "@@@STEP_LOG_LINE@json.output@}@@@", |
1156 "@@@STEP_LOG_END@json.output@@@", | 1117 "@@@STEP_LOG_END@json.output@@@", |
1157 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1118 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1158 ] | 1119 ] |
1159 }, | 1120 }, |
1160 { | 1121 { |
1161 "cmd": [ | 1122 "cmd": [ |
1162 "python", | 1123 "python", |
1163 "-u", | 1124 "-u", |
1164 "\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", | 1125 "\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", |
1165 "[SLAVE_BUILD]/dm" | 1126 "[CWD]/dm" |
1166 ], | 1127 ], |
1167 "cwd": "[SLAVE_BUILD]", | |
1168 "name": "rmtree dm_dir", | 1128 "name": "rmtree dm_dir", |
1169 "~followup_annotations": [ | 1129 "~followup_annotations": [ |
1170 "@@@STEP_LOG_LINE@python.inline@@@@", | 1130 "@@@STEP_LOG_LINE@python.inline@@@@", |
1171 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1131 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
1172 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1132 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
1173 "@@@STEP_LOG_LINE@python.inline@@@@", | 1133 "@@@STEP_LOG_LINE@python.inline@@@@", |
1174 "@@@STEP_LOG_LINE@python.inline@@@@", | 1134 "@@@STEP_LOG_LINE@python.inline@@@@", |
1175 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1135 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
1176 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1136 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
1177 "@@@STEP_LOG_END@python.inline@@@" | 1137 "@@@STEP_LOG_END@python.inline@@@" |
1178 ] | 1138 ] |
1179 }, | 1139 }, |
1180 { | 1140 { |
1181 "cmd": [ | 1141 "cmd": [ |
1182 "python", | 1142 "python", |
1183 "-u", | 1143 "-u", |
1184 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 1144 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
1185 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm", | 1145 "[CWD]/swarming_temp_dir/outputs/test_skia/0/dm", |
1186 "[SLAVE_BUILD]/dm", | 1146 "[CWD]/dm", |
1187 "0" | 1147 "0" |
1188 ], | 1148 ], |
1189 "cwd": "[SLAVE_BUILD]", | |
1190 "name": "dm_dir" | 1149 "name": "dm_dir" |
1191 }, | 1150 }, |
1192 { | 1151 { |
1193 "cmd": [ | 1152 "cmd": [ |
1194 "python", | 1153 "python", |
1195 "-u", | 1154 "-u", |
1196 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", | 1155 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", |
1197 "[SLAVE_BUILD]/dm", | 1156 "[CWD]/dm", |
1198 "164710", | 1157 "164710", |
1199 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", | 1158 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", |
1200 "5", | 1159 "5", |
1201 "", | 1160 "", |
1202 "[SLAVE_BUILD]/skia/common/py/utils" | 1161 "[CWD]/skia/common/py/utils" |
1203 ], | 1162 ], |
1204 "cwd": "[SLAVE_BUILD]/skia", | 1163 "cwd": "[CWD]/skia", |
1205 "env": { | 1164 "env": { |
1206 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 1165 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
1207 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1166 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1208 }, | 1167 }, |
1209 "name": "Upload DM Results" | 1168 "name": "Upload DM Results" |
1210 }, | 1169 }, |
1211 { | 1170 { |
1212 "cmd": [ | 1171 "cmd": [ |
1213 "python", | 1172 "python", |
1214 "-u", | 1173 "-u", |
1215 "\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", | 1174 "\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", |
1216 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" | 1175 "[CWD]/swarming_temp_dir/outputs/perf_skia" |
1217 ], | 1176 ], |
1218 "cwd": "[SLAVE_BUILD]", | |
1219 "name": "rmtree results_dir (2)", | 1177 "name": "rmtree results_dir (2)", |
1220 "~followup_annotations": [ | 1178 "~followup_annotations": [ |
1221 "@@@STEP_LOG_LINE@python.inline@@@@", | 1179 "@@@STEP_LOG_LINE@python.inline@@@@", |
1222 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1180 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
1223 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1181 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
1224 "@@@STEP_LOG_LINE@python.inline@@@@", | 1182 "@@@STEP_LOG_LINE@python.inline@@@@", |
1225 "@@@STEP_LOG_LINE@python.inline@@@@", | 1183 "@@@STEP_LOG_LINE@python.inline@@@@", |
1226 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1184 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
1227 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1185 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
1228 "@@@STEP_LOG_END@python.inline@@@" | 1186 "@@@STEP_LOG_END@python.inline@@@" |
1229 ] | 1187 ] |
1230 }, | 1188 }, |
1231 { | 1189 { |
1232 "cmd": [ | 1190 "cmd": [ |
1233 "python", | 1191 "python", |
1234 "-u", | 1192 "-u", |
1235 "[SLAVE_BUILD]/swarming.client/swarming.py", | 1193 "[CWD]/swarming.client/swarming.py", |
1236 "collect", | 1194 "collect", |
1237 "--swarming", | 1195 "--swarming", |
1238 "https://chromium-swarm.appspot.com", | 1196 "https://chromium-swarm.appspot.com", |
1239 "--decorate", | 1197 "--decorate", |
1240 "--print-status-updates", | 1198 "--print-status-updates", |
1241 "--shards", | 1199 "--shards", |
1242 "1", | 1200 "1", |
1243 "perf_skia/ChromeOS/def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5", | 1201 "perf_skia/ChromeOS/def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5", |
1244 "--task-summary-json", | 1202 "--task-summary-json", |
1245 "/path/to/tmp/json", | 1203 "/path/to/tmp/json", |
1246 "--task-output-dir", | 1204 "--task-output-dir", |
1247 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" | 1205 "[CWD]/swarming_temp_dir/outputs/perf_skia" |
1248 ], | 1206 ], |
1249 "cwd": "[SLAVE_BUILD]", | |
1250 "name": "perf_skia on ChromeOS", | 1207 "name": "perf_skia on ChromeOS", |
1251 "~followup_annotations": [ | 1208 "~followup_annotations": [ |
1252 "@@@STEP_TEXT@swarming pending 71s@@@", | 1209 "@@@STEP_TEXT@swarming pending 71s@@@", |
1253 "@@@STEP_LOG_LINE@json.output@{@@@", | 1210 "@@@STEP_LOG_LINE@json.output@{@@@", |
1254 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1211 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
1255 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1212 "@@@STEP_LOG_LINE@json.output@ {@@@", |
1256 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1213 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
1257 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1214 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
1258 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1215 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
1259 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1216 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
1290 "@@@STEP_LOG_END@json.output@@@", | 1247 "@@@STEP_LOG_END@json.output@@@", |
1291 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1248 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1292 ] | 1249 ] |
1293 }, | 1250 }, |
1294 { | 1251 { |
1295 "name": "$result", | 1252 "name": "$result", |
1296 "recipe_result": null, | 1253 "recipe_result": null, |
1297 "status_code": 0 | 1254 "status_code": 0 |
1298 } | 1255 } |
1299 ] | 1256 ] |
OLD | NEW |