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