OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[CWD]/skia", |
11 "name": "git remote set-url" | 11 "name": "git remote set-url" |
12 }, | 12 }, |
13 { | 13 { |
14 "cmd": [ | 14 "cmd": [ |
15 "git", | 15 "git", |
16 "fetch" | 16 "fetch" |
17 ], | 17 ], |
18 "cwd": "[SLAVE_BUILD]/skia", | 18 "cwd": "[CWD]/skia", |
19 "name": "git fetch" | 19 "name": "git fetch" |
20 }, | 20 }, |
21 { | 21 { |
22 "cmd": [ | 22 "cmd": [ |
23 "git", | 23 "git", |
24 "reset", | 24 "reset", |
25 "--hard", | 25 "--hard", |
26 "abc123" | 26 "abc123" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]/skia", | 28 "cwd": "[CWD]/skia", |
29 "name": "git reset" | 29 "name": "git reset" |
30 }, | 30 }, |
31 { | 31 { |
32 "cmd": [ | 32 "cmd": [ |
33 "git", | 33 "git", |
34 "clean", | 34 "clean", |
35 "-d", | 35 "-d", |
36 "-f" | 36 "-f" |
37 ], | 37 ], |
38 "cwd": "[SLAVE_BUILD]/skia", | 38 "cwd": "[CWD]/skia", |
39 "name": "git clean" | 39 "name": "git clean" |
40 }, | 40 }, |
41 { | 41 { |
42 "cmd": [ | 42 "cmd": [ |
43 "python", | 43 "python", |
44 "-u", | 44 "-u", |
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
46 "config", | 46 "config", |
47 "--spec", | 47 "--spec", |
48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" | 48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" |
49 ], | 49 ], |
50 "cwd": "[SLAVE_BUILD]", | |
51 "env": { | 50 "env": { |
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
53 }, | 52 }, |
54 "name": "gclient setup" | 53 "name": "gclient setup" |
55 }, | 54 }, |
56 { | 55 { |
57 "cmd": [ | 56 "cmd": [ |
58 "python", | 57 "python", |
59 "-u", | 58 "-u", |
60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
61 "sync", | 60 "sync", |
62 "--nohooks", | 61 "--nohooks", |
63 "--force", | 62 "--force", |
64 "--verbose", | 63 "--verbose", |
65 "--delete_unversioned_trees", | 64 "--delete_unversioned_trees", |
66 "--revision", | 65 "--revision", |
67 "skia@abc123", | 66 "skia@abc123", |
68 "--output-json", | 67 "--output-json", |
69 "/path/to/tmp/json" | 68 "/path/to/tmp/json" |
70 ], | 69 ], |
71 "cwd": "[SLAVE_BUILD]", | |
72 "env": { | 70 "env": { |
73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
74 }, | 72 }, |
75 "name": "gclient sync", | 73 "name": "gclient sync", |
76 "~followup_annotations": [ | 74 "~followup_annotations": [ |
77 "@@@STEP_LOG_LINE@json.output@{@@@", | 75 "@@@STEP_LOG_LINE@json.output@{@@@", |
78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
81 "@@@STEP_LOG_LINE@json.output@ }@@@", | 79 "@@@STEP_LOG_LINE@json.output@ }@@@", |
82 "@@@STEP_LOG_LINE@json.output@ }@@@", | 80 "@@@STEP_LOG_LINE@json.output@ }@@@", |
83 "@@@STEP_LOG_LINE@json.output@}@@@", | 81 "@@@STEP_LOG_LINE@json.output@}@@@", |
84 "@@@STEP_LOG_END@json.output@@@", | 82 "@@@STEP_LOG_END@json.output@@@", |
85 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 83 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
86 ] | 84 ] |
87 }, | 85 }, |
88 { | 86 { |
89 "cmd": [ | 87 "cmd": [ |
90 "python", | 88 "python", |
91 "-u", | 89 "-u", |
92 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 90 "[CWD]/skia/tools/buildbot_spec.py", |
93 "/path/to/tmp/json", | 91 "/path/to/tmp/json", |
94 "Build-Ubuntu-GCC-x86_64-Debug-Swarming" | 92 "Build-Ubuntu-GCC-x86_64-Debug-Swarming" |
95 ], | 93 ], |
96 "cwd": "[SLAVE_BUILD]/skia", | 94 "cwd": "[CWD]/skia", |
97 "name": "exec buildbot_spec.py", | 95 "name": "exec buildbot_spec.py", |
98 "~followup_annotations": [ | 96 "~followup_annotations": [ |
99 "@@@STEP_LOG_LINE@json.output@{@@@", | 97 "@@@STEP_LOG_LINE@json.output@{@@@", |
100 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 98 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
101 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 99 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
102 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 100 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
103 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 101 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
104 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
105 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 103 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
106 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Swarming\", @@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Swarming\", @@@", |
(...skipping 19 matching lines...) Expand all Loading... |
126 "@@@STEP_LOG_LINE@json.output@}@@@", | 124 "@@@STEP_LOG_LINE@json.output@}@@@", |
127 "@@@STEP_LOG_END@json.output@@@" | 125 "@@@STEP_LOG_END@json.output@@@" |
128 ] | 126 ] |
129 }, | 127 }, |
130 { | 128 { |
131 "cmd": [ | 129 "cmd": [ |
132 "python", | 130 "python", |
133 "-u", | 131 "-u", |
134 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 132 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
135 "--path", | 133 "--path", |
136 "[SLAVE_BUILD]/swarming.client", | 134 "[CWD]/swarming.client", |
137 "--url", | 135 "--url", |
138 "https://chromium.googlesource.com/external/swarming.client.git" | 136 "https://chromium.googlesource.com/external/swarming.client.git" |
139 ], | 137 ], |
140 "cwd": "[SLAVE_BUILD]", | |
141 "name": "git setup (swarming_client)" | 138 "name": "git setup (swarming_client)" |
142 }, | 139 }, |
143 { | 140 { |
144 "cmd": [ | 141 "cmd": [ |
145 "git", | 142 "git", |
146 "retry", | 143 "retry", |
147 "fetch", | 144 "fetch", |
148 "origin", | 145 "origin", |
149 "master" | 146 "master" |
150 ], | 147 ], |
151 "cwd": "[SLAVE_BUILD]/swarming.client", | 148 "cwd": "[CWD]/swarming.client", |
152 "name": "git fetch (swarming_client)" | 149 "name": "git fetch (swarming_client)" |
153 }, | 150 }, |
154 { | 151 { |
155 "cmd": [ | 152 "cmd": [ |
156 "git", | 153 "git", |
157 "checkout", | 154 "checkout", |
158 "-f", | 155 "-f", |
159 "FETCH_HEAD" | 156 "FETCH_HEAD" |
160 ], | 157 ], |
161 "cwd": "[SLAVE_BUILD]/swarming.client", | 158 "cwd": "[CWD]/swarming.client", |
162 "name": "git checkout (swarming_client)" | 159 "name": "git checkout (swarming_client)" |
163 }, | 160 }, |
164 { | 161 { |
165 "cmd": [ | 162 "cmd": [ |
166 "git", | 163 "git", |
167 "rev-parse", | 164 "rev-parse", |
168 "HEAD" | 165 "HEAD" |
169 ], | 166 ], |
170 "cwd": "[SLAVE_BUILD]/swarming.client", | 167 "cwd": "[CWD]/swarming.client", |
171 "name": "read revision", | 168 "name": "read revision", |
172 "stdout": "/path/to/tmp/", | 169 "stdout": "/path/to/tmp/", |
173 "~followup_annotations": [ | 170 "~followup_annotations": [ |
174 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 171 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
175 ] | 172 ] |
176 }, | 173 }, |
177 { | 174 { |
178 "cmd": [ | 175 "cmd": [ |
179 "git", | 176 "git", |
180 "clean", | 177 "clean", |
181 "-f", | 178 "-f", |
182 "-d", | 179 "-d", |
183 "-x" | 180 "-x" |
184 ], | 181 ], |
185 "cwd": "[SLAVE_BUILD]/swarming.client", | 182 "cwd": "[CWD]/swarming.client", |
186 "name": "git clean (swarming_client)" | 183 "name": "git clean (swarming_client)" |
187 }, | 184 }, |
188 { | 185 { |
189 "cmd": [ | 186 "cmd": [ |
190 "git", | 187 "git", |
191 "submodule", | 188 "submodule", |
192 "sync" | 189 "sync" |
193 ], | 190 ], |
194 "cwd": "[SLAVE_BUILD]/swarming.client", | 191 "cwd": "[CWD]/swarming.client", |
195 "name": "submodule sync (swarming_client)" | 192 "name": "submodule sync (swarming_client)" |
196 }, | 193 }, |
197 { | 194 { |
198 "cmd": [ | 195 "cmd": [ |
199 "git", | 196 "git", |
200 "submodule", | 197 "submodule", |
201 "update", | 198 "update", |
202 "--init", | 199 "--init", |
203 "--recursive" | 200 "--recursive" |
204 ], | 201 ], |
205 "cwd": "[SLAVE_BUILD]/swarming.client", | 202 "cwd": "[CWD]/swarming.client", |
206 "name": "submodule update (swarming_client)" | 203 "name": "submodule update (swarming_client)" |
207 }, | 204 }, |
208 { | 205 { |
209 "cmd": [ | 206 "cmd": [ |
210 "python", | 207 "python", |
211 "-u", | 208 "-u", |
212 "[SLAVE_BUILD]/swarming.client/swarming.py", | 209 "[CWD]/swarming.client/swarming.py", |
213 "--version" | 210 "--version" |
214 ], | 211 ], |
215 "cwd": "[SLAVE_BUILD]", | |
216 "name": "swarming.py --version", | 212 "name": "swarming.py --version", |
217 "stdout": "/path/to/tmp/", | 213 "stdout": "/path/to/tmp/", |
218 "~followup_annotations": [ | 214 "~followup_annotations": [ |
219 "@@@STEP_TEXT@0.4.10@@@" | 215 "@@@STEP_TEXT@0.4.10@@@" |
220 ] | 216 ] |
221 }, | 217 }, |
222 { | 218 { |
223 "cmd": [ | 219 "cmd": [ |
224 "download_from_google_storage", | 220 "download_from_google_storage", |
225 "--no_resume", | 221 "--no_resume", |
226 "--platform=linux*", | 222 "--platform=linux*", |
227 "--no_auth", | 223 "--no_auth", |
228 "--bucket", | 224 "--bucket", |
229 "chromium-luci", | 225 "chromium-luci", |
230 "-d", | 226 "-d", |
231 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64" | 227 "[CWD]/skia/infra/bots/tools/luci-go/linux64" |
232 ], | 228 ], |
233 "cwd": "[SLAVE_BUILD]", | |
234 "name": "download luci-go linux" | 229 "name": "download luci-go linux" |
235 }, | 230 }, |
236 { | 231 { |
237 "cmd": [ | 232 "cmd": [ |
238 "download_from_google_storage", | 233 "download_from_google_storage", |
239 "--no_resume", | 234 "--no_resume", |
240 "--platform=darwin", | 235 "--platform=darwin", |
241 "--no_auth", | 236 "--no_auth", |
242 "--bucket", | 237 "--bucket", |
243 "chromium-luci", | 238 "chromium-luci", |
244 "-d", | 239 "-d", |
245 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64" | 240 "[CWD]/skia/infra/bots/tools/luci-go/mac64" |
246 ], | 241 ], |
247 "cwd": "[SLAVE_BUILD]", | |
248 "name": "download luci-go mac" | 242 "name": "download luci-go mac" |
249 }, | 243 }, |
250 { | 244 { |
251 "cmd": [ | 245 "cmd": [ |
252 "download_from_google_storage", | 246 "download_from_google_storage", |
253 "--no_resume", | 247 "--no_resume", |
254 "--platform=win32", | 248 "--platform=win32", |
255 "--no_auth", | 249 "--no_auth", |
256 "--bucket", | 250 "--bucket", |
257 "chromium-luci", | 251 "chromium-luci", |
258 "-d", | 252 "-d", |
259 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64" | 253 "[CWD]/skia/infra/bots/tools/luci-go/win64" |
260 ], | 254 ], |
261 "cwd": "[SLAVE_BUILD]", | |
262 "name": "download luci-go win" | 255 "name": "download luci-go win" |
263 }, | 256 }, |
264 { | 257 { |
265 "cmd": [ | 258 "cmd": [ |
266 "python", | 259 "python", |
267 "-u", | 260 "-u", |
268 "\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", | 261 "\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", |
269 "[SLAVE_BUILD]/luci-go" | 262 "[CWD]/luci-go" |
270 ], | 263 ], |
271 "cwd": "[SLAVE_BUILD]", | |
272 "name": "rmtree Go binary dir", | 264 "name": "rmtree Go binary dir", |
273 "~followup_annotations": [ | 265 "~followup_annotations": [ |
274 "@@@STEP_LOG_LINE@python.inline@@@@", | 266 "@@@STEP_LOG_LINE@python.inline@@@@", |
275 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 267 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
276 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 268 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
277 "@@@STEP_LOG_LINE@python.inline@@@@", | 269 "@@@STEP_LOG_LINE@python.inline@@@@", |
278 "@@@STEP_LOG_LINE@python.inline@@@@", | 270 "@@@STEP_LOG_LINE@python.inline@@@@", |
279 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 271 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
280 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 272 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
281 "@@@STEP_LOG_END@python.inline@@@" | 273 "@@@STEP_LOG_END@python.inline@@@" |
282 ] | 274 ] |
283 }, | 275 }, |
284 { | 276 { |
285 "cmd": [ | 277 "cmd": [ |
286 "python", | 278 "python", |
287 "-u", | 279 "-u", |
288 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 280 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
289 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go", | 281 "[CWD]/skia/infra/bots/tools/luci-go", |
290 "[SLAVE_BUILD]/luci-go", | 282 "[CWD]/luci-go", |
291 "0" | 283 "0" |
292 ], | 284 ], |
293 "cwd": "[SLAVE_BUILD]", | |
294 "name": "Copy Go binary" | 285 "name": "Copy Go binary" |
295 }, | 286 }, |
296 { | 287 { |
297 "cmd": [ | 288 "cmd": [ |
298 "python", | 289 "python", |
299 "-u", | 290 "-u", |
300 "\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", | 291 "\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", |
301 "[BUILD]/third_party/infra", | 292 "[ROOT]/b/build/third_party/infra", |
302 "511" | 293 "511" |
303 ], | 294 ], |
304 "cwd": "[SLAVE_BUILD]", | |
305 "name": "makedirs third_party_infra", | 295 "name": "makedirs third_party_infra", |
306 "~followup_annotations": [ | 296 "~followup_annotations": [ |
307 "@@@STEP_LOG_LINE@python.inline@@@@", | 297 "@@@STEP_LOG_LINE@python.inline@@@@", |
308 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 298 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
309 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 299 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
310 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 300 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
311 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 301 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
312 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 302 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
313 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 303 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
314 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 304 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
315 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 305 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
316 "@@@STEP_LOG_END@python.inline@@@" | 306 "@@@STEP_LOG_END@python.inline@@@" |
317 ] | 307 ] |
318 }, | 308 }, |
319 { | 309 { |
320 "cmd": [ | 310 "cmd": [ |
321 "python", | 311 "python", |
322 "-u", | 312 "-u", |
323 "\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", | 313 "\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", |
324 "[SLAVE_BUILD]/swarming_temp_dir", | 314 "[CWD]/swarming_temp_dir", |
325 "511" | 315 "511" |
326 ], | 316 ], |
327 "cwd": "[SLAVE_BUILD]", | |
328 "name": "makedirs swarming tmp dir", | 317 "name": "makedirs swarming tmp dir", |
329 "~followup_annotations": [ | 318 "~followup_annotations": [ |
330 "@@@STEP_LOG_LINE@python.inline@@@@", | 319 "@@@STEP_LOG_LINE@python.inline@@@@", |
331 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 320 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
332 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 321 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
333 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 322 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
334 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 323 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
335 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 324 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
336 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 325 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
337 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 326 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
338 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 327 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
339 "@@@STEP_LOG_END@python.inline@@@" | 328 "@@@STEP_LOG_END@python.inline@@@" |
340 ] | 329 ] |
341 }, | 330 }, |
342 { | 331 { |
343 "cmd": [ | 332 "cmd": [ |
344 "python", | 333 "python", |
345 "-u", | 334 "-u", |
346 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 335 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
347 "{\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}", | 336 "{\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}", |
348 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 337 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
349 ], | 338 ], |
350 "cwd": "[SLAVE_BUILD]", | |
351 "name": "Write isolate_recipes.isolated.gen.json" | 339 "name": "Write isolate_recipes.isolated.gen.json" |
352 }, | 340 }, |
353 { | 341 { |
354 "cmd": [ | 342 "cmd": [ |
355 "python", | 343 "python", |
356 "-u", | 344 "-u", |
357 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 345 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
358 "[SLAVE_BUILD]/swarming.client", | 346 "[CWD]/swarming.client", |
359 "batcharchive", | 347 "batcharchive", |
360 "--dump-json", | 348 "--dump-json", |
361 "/path/to/tmp/json", | 349 "/path/to/tmp/json", |
362 "--isolate-server", | 350 "--isolate-server", |
363 "https://isolateserver.appspot.com", | 351 "https://isolateserver.appspot.com", |
364 "--verbose", | 352 "--verbose", |
365 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 353 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
366 ], | 354 ], |
367 "cwd": "[SLAVE_BUILD]", | |
368 "name": "isolate tests", | 355 "name": "isolate tests", |
369 "~followup_annotations": [ | 356 "~followup_annotations": [ |
370 "@@@STEP_LOG_LINE@json.output@{@@@", | 357 "@@@STEP_LOG_LINE@json.output@{@@@", |
371 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", | 358 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
372 "@@@STEP_LOG_LINE@json.output@}@@@", | 359 "@@@STEP_LOG_LINE@json.output@}@@@", |
373 "@@@STEP_LOG_END@json.output@@@", | 360 "@@@STEP_LOG_END@json.output@@@", |
374 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 361 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
375 ] | 362 ] |
376 }, | 363 }, |
377 { | 364 { |
378 "cmd": [ | 365 "cmd": [ |
379 "python", | 366 "python", |
380 "-u", | 367 "-u", |
381 "\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", | 368 "\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", |
382 "[SLAVE_BUILD]/swarming_temp_dir", | 369 "[CWD]/swarming_temp_dir", |
383 "511" | 370 "511" |
384 ], | 371 ], |
385 "cwd": "[SLAVE_BUILD]", | |
386 "name": "makedirs swarming tmp dir (2)", | 372 "name": "makedirs swarming tmp dir (2)", |
387 "~followup_annotations": [ | 373 "~followup_annotations": [ |
388 "@@@STEP_LOG_LINE@python.inline@@@@", | 374 "@@@STEP_LOG_LINE@python.inline@@@@", |
389 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 375 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
390 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 376 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
391 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 377 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
392 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 378 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
393 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 379 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
394 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 380 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
395 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 381 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
396 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 382 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
397 "@@@STEP_LOG_END@python.inline@@@" | 383 "@@@STEP_LOG_END@python.inline@@@" |
398 ] | 384 ] |
399 }, | 385 }, |
400 { | 386 { |
401 "cmd": [ | 387 "cmd": [ |
402 "python", | 388 "python", |
403 "-u", | 389 "-u", |
404 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 390 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
405 "{\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}", | 391 "{\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}", |
406 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 392 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
407 ], | 393 ], |
408 "cwd": "[SLAVE_BUILD]", | |
409 "name": "Write compile_skia.isolated.gen.json" | 394 "name": "Write compile_skia.isolated.gen.json" |
410 }, | 395 }, |
411 { | 396 { |
412 "cmd": [ | 397 "cmd": [ |
413 "python", | 398 "python", |
414 "-u", | 399 "-u", |
415 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 400 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
416 "[SLAVE_BUILD]/swarming.client", | 401 "[CWD]/swarming.client", |
417 "batcharchive", | 402 "batcharchive", |
418 "--dump-json", | 403 "--dump-json", |
419 "/path/to/tmp/json", | 404 "/path/to/tmp/json", |
420 "--isolate-server", | 405 "--isolate-server", |
421 "https://isolateserver.appspot.com", | 406 "https://isolateserver.appspot.com", |
422 "--verbose", | 407 "--verbose", |
423 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 408 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
424 ], | 409 ], |
425 "cwd": "[SLAVE_BUILD]", | |
426 "name": "isolate tests (2)", | 410 "name": "isolate tests (2)", |
427 "~followup_annotations": [ | 411 "~followup_annotations": [ |
428 "@@@STEP_LOG_LINE@json.output@{@@@", | 412 "@@@STEP_LOG_LINE@json.output@{@@@", |
429 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 413 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
430 "@@@STEP_LOG_LINE@json.output@}@@@", | 414 "@@@STEP_LOG_LINE@json.output@}@@@", |
431 "@@@STEP_LOG_END@json.output@@@", | 415 "@@@STEP_LOG_END@json.output@@@", |
432 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 416 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
433 ] | 417 ] |
434 }, | 418 }, |
435 { | 419 { |
436 "cmd": [ | 420 "cmd": [ |
437 "python", | 421 "python", |
438 "-u", | 422 "-u", |
439 "\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", | 423 "\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", |
440 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 424 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
441 "[dummy hash for isolate_recipes]" | 425 "[dummy hash for isolate_recipes]" |
442 ], | 426 ], |
443 "cwd": "[SLAVE_BUILD]", | |
444 "name": "add_isolated_input", | 427 "name": "add_isolated_input", |
445 "~followup_annotations": [ | 428 "~followup_annotations": [ |
446 "@@@STEP_LOG_LINE@python.inline@@@@", | 429 "@@@STEP_LOG_LINE@python.inline@@@@", |
447 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 430 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
448 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 431 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
449 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 432 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
450 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 433 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
451 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 434 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
452 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 435 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
453 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 436 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
454 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 437 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
455 "@@@STEP_LOG_END@python.inline@@@" | 438 "@@@STEP_LOG_END@python.inline@@@" |
456 ] | 439 ] |
457 }, | 440 }, |
458 { | 441 { |
459 "cmd": [ | 442 "cmd": [ |
460 "python", | 443 "python", |
461 "-u", | 444 "-u", |
462 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 445 "[CWD]/swarming.client/isolateserver.py", |
463 "archive", | 446 "archive", |
464 "--isolate-server", | 447 "--isolate-server", |
465 "https://isolateserver.appspot.com", | 448 "https://isolateserver.appspot.com", |
466 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated" | 449 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated" |
467 ], | 450 ], |
468 "cwd": "[SLAVE_BUILD]", | |
469 "name": "upload new .isolated file for compile_skia", | 451 "name": "upload new .isolated file for compile_skia", |
470 "stdout": "/path/to/tmp/" | 452 "stdout": "/path/to/tmp/" |
471 }, | 453 }, |
472 { | 454 { |
473 "cmd": [ | 455 "cmd": [ |
474 "python", | 456 "python", |
475 "-u", | 457 "-u", |
476 "[SLAVE_BUILD]/swarming.client/swarming.py", | 458 "[CWD]/swarming.client/swarming.py", |
477 "trigger", | 459 "trigger", |
478 "--swarming", | 460 "--swarming", |
479 "https://chromium-swarm.appspot.com", | 461 "https://chromium-swarm.appspot.com", |
480 "--isolate-server", | 462 "--isolate-server", |
481 "https://isolateserver.appspot.com", | 463 "https://isolateserver.appspot.com", |
482 "--priority", | 464 "--priority", |
483 "90", | 465 "90", |
484 "--shards", | 466 "--shards", |
485 "1", | 467 "1", |
486 "--task-name", | 468 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
525 "../../..", | 507 "../../..", |
526 "skia/swarm_compile", | 508 "skia/swarm_compile", |
527 "buildername=Build-Ubuntu-GCC-x86_64-Debug-Swarming", | 509 "buildername=Build-Ubuntu-GCC-x86_64-Debug-Swarming", |
528 "mastername=client.skia.fyi", | 510 "mastername=client.skia.fyi", |
529 "buildnumber=5", | 511 "buildnumber=5", |
530 "slavename=skiabot-linux-housekeeper-003", | 512 "slavename=skiabot-linux-housekeeper-003", |
531 "reason=Triggered by Skia swarm_trigger Recipe", | 513 "reason=Triggered by Skia swarm_trigger Recipe", |
532 "swarm_out_dir=${ISOLATED_OUTDIR}", | 514 "swarm_out_dir=${ISOLATED_OUTDIR}", |
533 "revision=164710" | 515 "revision=164710" |
534 ], | 516 ], |
535 "cwd": "[SLAVE_BUILD]", | |
536 "name": "[trigger] compile_skia on Ubuntu", | 517 "name": "[trigger] compile_skia on Ubuntu", |
537 "~followup_annotations": [ | 518 "~followup_annotations": [ |
538 "@@@STEP_LOG_LINE@json.output@{@@@", | 519 "@@@STEP_LOG_LINE@json.output@{@@@", |
539 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Build-Ubuntu-GCC-x86_64-Debug-Swarming/5\", @@@", | 520 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Build-Ubuntu-GCC-x86_64-Debug-Swarming/5\", @@@", |
540 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 521 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
541 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Build-Ubunt
u-GCC-x86_64-Debug-Swarming/5\": {@@@", | 522 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Build-Ubunt
u-GCC-x86_64-Debug-Swarming/5\": {@@@", |
542 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 523 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
543 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 524 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
544 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 525 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
545 "@@@STEP_LOG_LINE@json.output@ }@@@", | 526 "@@@STEP_LOG_LINE@json.output@ }@@@", |
546 "@@@STEP_LOG_LINE@json.output@ }@@@", | 527 "@@@STEP_LOG_LINE@json.output@ }@@@", |
547 "@@@STEP_LOG_LINE@json.output@}@@@", | 528 "@@@STEP_LOG_LINE@json.output@}@@@", |
548 "@@@STEP_LOG_END@json.output@@@", | 529 "@@@STEP_LOG_END@json.output@@@", |
549 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 530 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
550 ] | 531 ] |
551 }, | 532 }, |
552 { | 533 { |
553 "cmd": [ | 534 "cmd": [ |
554 "python", | 535 "python", |
555 "-u", | 536 "-u", |
556 "[SLAVE_BUILD]/swarming.client/swarming.py", | 537 "[CWD]/swarming.client/swarming.py", |
557 "collect", | 538 "collect", |
558 "--swarming", | 539 "--swarming", |
559 "https://chromium-swarm.appspot.com", | 540 "https://chromium-swarm.appspot.com", |
560 "--decorate", | 541 "--decorate", |
561 "--print-status-updates", | 542 "--print-status-updates", |
562 "--shards", | 543 "--shards", |
563 "1", | 544 "1", |
564 "compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-x86_64-Debug-Swarming/5", | 545 "compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-x86_64-Debug-Swarming/5", |
565 "--task-summary-json", | 546 "--task-summary-json", |
566 "/path/to/tmp/json" | 547 "/path/to/tmp/json" |
567 ], | 548 ], |
568 "cwd": "[SLAVE_BUILD]", | |
569 "name": "compile_skia on Ubuntu", | 549 "name": "compile_skia on Ubuntu", |
570 "~followup_annotations": [ | 550 "~followup_annotations": [ |
571 "@@@STEP_TEXT@swarming pending 71s@@@", | 551 "@@@STEP_TEXT@swarming pending 71s@@@", |
572 "@@@STEP_LOG_LINE@json.output@{@@@", | 552 "@@@STEP_LOG_LINE@json.output@{@@@", |
573 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 553 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
574 "@@@STEP_LOG_LINE@json.output@ {@@@", | 554 "@@@STEP_LOG_LINE@json.output@ {@@@", |
575 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 555 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
576 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 556 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
577 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 557 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
578 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 558 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
609 "@@@STEP_LOG_END@json.output@@@", | 589 "@@@STEP_LOG_END@json.output@@@", |
610 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 590 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
611 ] | 591 ] |
612 }, | 592 }, |
613 { | 593 { |
614 "name": "$result", | 594 "name": "$result", |
615 "recipe_result": null, | 595 "recipe_result": null, |
616 "status_code": 0 | 596 "status_code": 0 |
617 } | 597 } |
618 ] | 598 ] |
OLD | NEW |