| OLD | NEW |
| 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", | 7 "[BUILDER_CACHE]/linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 { | 320 { |
| 321 "cmd": [ | 321 "cmd": [ |
| 322 "python", | 322 "python", |
| 323 "-u", | 323 "-u", |
| 324 "import sys; sys.exit(0)" | 324 "import sys; sys.exit(0)" |
| 325 ], | 325 ], |
| 326 "name": "analyze", | 326 "name": "analyze", |
| 327 "~followup_annotations": [ | 327 "~followup_annotations": [ |
| 328 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", | 328 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| 329 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 329 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 330 "@@@STEP_LOG_END@excluded_files@@@" | 330 "@@@STEP_LOG_END@excluded_files@@@", |
| 331 ] | |
| 332 }, | |
| 333 { | |
| 334 "cmd": [ | |
| 335 "python", | |
| 336 "-u", | |
| 337 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 338 "--show-path", | |
| 339 "python", | |
| 340 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py", | |
| 341 "--event-mon-run-type", | |
| 342 "test", | |
| 343 "--master-name", | |
| 344 "tryserver.chromium.linux", | |
| 345 "--builder-name", | |
| 346 "linux_chromium_rel_ng", | |
| 347 "--build-id", | |
| 348 "571", | |
| 349 "--analyze-input", | |
| 350 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [
\"foo.cc\"], \"test_targets\": [\"base_unittests\", \"base_unittests_run\"]}", | |
| 351 "--analyze-output", | |
| 352 "{\"status\": \"Analyze disabled: matched exclusion\"}" | |
| 353 ], | |
| 354 "name": "analyze report", | |
| 355 "~followup_annotations": [ | |
| 356 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 331 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 357 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 332 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 358 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 333 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
| 359 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 334 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 360 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 335 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 361 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", | 336 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", |
| 362 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests_run\", @@@", | 337 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests_run\", @@@", |
| 363 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 338 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
| 364 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 339 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 365 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 340 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 555 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
| 581 ] | 556 ] |
| 582 }, | 557 }, |
| 583 { | 558 { |
| 584 "name": "$result", | 559 "name": "$result", |
| 585 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 560 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
| 586 "recipe_result": null, | 561 "recipe_result": null, |
| 587 "status_code": 1 | 562 "status_code": 1 |
| 588 } | 563 } |
| 589 ] | 564 ] |
| OLD | NEW |