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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_failed.json

Issue 1766873002: Collect failed "target"s from ninja in the compile step on Waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@check_target_existence
Patch Set: Rebase. Created 4 years, 7 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/findit/chromium/compile.py ('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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_variable", 10 "linux_variable",
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "--ninja-path", 391 "--ninja-path",
392 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 392 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
393 "--target", 393 "--target",
394 "Release", 394 "Release",
395 "--src-dir", 395 "--src-dir",
396 "[SLAVE_BUILD]/src", 396 "[SLAVE_BUILD]/src",
397 "--goma-cache-dir", 397 "--goma-cache-dir",
398 "[GOMA_CACHE]", 398 "[GOMA_CACHE]",
399 "--build-tool", 399 "--build-tool",
400 "ninja", 400 "ninja",
401 "--ninja-compile-failure",
402 "/path/to/tmp/json",
401 "--compiler", 403 "--compiler",
402 "goma", 404 "goma",
403 "--goma-jsonstatus", 405 "--goma-jsonstatus",
404 "/path/to/tmp/json", 406 "/path/to/tmp/json",
405 "--goma-dir", 407 "--goma-dir",
406 "[BUILD]/goma", 408 "[BUILD]/goma",
407 "--ninja-ensure-up-to-date", 409 "--ninja-ensure-up-to-date",
408 "--", 410 "--",
409 "chromium_swarm_tests" 411 "chromium_swarm_tests"
410 ], 412 ],
411 "cwd": "[SLAVE_BUILD]", 413 "cwd": "[SLAVE_BUILD]",
412 "name": "test r1.compile", 414 "name": "test r1.compile",
413 "~followup_annotations": [ 415 "~followup_annotations": [
414 "@@@STEP_NEST_LEVEL@1@@@", 416 "@@@STEP_NEST_LEVEL@1@@@",
415 "step returned non-zero exit code: 1", 417 "step returned non-zero exit code: 1",
416 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 418 "@@@STEP_LOG_LINE@json.output@{@@@",
417 "@@@STEP_LOG_END@json.output (invalid)@@@", 419 "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@",
418 "@@@STEP_LOG_LINE@exception@TypeError(\"'NoneType' object has no attribute '__getitem__'\",)@@@", 420 "@@@STEP_LOG_LINE@json.output@ {@@@",
419 "@@@STEP_LOG_END@exception@@@", 421 "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@",
420 "@@@STEP_WARNINGS@@@" 422 "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@",
423 "@@@STEP_LOG_LINE@json.output@ }@@@",
424 "@@@STEP_LOG_LINE@json.output@ }@@@",
425 "@@@STEP_LOG_LINE@json.output@ ]@@@",
426 "@@@STEP_LOG_LINE@json.output@}@@@",
427 "@@@STEP_LOG_END@json.output@@@",
428 "@@@STEP_FAILURE@@@",
429 "@@@SET_BUILD_PROPERTY@compile_failures@{\"failed_targets\": [\"obj/path/t o/file.o\"], \"unknown_targets\": [], \"unrecognized_format\": false}@@@"
421 ] 430 ]
422 }, 431 },
423 { 432 {
424 "cmd": [ 433 "cmd": [
425 "python", 434 "python",
426 "-u", 435 "-u",
427 "import sys; sys.exit(0)" 436 "import sys; sys.exit(0)"
428 ], 437 ],
429 "cwd": "[SLAVE_BUILD]", 438 "cwd": "[SLAVE_BUILD]",
430 "name": "report", 439 "name": "report",
(...skipping 17 matching lines...) Expand all
448 "@@@STEP_LOG_END@report@@@", 457 "@@@STEP_LOG_END@report@@@",
449 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \ "failed\"}}@@@" 458 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \ "failed\"}}@@@"
450 ] 459 ]
451 }, 460 },
452 { 461 {
453 "name": "$result", 462 "name": "$result",
454 "recipe_result": null, 463 "recipe_result": null,
455 "status_code": 0 464 "status_code": 0
456 } 465 }
457 ] 466 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/findit/chromium/compile.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698