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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json

Issue 2227783002: auto_bisect: fix path for checking DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
« no previous file with comments | « scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_config_error.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\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", 6 "\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",
7 "[BUILDER_CACHE]/linux_perf_bisect", 7 "[BUILDER_CACHE]/linux_perf_bisect",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "env": { 197 "env": {
198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
199 "GYP_CHROMIUM_NO_ACTION": "1", 199 "GYP_CHROMIUM_NO_ACTION": "1",
200 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", 200 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
202 }, 202 },
203 "name": "gclient runhooks (with patch)" 203 "name": "gclient runhooks (with patch)"
204 }, 204 },
205 { 205 {
206 "cmd": [ 206 "cmd": [
207 "python",
208 "-u",
209 "\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",
210 "[BUILDER_CACHE]/linux_perf_bisect",
211 "511"
212 ],
213 "name": "makedirs checkout path (2)",
214 "~followup_annotations": [
215 "@@@STEP_LOG_LINE@python.inline@@@@",
216 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
217 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
218 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
219 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
220 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
221 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
222 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
223 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
224 "@@@STEP_LOG_END@python.inline@@@"
225 ]
226 },
227 {
228 "cmd": [
207 "git", 229 "git",
208 "diff", 230 "diff",
209 "--cached", 231 "--cached",
210 "--name-only" 232 "--name-only"
211 ], 233 ],
212 "cwd": "[BUILDER_CACHE]/linux_perf_bisect/src", 234 "cwd": "[BUILDER_CACHE]/linux_perf_bisect/src",
213 "name": "git diff to analyze patch", 235 "name": "git diff to analyze patch",
214 "stdout": "/path/to/tmp/", 236 "stdout": "/path/to/tmp/",
215 "~followup_annotations": [ 237 "~followup_annotations": [
216 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@", 238 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@",
217 "@@@STEP_LOG_END@files@@@" 239 "@@@STEP_LOG_END@files@@@"
218 ] 240 ]
219 }, 241 },
220 { 242 {
221 "cmd": [], 243 "cmd": [],
244 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
222 "name": "***PERF TRYJOB***" 245 "name": "***PERF TRYJOB***"
223 }, 246 },
224 { 247 {
225 "cmd": [ 248 "cmd": [
226 "python", 249 "python",
227 "-u", 250 "-u",
228 "RECIPE_MODULE[build::perf_try]/resources/load_config_to_json.py", 251 "RECIPE_MODULE[build::perf_try]/resources/load_config_to_json.py",
229 "--source", 252 "--source",
230 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/run-perf-test.cfg", 253 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/run-perf-test.cfg",
231 "--output_json", 254 "--output_json",
232 "/path/to/tmp/json" 255 "/path/to/tmp/json"
233 ], 256 ],
257 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
234 "name": "load config", 258 "name": "load config",
235 "~followup_annotations": [ 259 "~followup_annotations": [
236 "@@@STEP_LOG_LINE@json.output@{@@@", 260 "@@@STEP_LOG_LINE@json.output@{@@@",
237 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark -v --browser=release sunspider\", @@@", 261 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark -v --browser=release sunspider\", @@@",
238 "@@@STEP_LOG_LINE@json.output@ \"max_time_minutes\": \"25\", @@@", 262 "@@@STEP_LOG_LINE@json.output@ \"max_time_minutes\": \"25\", @@@",
239 "@@@STEP_LOG_LINE@json.output@ \"metric\": \"dummy/dummy\", @@@", 263 "@@@STEP_LOG_LINE@json.output@ \"metric\": \"dummy/dummy\", @@@",
240 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@", 264 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@",
241 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@", 265 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@",
242 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@", 266 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@",
243 "@@@STEP_LOG_LINE@json.output@}@@@", 267 "@@@STEP_LOG_LINE@json.output@}@@@",
244 "@@@STEP_LOG_END@json.output@@@" 268 "@@@STEP_LOG_END@json.output@@@"
245 ] 269 ]
246 }, 270 },
247 { 271 {
248 "cmd": [ 272 "cmd": [
249 "python", 273 "python",
250 "-u", 274 "-u",
251 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 275 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
252 "--show-path", 276 "--show-path",
253 "python", 277 "python",
254 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 278 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
255 ], 279 ],
280 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
256 "name": "cleanup_temp" 281 "name": "cleanup_temp"
257 }, 282 },
258 { 283 {
259 "cmd": [ 284 "cmd": [
260 "/opt/infra-tools/buildbucket", 285 "/opt/infra-tools/buildbucket",
261 "put", 286 "put",
262 "--host", 287 "--host",
263 "cr-buildbucket.appspot.com", 288 "cr-buildbucket.appspot.com",
264 "--service-account-json", 289 "--service-account-json",
265 "/creds/service_accounts/service-account-chromium-bisect.json", 290 "/creds/service_accounts/service-account-chromium-bisect.json",
266 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"123456\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect _builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-pe rf-tryjob/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86ddfd4ebd0fe58cb9 _123456.zip\\\", \\\"clobber\\\": true, \\\"issue\\\": \\\"12345\\\", \\\"parent _got_revision\\\": \\\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\\\", \\\"patch_s torage\\\": \\\"rietveld\\\", \\\"patchset\\\": \\\"20001\\\", \\\"rietveld\\\": \\\"https://codereview.chromium.org\\\"}}\", \"tags\": [\"builder:linux_perf_bi sect_builder\", \"master:tryserver.chromium.perf\", \"user_agent:recipe\"]}" 291 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"123456\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect _builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-pe rf-tryjob/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86ddfd4ebd0fe58cb9 _123456.zip\\\", \\\"clobber\\\": true, \\\"issue\\\": \\\"12345\\\", \\\"parent _got_revision\\\": \\\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\\\", \\\"patch_s torage\\\": \\\"rietveld\\\", \\\"patchset\\\": \\\"20001\\\", \\\"rietveld\\\": \\\"https://codereview.chromium.org\\\"}}\", \"tags\": [\"builder:linux_perf_bi sect_builder\", \"master:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
267 ], 292 ],
293 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
268 "name": "buildbucket.put", 294 "name": "buildbucket.put",
269 "stdout": "/path/to/tmp/json", 295 "stdout": "/path/to/tmp/json",
270 "~followup_annotations": [ 296 "~followup_annotations": [
271 "@@@STEP_LOG_LINE@json.output@{@@@", 297 "@@@STEP_LOG_LINE@json.output@{@@@",
272 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@", 298 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@",
273 "@@@STEP_LOG_LINE@json.output@ {@@@", 299 "@@@STEP_LOG_LINE@json.output@ {@@@",
274 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 300 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
275 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@", 301 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@",
276 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@", 302 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@",
277 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@", 303 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@",
(...skipping 14 matching lines...) Expand all
292 ] 318 ]
293 }, 319 },
294 { 320 {
295 "cmd": [ 321 "cmd": [
296 "/opt/infra-tools/buildbucket", 322 "/opt/infra-tools/buildbucket",
297 "get", 323 "get",
298 "--host", 324 "--host",
299 "cr-buildbucket.appspot.com", 325 "cr-buildbucket.appspot.com",
300 "9016911228971028736" 326 "9016911228971028736"
301 ], 327 ],
328 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
302 "name": "buildbucket.get", 329 "name": "buildbucket.get",
303 "stdout": "/path/to/tmp/json", 330 "stdout": "/path/to/tmp/json",
304 "~followup_annotations": [ 331 "~followup_annotations": [
305 "@@@STEP_LOG_LINE@json.output@{@@@", 332 "@@@STEP_LOG_LINE@json.output@{@@@",
306 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 333 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
307 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@", 334 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@",
308 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@", 335 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@",
309 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@", 336 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
310 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@", 337 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@",
311 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@", 338 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@",
312 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@", 339 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@",
313 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@", 340 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@",
314 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@", 341 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@",
315 "@@@STEP_LOG_LINE@json.output@ }@@@", 342 "@@@STEP_LOG_LINE@json.output@ }@@@",
316 "@@@STEP_LOG_LINE@json.output@}@@@", 343 "@@@STEP_LOG_LINE@json.output@}@@@",
317 "@@@STEP_LOG_END@json.output@@@" 344 "@@@STEP_LOG_END@json.output@@@"
318 ] 345 ]
319 }, 346 },
320 { 347 {
321 "cmd": [ 348 "cmd": [
322 "python", 349 "python",
323 "-u", 350 "-u",
324 "\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", 351 "\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",
325 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release" 352 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release"
326 ], 353 ],
354 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
327 "name": "rmtree build directory", 355 "name": "rmtree build directory",
328 "~followup_annotations": [ 356 "~followup_annotations": [
329 "@@@STEP_LOG_LINE@python.inline@@@@", 357 "@@@STEP_LOG_LINE@python.inline@@@@",
330 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 358 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
331 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 359 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
332 "@@@STEP_LOG_LINE@python.inline@@@@", 360 "@@@STEP_LOG_LINE@python.inline@@@@",
333 "@@@STEP_LOG_LINE@python.inline@@@@", 361 "@@@STEP_LOG_LINE@python.inline@@@@",
334 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 362 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
335 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 363 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
336 "@@@STEP_LOG_END@python.inline@@@" 364 "@@@STEP_LOG_END@python.inline@@@"
(...skipping 13 matching lines...) Expand all
350 "Release", 378 "Release",
351 "--src-dir", 379 "--src-dir",
352 "[BUILDER_CACHE]/linux_perf_bisect/src", 380 "[BUILDER_CACHE]/linux_perf_bisect/src",
353 "--build-archive-url", 381 "--build-archive-url",
354 "gs://chrome-perf-tryjob/Linux Builder/full-build-linuxf27fede2220bcd326ae e3e86ddfd4ebd0fe58cb9_123456.zip", 382 "gs://chrome-perf-tryjob/Linux Builder/full-build-linuxf27fede2220bcd326ae e3e86ddfd4ebd0fe58cb9_123456.zip",
355 "--master-name", 383 "--master-name",
356 "tryserver.chromium.perf", 384 "tryserver.chromium.perf",
357 "--build-number", 385 "--build-number",
358 "571" 386 "571"
359 ], 387 ],
388 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
360 "name": "extract build" 389 "name": "extract build"
361 }, 390 },
362 { 391 {
363 "cmd": [ 392 "cmd": [
364 "python", 393 "python",
365 "-u", 394 "-u",
366 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 395 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
367 "--target", 396 "--target",
368 "Release", 397 "Release",
369 "--xvfb", 398 "--xvfb",
370 "--factory-properties", 399 "--factory-properties",
371 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", 400 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}",
372 "--build-properties", 401 "--build-properties",
373 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", 402 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}",
374 "--step-name=Performance Test (With Patch) 1 of 1", 403 "--step-name=Performance Test (With Patch) 1 of 1",
375 "--builder-name=linux_perf_bisect", 404 "--builder-name=linux_perf_bisect",
376 "--slave-name=TestSlavename", 405 "--slave-name=TestSlavename",
377 "--build-number=571", 406 "--build-number=571",
378 "--run-python-script", 407 "--run-python-script",
379 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark", 408 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark",
380 "-v", 409 "-v",
381 "--browser=release", 410 "--browser=release",
382 "sunspider", 411 "sunspider",
383 "--reset-results", 412 "--reset-results",
384 "--upload-results", 413 "--upload-results",
385 "--results-label=Patch" 414 "--results-label=Patch"
386 ], 415 ],
416 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
387 "name": "Performance Test (With Patch) 1 of 1", 417 "name": "Performance Test (With Patch) 1 of 1",
388 "stderr": "/path/to/tmp/", 418 "stderr": "/path/to/tmp/",
389 "stdout": "/path/to/tmp/", 419 "stdout": "/path/to/tmp/",
390 "~followup_annotations": [ 420 "~followup_annotations": [
391 "step returned non-zero exit code: 1", 421 "step returned non-zero exit code: 1",
392 "@@@STEP_LOG_END@Failure Output@@@", 422 "@@@STEP_LOG_END@Failure Output@@@",
393 "@@@STEP_FAILURE@@@" 423 "@@@STEP_FAILURE@@@"
394 ] 424 ]
395 }, 425 },
396 { 426 {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 "cmd": [ 537 "cmd": [
508 "python", 538 "python",
509 "-u", 539 "-u",
510 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 540 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
511 "--", 541 "--",
512 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 542 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
513 "----", 543 "----",
514 "ls", 544 "ls",
515 "gs://chrome-perf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86dd fd4ebd0fe58cb9.zip" 545 "gs://chrome-perf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86dd fd4ebd0fe58cb9.zip"
516 ], 546 ],
547 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
517 "name": "gsutil exists", 548 "name": "gsutil exists",
518 "~followup_annotations": [ 549 "~followup_annotations": [
519 "step returned non-zero exit code: 1", 550 "step returned non-zero exit code: 1",
520 "@@@STEP_EXCEPTION@@@" 551 "@@@STEP_EXCEPTION@@@"
521 ] 552 ]
522 }, 553 },
523 { 554 {
524 "cmd": [ 555 "cmd": [
525 "python", 556 "python",
526 "-u", 557 "-u",
527 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 558 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
528 "--show-path", 559 "--show-path",
529 "python", 560 "python",
530 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 561 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
531 ], 562 ],
563 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
532 "name": "cleanup_temp (2)" 564 "name": "cleanup_temp (2)"
533 }, 565 },
534 { 566 {
535 "cmd": [ 567 "cmd": [
536 "/opt/infra-tools/buildbucket", 568 "/opt/infra-tools/buildbucket",
537 "put", 569 "put",
538 "--host", 570 "--host",
539 "cr-buildbucket.appspot.com", 571 "cr-buildbucket.appspot.com",
540 "--service-account-json", 572 "--service-account-json",
541 "/creds/service_accounts/service-account-chromium-bisect.json", 573 "/creds/service_accounts/service-account-chromium-bisect.json",
542 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"123456\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect _builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-pe rf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86ddfd4ebd0fe58cb9.zip\\\ ", \\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"f27fede2220bcd326aee3 e86ddfd4ebd0fe58cb9\\\"}}\", \"tags\": [\"builder:linux_perf_bisect_builder\", \ "master:tryserver.chromium.perf\", \"user_agent:recipe\"]}" 574 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"123456\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect _builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-pe rf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86ddfd4ebd0fe58cb9.zip\\\ ", \\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"f27fede2220bcd326aee3 e86ddfd4ebd0fe58cb9\\\"}}\", \"tags\": [\"builder:linux_perf_bisect_builder\", \ "master:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
543 ], 575 ],
576 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
544 "name": "buildbucket.put (2)", 577 "name": "buildbucket.put (2)",
545 "stdout": "/path/to/tmp/json", 578 "stdout": "/path/to/tmp/json",
546 "~followup_annotations": [ 579 "~followup_annotations": [
547 "@@@STEP_LOG_LINE@json.output@{@@@", 580 "@@@STEP_LOG_LINE@json.output@{@@@",
548 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@", 581 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@",
549 "@@@STEP_LOG_LINE@json.output@ {@@@", 582 "@@@STEP_LOG_LINE@json.output@ {@@@",
550 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 583 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
551 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@", 584 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@",
552 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@", 585 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@",
553 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@", 586 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@",
(...skipping 14 matching lines...) Expand all
568 ] 601 ]
569 }, 602 },
570 { 603 {
571 "cmd": [ 604 "cmd": [
572 "/opt/infra-tools/buildbucket", 605 "/opt/infra-tools/buildbucket",
573 "get", 606 "get",
574 "--host", 607 "--host",
575 "cr-buildbucket.appspot.com", 608 "cr-buildbucket.appspot.com",
576 "9016911228971028736" 609 "9016911228971028736"
577 ], 610 ],
611 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
578 "name": "buildbucket.get (2)", 612 "name": "buildbucket.get (2)",
579 "stdout": "/path/to/tmp/json", 613 "stdout": "/path/to/tmp/json",
580 "~followup_annotations": [ 614 "~followup_annotations": [
581 "@@@STEP_LOG_LINE@json.output@{@@@", 615 "@@@STEP_LOG_LINE@json.output@{@@@",
582 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 616 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
583 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@", 617 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@",
584 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@", 618 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@",
585 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@", 619 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
586 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@", 620 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@",
587 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@", 621 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@",
588 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@", 622 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@",
589 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@", 623 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@",
590 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@", 624 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@",
591 "@@@STEP_LOG_LINE@json.output@ }@@@", 625 "@@@STEP_LOG_LINE@json.output@ }@@@",
592 "@@@STEP_LOG_LINE@json.output@}@@@", 626 "@@@STEP_LOG_LINE@json.output@}@@@",
593 "@@@STEP_LOG_END@json.output@@@" 627 "@@@STEP_LOG_END@json.output@@@"
594 ] 628 ]
595 }, 629 },
596 { 630 {
597 "cmd": [ 631 "cmd": [
598 "python", 632 "python",
599 "-u", 633 "-u",
600 "\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", 634 "\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",
601 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release" 635 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release"
602 ], 636 ],
637 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
603 "name": "rmtree build directory (2)", 638 "name": "rmtree build directory (2)",
604 "~followup_annotations": [ 639 "~followup_annotations": [
605 "@@@STEP_LOG_LINE@python.inline@@@@", 640 "@@@STEP_LOG_LINE@python.inline@@@@",
606 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 641 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
607 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 642 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
608 "@@@STEP_LOG_LINE@python.inline@@@@", 643 "@@@STEP_LOG_LINE@python.inline@@@@",
609 "@@@STEP_LOG_LINE@python.inline@@@@", 644 "@@@STEP_LOG_LINE@python.inline@@@@",
610 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 645 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
611 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 646 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
612 "@@@STEP_LOG_END@python.inline@@@" 647 "@@@STEP_LOG_END@python.inline@@@"
(...skipping 13 matching lines...) Expand all
626 "Release", 661 "Release",
627 "--src-dir", 662 "--src-dir",
628 "[BUILDER_CACHE]/linux_perf_bisect/src", 663 "[BUILDER_CACHE]/linux_perf_bisect/src",
629 "--build-archive-url", 664 "--build-archive-url",
630 "gs://chrome-perf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86dd fd4ebd0fe58cb9.zip", 665 "gs://chrome-perf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86dd fd4ebd0fe58cb9.zip",
631 "--master-name", 666 "--master-name",
632 "tryserver.chromium.perf", 667 "tryserver.chromium.perf",
633 "--build-number", 668 "--build-number",
634 "571" 669 "571"
635 ], 670 ],
671 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
636 "name": "extract build (2)" 672 "name": "extract build (2)"
637 }, 673 },
638 { 674 {
639 "cmd": [ 675 "cmd": [
640 "python", 676 "python",
641 "-u", 677 "-u",
642 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 678 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
643 "--target", 679 "--target",
644 "Release", 680 "Release",
645 "--xvfb", 681 "--xvfb",
646 "--factory-properties", 682 "--factory-properties",
647 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", 683 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}",
648 "--build-properties", 684 "--build-properties",
649 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", 685 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}",
650 "--step-name=Performance Test (Without Patch) 1 of 1", 686 "--step-name=Performance Test (Without Patch) 1 of 1",
651 "--builder-name=linux_perf_bisect", 687 "--builder-name=linux_perf_bisect",
652 "--slave-name=TestSlavename", 688 "--slave-name=TestSlavename",
653 "--build-number=571", 689 "--build-number=571",
654 "--run-python-script", 690 "--run-python-script",
655 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark", 691 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark",
656 "-v", 692 "-v",
657 "--browser=release", 693 "--browser=release",
658 "sunspider", 694 "sunspider",
659 "--upload-results", 695 "--upload-results",
660 "--results-label=TOT" 696 "--results-label=TOT"
661 ], 697 ],
698 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
662 "name": "Performance Test (Without Patch) 1 of 1", 699 "name": "Performance Test (Without Patch) 1 of 1",
663 "stderr": "/path/to/tmp/", 700 "stderr": "/path/to/tmp/",
664 "stdout": "/path/to/tmp/", 701 "stdout": "/path/to/tmp/",
665 "~followup_annotations": [ 702 "~followup_annotations": [
666 "@@@STEP_LOG_END@Captured Output@@@" 703 "@@@STEP_LOG_END@Captured Output@@@"
667 ] 704 ]
668 }, 705 },
669 { 706 {
670 "cmd": [], 707 "cmd": [],
708 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
671 "name": "Results" 709 "name": "Results"
672 }, 710 },
673 { 711 {
674 "cmd": [ 712 "cmd": [
675 "python", 713 "python",
676 "-u", 714 "-u",
677 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" 715 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
678 ], 716 ],
717 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
679 "name": "Post bisect results", 718 "name": "Post bisect results",
680 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_ url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"cloud_link \": \"\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release sunsp ider\", \"metric\": \"dummy/dummy\", \"profiler_links\": [], \"status\": \"compl eted\", \"try_job_id\": null}, \"url\": \"https://chromeperf.appspot.com/post_bi sect_results\"}", 719 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_ url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"cloud_link \": \"\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release sunsp ider\", \"metric\": \"dummy/dummy\", \"profiler_links\": [], \"status\": \"compl eted\", \"try_job_id\": null}, \"url\": \"https://chromeperf.appspot.com/post_bi sect_results\"}",
681 "stdout": "/path/to/tmp/json", 720 "stdout": "/path/to/tmp/json",
682 "~followup_annotations": [ 721 "~followup_annotations": [
683 "@@@STEP_TEXT@Failed to upload result to Perf Dashboard. Error response: N one@@@", 722 "@@@STEP_TEXT@Failed to upload result to Perf Dashboard. Error response: N one@@@",
684 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 723 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
685 "@@@STEP_LOG_END@json.output (invalid)@@@", 724 "@@@STEP_LOG_END@json.output (invalid)@@@",
686 "@@@STEP_FAILURE@@@" 725 "@@@STEP_FAILURE@@@"
687 ] 726 ]
688 }, 727 },
689 { 728 {
690 "name": "$result", 729 "name": "$result",
691 "reason": "Failed to upload result to Perf Dashboard. Error response: None", 730 "reason": "Failed to upload result to Perf Dashboard. Error response: None",
692 "recipe_result": null, 731 "recipe_result": null,
693 "status_code": 1 732 "status_code": 1
694 } 733 }
695 ] 734 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_config_error.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698