| 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]\\Win32_Release__swarming_", | 7 "[BUILDER_CACHE]\\Win32_Release__swarming_", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 "name": "compile", | 227 "name": "compile", |
| 228 "~followup_annotations": [ | 228 "~followup_annotations": [ |
| 229 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 229 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 230 "@@@STEP_LOG_END@json.output (invalid)@@@" | 230 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 231 ] | 231 ] |
| 232 }, | 232 }, |
| 233 { | 233 { |
| 234 "cmd": [ | 234 "cmd": [ |
| 235 "python", | 235 "python", |
| 236 "-u", | 236 "-u", |
| 237 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 237 "[BUILDER_CACHE]\\Win32_Release__swarming_\\src\\tools\\determinism\\remov
e_build_metadata.py", |
| 238 "--build-dir", | 238 "--build-dir", |
| 239 "[BUILDER_CACHE]\\Win32_Release__swarming_\\src\\out\\Release", | 239 "[BUILDER_CACHE]\\Win32_Release__swarming_\\src\\out\\Release" |
| 240 "--src-dir", | |
| 241 "[BUILDER_CACHE]\\Win32_Release__swarming_\\src" | |
| 242 ], | 240 ], |
| 243 "cwd": "[SLAVE_BUILD]", | 241 "cwd": "[SLAVE_BUILD]", |
| 244 "name": "remove_build_metadata" | 242 "name": "remove_build_metadata" |
| 245 }, | 243 }, |
| 246 { | 244 { |
| 247 "cmd": [ | 245 "cmd": [ |
| 248 "python", | 246 "python", |
| 249 "-u", | 247 "-u", |
| 250 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 248 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 251 "[BUILDER_CACHE]\\Win32_Release__swarming_\\src\\tools\\swarming_client", | 249 "[BUILDER_CACHE]\\Win32_Release__swarming_\\src\\tools\\swarming_client", |
| (...skipping 2138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2390 "@@@STEP_LOG_END@json.output@@@", | 2388 "@@@STEP_LOG_END@json.output@@@", |
| 2391 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2389 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2392 ] | 2390 ] |
| 2393 }, | 2391 }, |
| 2394 { | 2392 { |
| 2395 "name": "$result", | 2393 "name": "$result", |
| 2396 "recipe_result": null, | 2394 "recipe_result": null, |
| 2397 "status_code": 0 | 2395 "status_code": 0 |
| 2398 } | 2396 } |
| 2399 ] | 2397 ] |
| OLD | NEW |