| 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]/v8_linux_chromium_gn_rel", | 7 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 { | 289 { |
| 290 "cmd": [ | 290 "cmd": [ |
| 291 "python", | 291 "python", |
| 292 "-u", | 292 "-u", |
| 293 "import sys; sys.exit(0)" | 293 "import sys; sys.exit(0)" |
| 294 ], | 294 ], |
| 295 "name": "analyze", | 295 "name": "analyze", |
| 296 "~followup_annotations": [ | 296 "~followup_annotations": [ |
| 297 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", | 297 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| 298 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 298 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 299 "@@@STEP_LOG_END@excluded_files@@@" | 299 "@@@STEP_LOG_END@excluded_files@@@", |
| 300 ] | |
| 301 }, | |
| 302 { | |
| 303 "cmd": [ | |
| 304 "python", | |
| 305 "-u", | |
| 306 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 307 "--show-path", | |
| 308 "python", | |
| 309 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py", | |
| 310 "--event-mon-run-type", | |
| 311 "test", | |
| 312 "--master-name", | |
| 313 "tryserver.v8", | |
| 314 "--builder-name", | |
| 315 "v8_linux_chromium_gn_rel", | |
| 316 "--build-id", | |
| 317 "571", | |
| 318 "--analyze-input", | |
| 319 "{\"additional_compile_targets\": [\"base_unittests\", \"blink_tests\", \"
extensions_browsertests\", \"gin_unittests\", \"net_unittests\", \"pdfium_test\"
, \"postmortem-metadata\", \"unit_tests\"], \"files\": [\"foo.cc\"], \"test_targ
ets\": []}", | |
| 320 "--analyze-output", | |
| 321 "{\"status\": \"Analyze disabled: matched exclusion\"}" | |
| 322 ], | |
| 323 "name": "analyze report", | |
| 324 "~followup_annotations": [ | |
| 325 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 300 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 326 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 301 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 327 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", | 302 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", |
| 328 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@", | 303 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@", |
| 329 "@@@STEP_LOG_LINE@analyze_details@ \"extensions_browsertests\", @@@", | 304 "@@@STEP_LOG_LINE@analyze_details@ \"extensions_browsertests\", @@@", |
| 330 "@@@STEP_LOG_LINE@analyze_details@ \"gin_unittests\", @@@", | 305 "@@@STEP_LOG_LINE@analyze_details@ \"gin_unittests\", @@@", |
| 331 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\", @@@", | 306 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\", @@@", |
| 332 "@@@STEP_LOG_LINE@analyze_details@ \"pdfium_test\", @@@", | 307 "@@@STEP_LOG_LINE@analyze_details@ \"pdfium_test\", @@@", |
| 333 "@@@STEP_LOG_LINE@analyze_details@ \"postmortem-metadata\", @@@", | 308 "@@@STEP_LOG_LINE@analyze_details@ \"postmortem-metadata\", @@@", |
| 334 "@@@STEP_LOG_LINE@analyze_details@ \"unit_tests\"@@@", | 309 "@@@STEP_LOG_LINE@analyze_details@ \"unit_tests\"@@@", |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 624 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
| 650 ] | 625 ] |
| 651 }, | 626 }, |
| 652 { | 627 { |
| 653 "name": "$result", | 628 "name": "$result", |
| 654 "reason": "Step('compile (with patch)') failed with return_code 1", | 629 "reason": "Step('compile (with patch)') failed with return_code 1", |
| 655 "recipe_result": null, | 630 "recipe_result": null, |
| 656 "status_code": 1 | 631 "status_code": 1 |
| 657 } | 632 } |
| 658 ] | 633 ] |
| OLD | NEW |