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