Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build_test.json

Issue 2247373002: Refactor stages 1, 2 and test_api overhaul. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Addressing all early feedback. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "git",
5 "update-ref",
6 "refs/heads/master",
7 "refs/remotes/origin/master"
8 ],
9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
10 "name": "git update-ref"
11 },
12 {
13 "cmd": [
14 "git",
15 "checkout",
16 "master"
17 ],
18 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
19 "name": "git checkout"
20 },
21 {
22 "cmd": [],
23 "name": "config",
24 "~followup_annotations": [
25 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
26 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@",
27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@",
28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g olo.chromium.org\", @@@",
29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @ @@",
30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@",
31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf /run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@",
32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": null, @@@",
33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\" , @@@",
34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_tests\": \"True\", @@ @",
35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@",
36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@",
37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\", @@@",
38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even t_latency/mean_input_event_latency\", @@@",
39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"lin ux_perf_tester\", @@@",
40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@" ,
41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@",
42 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@",
43 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@",
44 "@@@STEP_LOG_END@Bisect job configuration@@@"
45 ]
46 },
47 {
48 "cmd": [],
49 "name": "Resolving reference range"
50 },
51 {
52 "cmd": [
53 "python",
54 "-u",
55 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
56 "get_numbering",
57 "--params-file",
58 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
59 "--attempts",
60 "3"
61 ],
62 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314017}",
63 "stdout": "/path/to/tmp/json",
64 "~followup_annotations": [
65 "@@@STEP_NEST_LEVEL@1@@@",
66 "@@@STEP_LOG_LINE@json.output@{@@@",
67 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111\"@@@",
68 "@@@STEP_LOG_LINE@json.output@}@@@",
69 "@@@STEP_LOG_END@json.output@@@"
70 ]
71 },
72 {
73 "cmd": [
74 "python",
75 "-u",
76 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
77 "get_numbering",
78 "--params-file",
79 "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
80 "--attempts",
81 "3"
82 ],
83 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314015}",
84 "stdout": "/path/to/tmp/json",
85 "~followup_annotations": [
86 "@@@STEP_NEST_LEVEL@1@@@",
87 "@@@STEP_LOG_LINE@json.output@{@@@",
88 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4 5b0ad64222222\"@@@",
89 "@@@STEP_LOG_LINE@json.output@}@@@",
90 "@@@STEP_LOG_END@json.output@@@"
91 ]
92 },
93 {
94 "cmd": [
95 "python",
96 "-u",
97 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
98 "DEPS",
99 "--commit",
100 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
101 ],
102 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS",
103 "stdout": "/path/to/tmp/",
104 "~followup_annotations": [
105 "@@@STEP_NEST_LEVEL@1@@@",
106 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@",
107 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@",
108 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@",
109 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@"
110 ]
111 },
112 {
113 "cmd": [
114 "python",
115 "-u",
116 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
117 "DEPS",
118 "--commit",
119 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
120 ],
121 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS",
122 "stdout": "/path/to/tmp/",
123 "~followup_annotations": [
124 "@@@STEP_NEST_LEVEL@1@@@",
125 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
126 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@",
127 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
128 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
129 ]
130 },
131 {
132 "cmd": [],
133 "name": "Expanding revision range"
134 },
135 {
136 "cmd": [
137 "python",
138 "-u",
139 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y",
140 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
141 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
142 "https://chromium.googlesource.com/chromium/src"
143 ],
144 "name": "Expanding revision range.for revisions a6298e4afedbf2cd461755ea6f45 b0ad64222222:00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
145 "stdout": "/path/to/tmp/json",
146 "~followup_annotations": [
147 "@@@STEP_NEST_LEVEL@1@@@",
148 "@@@STEP_LOG_LINE@json.output@[@@@",
149 "@@@STEP_LOG_LINE@json.output@ [@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"00316c9ddfb9d7b4e1ed2fff9fe6d964d21111 11\", @@@",
151 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@",
152 "@@@STEP_LOG_LINE@json.output@ ]@@@",
153 "@@@STEP_LOG_LINE@json.output@]@@@",
154 "@@@STEP_LOG_END@json.output@@@"
155 ]
156 },
157 {
158 "cmd": [
159 "python",
160 "-u",
161 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
162 "--",
163 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
164 "----",
165 "ls",
166 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
167 ],
168 "name": "gsutil ls",
169 "~followup_annotations": [
170 "step returned non-zero exit code: 1"
171 ]
172 },
173 {
174 "cmd": [
175 "/opt/infra-tools/buildbucket",
176 "put",
177 "--host",
178 "cr-buildbucket.appspot.com",
179 "--service-account-json",
180 "/creds/service_accounts/service-account-chromium-bisect.json",
181 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"dummy\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect_ builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-per f/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip\\\ ", \\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"a6298e4afedbf2cd46175 5ea6f45b0ad64222222\\\"}}\", \"tags\": [\"builder:linux_perf_bisect_builder\", \ "master:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
182 ],
183 "name": "buildbucket.put",
184 "stdout": "/path/to/tmp/json",
185 "~followup_annotations": [
186 "@@@STEP_LOG_LINE@json.output@{@@@",
187 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@",
188 "@@@STEP_LOG_LINE@json.output@ {@@@",
189 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
190 "@@@STEP_LOG_LINE@json.output@ \"id\": \"1201331270\"@@@",
191 "@@@STEP_LOG_LINE@json.output@ }@@@",
192 "@@@STEP_LOG_LINE@json.output@ }@@@",
193 "@@@STEP_LOG_LINE@json.output@ ]@@@",
194 "@@@STEP_LOG_LINE@json.output@}@@@",
195 "@@@STEP_LOG_END@json.output@@@"
196 ]
197 },
198 {
199 "cmd": [
200 "python",
201 "-u",
202 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
203 "--",
204 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
205 "----",
206 "ls",
207 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
208 ],
209 "name": "gsutil ls (2)",
210 "~followup_annotations": [
211 "step returned non-zero exit code: 1"
212 ]
213 },
214 {
215 "cmd": [
216 "/opt/infra-tools/buildbucket",
217 "put",
218 "--host",
219 "cr-buildbucket.appspot.com",
220 "--service-account-json",
221 "/creds/service_accounts/service-account-chromium-bisect.json",
222 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"dummy\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect_ builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-per f/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip\\\ ", \\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"00316c9ddfb9d7b4e1ed2 fff9fe6d964d2111111\\\"}}\", \"tags\": [\"builder:linux_perf_bisect_builder\", \ "master:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
223 ],
224 "name": "buildbucket.put (2)",
225 "stdout": "/path/to/tmp/json",
226 "~followup_annotations": [
227 "@@@STEP_LOG_LINE@json.output@{@@@",
228 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@",
229 "@@@STEP_LOG_LINE@json.output@ {@@@",
230 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
231 "@@@STEP_LOG_LINE@json.output@ \"id\": \"1201331270\"@@@",
232 "@@@STEP_LOG_LINE@json.output@ }@@@",
233 "@@@STEP_LOG_LINE@json.output@ }@@@",
234 "@@@STEP_LOG_LINE@json.output@ ]@@@",
235 "@@@STEP_LOG_LINE@json.output@}@@@",
236 "@@@STEP_LOG_END@json.output@@@"
237 ]
238 },
239 {
240 "cmd": [
241 "python",
242 "-u",
243 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
244 "--",
245 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
246 "----",
247 "ls",
248 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
249 ],
250 "name": "gsutil ls (3)",
251 "~followup_annotations": [
252 "step returned non-zero exit code: 1"
253 ]
254 },
255 {
256 "cmd": [
257 "/opt/infra-tools/buildbucket",
258 "get",
259 "--host",
260 "cr-buildbucket.appspot.com",
261 "--service-account-json",
262 "/creds/service_accounts/service-account-chromium-bisect.json",
263 "1201331270"
264 ],
265 "name": "buildbucket.get",
266 "stdout": "/path/to/tmp/json",
267 "~followup_annotations": [
268 "@@@STEP_LOG_LINE@json.output@{@@@",
269 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
270 "@@@STEP_LOG_LINE@json.output@ \"result\": \"FAILED\", @@@",
271 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETE\"@@@",
272 "@@@STEP_LOG_LINE@json.output@ }@@@",
273 "@@@STEP_LOG_LINE@json.output@}@@@",
274 "@@@STEP_LOG_END@json.output@@@"
275 ]
276 },
277 {
278 "cmd": [
279 "python",
280 "-u",
281 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
282 ],
283 "name": "sleeping",
284 "~followup_annotations": [
285 "@@@STEP_LOG_LINE@python.inline@@@@",
286 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
287 "@@@STEP_LOG_LINE@python.inline@import time@@@",
288 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
289 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
290 "@@@STEP_LOG_END@python.inline@@@"
291 ]
292 },
293 {
294 "cmd": [
295 "python",
296 "-u",
297 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
298 "--",
299 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
300 "----",
301 "ls",
302 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
303 ],
304 "name": "gsutil ls (4)"
305 },
306 {
307 "cmd": [],
308 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222",
309 "trigger_specs": [
310 {
311 "builder_name": "linux_perf_tester",
312 "properties": {
313 "bisect_config": {
314 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
315 "metric": "mean_input_event_latency/mean_input_event_latency",
316 "repeat_count": 5,
317 "test_type": "perf"
318 },
319 "job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test",
320 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip",
321 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
322 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
323 "revision_ladder": {
324 "chromium": "a6298e4afedbf2cd461755ea6f45b0ad64222222"
325 }
326 }
327 }
328 ]
329 },
330 {
331 "cmd": [
332 "python",
333 "-u",
334 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
335 ],
336 "name": "sleeping (2)",
337 "~followup_annotations": [
338 "@@@STEP_LOG_LINE@python.inline@@@@",
339 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
340 "@@@STEP_LOG_LINE@python.inline@import time@@@",
341 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
342 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
343 "@@@STEP_LOG_END@python.inline@@@"
344 ]
345 },
346 {
347 "cmd": [
348 "python",
349 "-u",
350 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
351 "--",
352 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
353 "----",
354 "ls",
355 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
356 ],
357 "name": "gsutil ls (5)"
358 },
359 {
360 "cmd": [
361 "python",
362 "-u",
363 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
364 "--",
365 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
366 "----",
367 "cat",
368 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
369 ],
370 "name": "gsutil Get test results for build a6298e4afedbf2cd461755ea6f45b0ad6 4222222",
371 "stdout": "/path/to/tmp/"
372 },
373 {
374 "cmd": [
375 "git",
376 "footers",
377 "--position",
378 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
379 ],
380 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
381 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222",
382 "stdout": "/path/to/tmp/",
383 "~followup_annotations": [
384 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_TEST_FAILURE\"]@@@"
385 ]
386 },
387 {
388 "cmd": [
389 "python",
390 "-u",
391 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
392 "--",
393 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
394 "----",
395 "ls",
396 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
397 ],
398 "name": "gsutil ls (6)"
399 },
400 {
401 "cmd": [],
402 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
403 "trigger_specs": [
404 {
405 "builder_name": "linux_perf_tester",
406 "properties": {
407 "bisect_config": {
408 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
409 "metric": "mean_input_event_latency/mean_input_event_latency",
410 "repeat_count": 5,
411 "test_type": "perf"
412 },
413 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test",
414 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip",
415 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
416 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
417 "revision_ladder": {
418 "chromium": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
419 }
420 }
421 }
422 ]
423 },
424 {
425 "cmd": [
426 "python",
427 "-u",
428 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
429 ],
430 "name": "sleeping (3)",
431 "~followup_annotations": [
432 "@@@STEP_LOG_LINE@python.inline@@@@",
433 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
434 "@@@STEP_LOG_LINE@python.inline@import time@@@",
435 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
436 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
437 "@@@STEP_LOG_END@python.inline@@@"
438 ]
439 },
440 {
441 "cmd": [
442 "python",
443 "-u",
444 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
445 "--",
446 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
447 "----",
448 "ls",
449 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
450 ],
451 "name": "gsutil ls (7)"
452 },
453 {
454 "cmd": [
455 "python",
456 "-u",
457 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
458 "--",
459 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
460 "----",
461 "cat",
462 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
463 ],
464 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111",
465 "stdout": "/path/to/tmp/"
466 },
467 {
468 "cmd": [
469 "git",
470 "footers",
471 "--position",
472 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
473 ],
474 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
475 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
476 "stdout": "/path/to/tmp/"
477 },
478 {
479 "name": "$result",
480 "recipe_result": null,
481 "status_code": 0
482 }
483 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698