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

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: Removing debug prints. Created 4 years, 4 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_END@json.output@@@"
150 ]
151 },
152 {
153 "cmd": [
154 "python",
155 "-u",
156 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
157 "--",
158 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
159 "----",
160 "ls",
161 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
162 ],
163 "name": "gsutil ls",
164 "~followup_annotations": [
165 "step returned non-zero exit code: 1"
166 ]
167 },
168 {
169 "cmd": [
170 "/opt/infra-tools/buildbucket",
171 "put",
172 "--host",
173 "cr-buildbucket.appspot.com",
174 "--service-account-json",
175 "/creds/service_accounts/service-account-chromium-bisect.json",
176 "{\"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\"]}"
177 ],
178 "name": "buildbucket.put",
179 "stdout": "/path/to/tmp/json",
180 "~followup_annotations": [
181 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
182 "@@@STEP_LOG_END@json.output (invalid)@@@"
183 ]
184 },
185 {
186 "cmd": [
187 "python",
188 "-u",
189 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
190 "--",
191 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
192 "----",
193 "ls",
194 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
195 ],
196 "name": "gsutil ls (2)",
197 "~followup_annotations": [
198 "step returned non-zero exit code: 1"
199 ]
200 },
201 {
202 "cmd": [
203 "/opt/infra-tools/buildbucket",
204 "put",
205 "--host",
206 "cr-buildbucket.appspot.com",
207 "--service-account-json",
208 "/creds/service_accounts/service-account-chromium-bisect.json",
209 "{\"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\"]}"
210 ],
211 "name": "buildbucket.put (2)",
212 "stdout": "/path/to/tmp/json",
213 "~followup_annotations": [
214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
215 "@@@STEP_LOG_END@json.output (invalid)@@@"
216 ]
217 },
218 {
219 "cmd": [
220 "python",
221 "-u",
222 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
223 "--",
224 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
225 "----",
226 "ls",
227 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
228 ],
229 "name": "gsutil ls (3)",
230 "~followup_annotations": [
231 "step returned non-zero exit code: 1"
232 ]
233 },
234 {
235 "cmd": [
236 "python",
237 "-u",
238 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
239 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder?as_text=1",
240 "--outfile",
241 "/path/to/tmp/"
242 ],
243 "name": "fetch builder state"
244 },
245 {
246 "cmd": [
247 "python",
248 "-u",
249 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
250 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder/builds/2106?as_text=1",
251 "--outfile",
252 "/path/to/tmp/"
253 ],
254 "name": "fetch build details"
255 },
256 {
257 "cmd": [
258 "python",
259 "-u",
260 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
261 "--",
262 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
263 "----",
264 "ls",
265 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
266 ],
267 "name": "gsutil ls (4)"
268 },
269 {
270 "cmd": [],
271 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
272 "trigger_specs": [
273 {
274 "builder_name": "linux_perf_tester",
275 "properties": {
276 "bisect_config": {
277 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
278 "metric": "mean_input_event_latency/mean_input_event_latency",
279 "repeat_count": 5,
280 "test_type": "perf"
281 },
282 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test",
283 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip",
284 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
285 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
286 "revision_ladder": {
287 "chromium": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
288 }
289 }
290 }
291 ]
292 },
293 {
294 "cmd": [
295 "python",
296 "-u",
297 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
298 ],
299 "name": "sleeping",
300 "~followup_annotations": [
301 "@@@STEP_LOG_LINE@python.inline@@@@",
302 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
303 "@@@STEP_LOG_LINE@python.inline@import time@@@",
304 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
305 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
306 "@@@STEP_LOG_END@python.inline@@@"
307 ]
308 },
309 {
310 "cmd": [
311 "python",
312 "-u",
313 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
314 "--",
315 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
316 "----",
317 "ls",
318 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
319 ],
320 "name": "gsutil ls (5)"
321 },
322 {
323 "cmd": [
324 "python",
325 "-u",
326 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
327 "--",
328 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
329 "----",
330 "cat",
331 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
332 ],
333 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111",
334 "stdout": "/path/to/tmp/"
335 },
336 {
337 "cmd": [
338 "git",
339 "footers",
340 "--position",
341 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
342 ],
343 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
344 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
345 "stdout": "/path/to/tmp/",
346 "~followup_annotations": [
347 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_TEST_FAILURE\"]@@@"
348 ]
349 },
350 {
351 "name": "$result",
352 "recipe_result": null,
353 "status_code": 0
354 }
355 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698