| 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_chromium_rel_ng", | 7 "[BUILDER_CACHE]/linux_chromium_rel_ng", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 "@@@STEP_LOG_END@json.output@@@" | 267 "@@@STEP_LOG_END@json.output@@@" |
| 268 ] | 268 ] |
| 269 }, | 269 }, |
| 270 { | 270 { |
| 271 "cmd": [ | 271 "cmd": [ |
| 272 "git", | 272 "git", |
| 273 "diff", | 273 "diff", |
| 274 "--cached", | 274 "--cached", |
| 275 "--name-only" | 275 "--name-only" |
| 276 ], | 276 ], |
| 277 "cwd": "[SLAVE_BUILD]/src", | 277 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src", |
| 278 "name": "git diff to analyze patch", | 278 "name": "git diff to analyze patch", |
| 279 "stdout": "/path/to/tmp/", | 279 "stdout": "/path/to/tmp/", |
| 280 "~followup_annotations": [ | 280 "~followup_annotations": [ |
| 281 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 281 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 282 "@@@STEP_LOG_END@files@@@", | 282 "@@@STEP_LOG_END@files@@@", |
| 283 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 283 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 284 ] | 284 ] |
| 285 }, | 285 }, |
| 286 { | 286 { |
| 287 "cmd": [ | 287 "cmd": [ |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 602 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 602 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
| 603 ] | 603 ] |
| 604 }, | 604 }, |
| 605 { | 605 { |
| 606 "name": "$result", | 606 "name": "$result", |
| 607 "reason": "Step('compile (with patch)') failed with return_code 1", | 607 "reason": "Step('compile (with patch)') failed with return_code 1", |
| 608 "recipe_result": null, | 608 "recipe_result": null, |
| 609 "status_code": 1 | 609 "status_code": 1 |
| 610 } | 610 } |
| 611 ] | 611 ] |
| OLD | NEW |