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-Win8-MSVC-x86_64-Release-Swarming" | 92 "Build-Win8-MSVC-x86_64-Release-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\": \"MSVC\", @@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"MSVC\", @@@", |
105 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | 103 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
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 shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 368 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
382 "[SLAVE_BUILD]/skia/infra/bots/win_toolchain_hash.json", | 369 "[CWD]/skia/infra/bots/win_toolchain_hash.json", |
383 "/path/to/tmp/" | 370 "/path/to/tmp/" |
384 ], | 371 ], |
385 "cwd": "[SLAVE_BUILD]", | |
386 "name": "Read win_toolchain_hash.json" | 372 "name": "Read win_toolchain_hash.json" |
387 }, | 373 }, |
388 { | 374 { |
389 "cmd": [ | 375 "cmd": [ |
390 "python", | 376 "python", |
391 "-u", | 377 "-u", |
392 "\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", | 378 "\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", |
393 "[SLAVE_BUILD]/swarming_temp_dir", | 379 "[CWD]/swarming_temp_dir", |
394 "511" | 380 "511" |
395 ], | 381 ], |
396 "cwd": "[SLAVE_BUILD]", | |
397 "name": "makedirs swarming tmp dir (2)", | 382 "name": "makedirs swarming tmp dir (2)", |
398 "~followup_annotations": [ | 383 "~followup_annotations": [ |
399 "@@@STEP_LOG_LINE@python.inline@@@@", | 384 "@@@STEP_LOG_LINE@python.inline@@@@", |
400 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 385 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
401 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 386 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
402 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 387 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
403 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 388 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
404 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 389 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
405 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 390 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
406 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 391 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
407 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 392 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
408 "@@@STEP_LOG_END@python.inline@@@" | 393 "@@@STEP_LOG_END@python.inline@@@" |
409 ] | 394 ] |
410 }, | 395 }, |
411 { | 396 { |
412 "cmd": [ | 397 "cmd": [ |
413 "python", | 398 "python", |
414 "-u", | 399 "-u", |
415 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 400 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
416 "{\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 \"Windows\", \n \"--blacklist\"
, \n \".git\", \n \"--blacklist\", \n \"out\", \n \"
--blacklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"
WORKDIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n
\"BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n
\"version\": 1\n}", | 401 "{\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 \"Windows\", \n \"--blacklist\", \n \".g
it\", \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}", |
417 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 402 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
418 ], | 403 ], |
419 "cwd": "[SLAVE_BUILD]", | |
420 "name": "Write compile_skia.isolated.gen.json" | 404 "name": "Write compile_skia.isolated.gen.json" |
421 }, | 405 }, |
422 { | 406 { |
423 "cmd": [ | 407 "cmd": [ |
424 "python", | 408 "python", |
425 "-u", | 409 "-u", |
426 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 410 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
427 "[SLAVE_BUILD]/swarming.client", | 411 "[CWD]/swarming.client", |
428 "batcharchive", | 412 "batcharchive", |
429 "--dump-json", | 413 "--dump-json", |
430 "/path/to/tmp/json", | 414 "/path/to/tmp/json", |
431 "--isolate-server", | 415 "--isolate-server", |
432 "https://isolateserver.appspot.com", | 416 "https://isolateserver.appspot.com", |
433 "--verbose", | 417 "--verbose", |
434 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 418 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
435 ], | 419 ], |
436 "cwd": "[SLAVE_BUILD]", | |
437 "name": "isolate tests (2)", | 420 "name": "isolate tests (2)", |
438 "~followup_annotations": [ | 421 "~followup_annotations": [ |
439 "@@@STEP_LOG_LINE@json.output@{@@@", | 422 "@@@STEP_LOG_LINE@json.output@{@@@", |
440 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 423 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
441 "@@@STEP_LOG_LINE@json.output@}@@@", | 424 "@@@STEP_LOG_LINE@json.output@}@@@", |
442 "@@@STEP_LOG_END@json.output@@@", | 425 "@@@STEP_LOG_END@json.output@@@", |
443 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 426 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
444 ] | 427 ] |
445 }, | 428 }, |
446 { | 429 { |
447 "cmd": [ | 430 "cmd": [ |
448 "python", | 431 "python", |
449 "-u", | 432 "-u", |
450 "\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", | 433 "\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", |
451 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 434 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
452 "[dummy hash for isolate_recipes]", | 435 "[dummy hash for isolate_recipes]", |
453 "705384d88f80da637eb367e5acc6f315c0e1db2f" | 436 "705384d88f80da637eb367e5acc6f315c0e1db2f" |
454 ], | 437 ], |
455 "cwd": "[SLAVE_BUILD]", | |
456 "name": "add_isolated_input", | 438 "name": "add_isolated_input", |
457 "~followup_annotations": [ | 439 "~followup_annotations": [ |
458 "@@@STEP_LOG_LINE@python.inline@@@@", | 440 "@@@STEP_LOG_LINE@python.inline@@@@", |
459 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 441 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
460 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 442 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
461 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 443 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
462 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 444 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
463 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 445 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
464 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 446 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
465 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 447 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
466 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 448 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
467 "@@@STEP_LOG_END@python.inline@@@" | 449 "@@@STEP_LOG_END@python.inline@@@" |
468 ] | 450 ] |
469 }, | 451 }, |
470 { | 452 { |
471 "cmd": [ | 453 "cmd": [ |
472 "python", | 454 "python", |
473 "-u", | 455 "-u", |
474 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 456 "[CWD]/swarming.client/isolateserver.py", |
475 "archive", | 457 "archive", |
476 "--isolate-server", | 458 "--isolate-server", |
477 "https://isolateserver.appspot.com", | 459 "https://isolateserver.appspot.com", |
478 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated" | 460 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated" |
479 ], | 461 ], |
480 "cwd": "[SLAVE_BUILD]", | |
481 "name": "upload new .isolated file for compile_skia", | 462 "name": "upload new .isolated file for compile_skia", |
482 "stdout": "/path/to/tmp/" | 463 "stdout": "/path/to/tmp/" |
483 }, | 464 }, |
484 { | 465 { |
485 "cmd": [ | 466 "cmd": [ |
486 "python", | 467 "python", |
487 "-u", | 468 "-u", |
488 "[SLAVE_BUILD]/swarming.client/swarming.py", | 469 "[CWD]/swarming.client/swarming.py", |
489 "trigger", | 470 "trigger", |
490 "--swarming", | 471 "--swarming", |
491 "https://chromium-swarm.appspot.com", | 472 "https://chromium-swarm.appspot.com", |
492 "--isolate-server", | 473 "--isolate-server", |
493 "https://isolateserver.appspot.com", | 474 "https://isolateserver.appspot.com", |
494 "--priority", | 475 "--priority", |
495 "90", | 476 "90", |
496 "--shards", | 477 "--shards", |
497 "1", | 478 "1", |
498 "--task-name", | 479 "--task-name", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 "../../..", | 518 "../../..", |
538 "skia/swarm_compile", | 519 "skia/swarm_compile", |
539 "buildername=Build-Win8-MSVC-x86_64-Release-Swarming", | 520 "buildername=Build-Win8-MSVC-x86_64-Release-Swarming", |
540 "mastername=client.skia.fyi", | 521 "mastername=client.skia.fyi", |
541 "buildnumber=5", | 522 "buildnumber=5", |
542 "slavename=skiabot-linux-housekeeper-003", | 523 "slavename=skiabot-linux-housekeeper-003", |
543 "reason=Triggered by Skia swarm_trigger Recipe", | 524 "reason=Triggered by Skia swarm_trigger Recipe", |
544 "swarm_out_dir=${ISOLATED_OUTDIR}", | 525 "swarm_out_dir=${ISOLATED_OUTDIR}", |
545 "revision=164710" | 526 "revision=164710" |
546 ], | 527 ], |
547 "cwd": "[SLAVE_BUILD]", | |
548 "name": "[trigger] compile_skia on Windows", | 528 "name": "[trigger] compile_skia on Windows", |
549 "~followup_annotations": [ | 529 "~followup_annotations": [ |
550 "@@@STEP_LOG_LINE@json.output@{@@@", | 530 "@@@STEP_LOG_LINE@json.output@{@@@", |
551 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Windows
/def456/Build-Win8-MSVC-x86_64-Release-Swarming/5\", @@@", | 531 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Windows
/def456/Build-Win8-MSVC-x86_64-Release-Swarming/5\", @@@", |
552 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 532 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
553 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Windows/def456/Build-Win8
-MSVC-x86_64-Release-Swarming/5\": {@@@", | 533 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Windows/def456/Build-Win8
-MSVC-x86_64-Release-Swarming/5\": {@@@", |
554 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 534 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
555 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 535 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
556 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 536 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
557 "@@@STEP_LOG_LINE@json.output@ }@@@", | 537 "@@@STEP_LOG_LINE@json.output@ }@@@", |
558 "@@@STEP_LOG_LINE@json.output@ }@@@", | 538 "@@@STEP_LOG_LINE@json.output@ }@@@", |
559 "@@@STEP_LOG_LINE@json.output@}@@@", | 539 "@@@STEP_LOG_LINE@json.output@}@@@", |
560 "@@@STEP_LOG_END@json.output@@@", | 540 "@@@STEP_LOG_END@json.output@@@", |
561 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 541 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
562 ] | 542 ] |
563 }, | 543 }, |
564 { | 544 { |
565 "cmd": [ | 545 "cmd": [ |
566 "python", | 546 "python", |
567 "-u", | 547 "-u", |
568 "[SLAVE_BUILD]/swarming.client/swarming.py", | 548 "[CWD]/swarming.client/swarming.py", |
569 "collect", | 549 "collect", |
570 "--swarming", | 550 "--swarming", |
571 "https://chromium-swarm.appspot.com", | 551 "https://chromium-swarm.appspot.com", |
572 "--decorate", | 552 "--decorate", |
573 "--print-status-updates", | 553 "--print-status-updates", |
574 "--shards", | 554 "--shards", |
575 "1", | 555 "1", |
576 "compile_skia/Windows/def456/Build-Win8-MSVC-x86_64-Release-Swarming/5", | 556 "compile_skia/Windows/def456/Build-Win8-MSVC-x86_64-Release-Swarming/5", |
577 "--task-summary-json", | 557 "--task-summary-json", |
578 "/path/to/tmp/json" | 558 "/path/to/tmp/json" |
579 ], | 559 ], |
580 "cwd": "[SLAVE_BUILD]", | |
581 "name": "compile_skia on Windows", | 560 "name": "compile_skia on Windows", |
582 "~followup_annotations": [ | 561 "~followup_annotations": [ |
583 "@@@STEP_TEXT@swarming pending 71s@@@", | 562 "@@@STEP_TEXT@swarming pending 71s@@@", |
584 "@@@STEP_LOG_LINE@json.output@{@@@", | 563 "@@@STEP_LOG_LINE@json.output@{@@@", |
585 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 564 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
586 "@@@STEP_LOG_LINE@json.output@ {@@@", | 565 "@@@STEP_LOG_LINE@json.output@ {@@@", |
587 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 566 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
588 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 567 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
589 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 568 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
590 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 569 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
(...skipping 30 matching lines...) Expand all Loading... |
621 "@@@STEP_LOG_END@json.output@@@", | 600 "@@@STEP_LOG_END@json.output@@@", |
622 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 601 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
623 ] | 602 ] |
624 }, | 603 }, |
625 { | 604 { |
626 "name": "$result", | 605 "name": "$result", |
627 "recipe_result": null, | 606 "recipe_result": null, |
628 "status_code": 0 | 607 "status_code": 0 |
629 } | 608 } |
630 ] | 609 ] |
OLD | NEW |