| 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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 "name": "compile (with patch)", | 447 "name": "compile (with patch)", |
| 448 "~followup_annotations": [ | 448 "~followup_annotations": [ |
| 449 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 449 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 450 "@@@STEP_LOG_END@json.output (invalid)@@@" | 450 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 451 ] | 451 ] |
| 452 }, | 452 }, |
| 453 { | 453 { |
| 454 "cmd": [ | 454 "cmd": [ |
| 455 "python", | 455 "python", |
| 456 "-u", | 456 "-u", |
| 457 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 457 "[BUILDER_CACHE]/linux/src/tools/determinism/remove_build_metadata.py", |
| 458 "--build-dir", | 458 "--build-dir", |
| 459 "[BUILDER_CACHE]/linux/src/out/Release", | 459 "[BUILDER_CACHE]/linux/src/out/Release" |
| 460 "--src-dir", | |
| 461 "[BUILDER_CACHE]/linux/src" | |
| 462 ], | 460 ], |
| 463 "cwd": "[SLAVE_BUILD]", | 461 "cwd": "[SLAVE_BUILD]", |
| 464 "name": "remove_build_metadata" | 462 "name": "remove_build_metadata" |
| 465 }, | 463 }, |
| 466 { | 464 { |
| 467 "cmd": [ | 465 "cmd": [ |
| 468 "python", | 466 "python", |
| 469 "-u", | 467 "-u", |
| 470 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 468 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 471 "[BUILDER_CACHE]/linux/src/tools/swarming_client", | 469 "[BUILDER_CACHE]/linux/src/tools/swarming_client", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 550 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
| 553 ] | 551 ] |
| 554 }, | 552 }, |
| 555 { | 553 { |
| 556 "name": "$result", | 554 "name": "$result", |
| 557 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 555 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
| 558 "recipe_result": null, | 556 "recipe_result": null, |
| 559 "status_code": 1 | 557 "status_code": 1 |
| 560 } | 558 } |
| 561 ] | 559 ] |
| OLD | NEW |