| 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": [ |
| 300 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 325 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 301 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 326 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 302 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", | 327 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", |
| 303 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@", | 328 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@", |
| 304 "@@@STEP_LOG_LINE@analyze_details@ \"extensions_browsertests\", @@@", | 329 "@@@STEP_LOG_LINE@analyze_details@ \"extensions_browsertests\", @@@", |
| 305 "@@@STEP_LOG_LINE@analyze_details@ \"gin_unittests\", @@@", | 330 "@@@STEP_LOG_LINE@analyze_details@ \"gin_unittests\", @@@", |
| 306 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\", @@@", | 331 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\", @@@", |
| 307 "@@@STEP_LOG_LINE@analyze_details@ \"pdfium_test\", @@@", | 332 "@@@STEP_LOG_LINE@analyze_details@ \"pdfium_test\", @@@", |
| 308 "@@@STEP_LOG_LINE@analyze_details@ \"postmortem-metadata\", @@@", | 333 "@@@STEP_LOG_LINE@analyze_details@ \"postmortem-metadata\", @@@", |
| 309 "@@@STEP_LOG_LINE@analyze_details@ \"unit_tests\"@@@", | 334 "@@@STEP_LOG_LINE@analyze_details@ \"unit_tests\"@@@", |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 624 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 649 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
| 625 ] | 650 ] |
| 626 }, | 651 }, |
| 627 { | 652 { |
| 628 "name": "$result", | 653 "name": "$result", |
| 629 "reason": "Step('compile (with patch)') failed with return_code 1", | 654 "reason": "Step('compile (with patch)') failed with return_code 1", |
| 630 "recipe_result": null, | 655 "recipe_result": null, |
| 631 "status_code": 1 | 656 "status_code": 1 |
| 632 } | 657 } |
| 633 ] | 658 ] |
| OLD | NEW |