| 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_ASan_LSan_Builder", | 7 "[BUILDER_CACHE]/Linux_ASan_LSan_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 "name": "compile", | 380 "name": "compile", |
| 381 "~followup_annotations": [ | 381 "~followup_annotations": [ |
| 382 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 382 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 383 "@@@STEP_LOG_END@json.output (invalid)@@@" | 383 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 384 ] | 384 ] |
| 385 }, | 385 }, |
| 386 { | 386 { |
| 387 "cmd": [ | 387 "cmd": [ |
| 388 "python", | 388 "python", |
| 389 "-u", | 389 "-u", |
| 390 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 390 "[BUILDER_CACHE]/Linux_ASan_LSan_Builder/src/tools/determinism/remove_buil
d_metadata.py", |
| 391 "--build-dir", | 391 "--build-dir", |
| 392 "[BUILDER_CACHE]/Linux_ASan_LSan_Builder/src/out/Release", | 392 "[BUILDER_CACHE]/Linux_ASan_LSan_Builder/src/out/Release" |
| 393 "--src-dir", | |
| 394 "[BUILDER_CACHE]/Linux_ASan_LSan_Builder/src" | |
| 395 ], | 393 ], |
| 396 "cwd": "[SLAVE_BUILD]", | 394 "cwd": "[SLAVE_BUILD]", |
| 397 "name": "remove_build_metadata" | 395 "name": "remove_build_metadata" |
| 398 }, | 396 }, |
| 399 { | 397 { |
| 400 "cmd": [ | 398 "cmd": [ |
| 401 "python", | 399 "python", |
| 402 "-u", | 400 "-u", |
| 403 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 401 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 404 "[BUILDER_CACHE]/Linux_ASan_LSan_Builder/src/tools/swarming_client", | 402 "[BUILDER_CACHE]/Linux_ASan_LSan_Builder/src/tools/swarming_client", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 "~followup_annotations": [ | 490 "~followup_annotations": [ |
| 493 "@@@STEP_TEXT@Linux ASan LSan Tests (1)<br />Linux ASan Tests (sandboxed)@
@@" | 491 "@@@STEP_TEXT@Linux ASan LSan Tests (1)<br />Linux ASan Tests (sandboxed)@
@@" |
| 494 ] | 492 ] |
| 495 }, | 493 }, |
| 496 { | 494 { |
| 497 "name": "$result", | 495 "name": "$result", |
| 498 "recipe_result": null, | 496 "recipe_result": null, |
| 499 "status_code": 0 | 497 "status_code": 0 |
| 500 } | 498 } |
| 501 ] | 499 ] |
| OLD | NEW |