| 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]/ASAN_Release", | 7 "[BUILDER_CACHE]/ASAN_Release", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 "name": "compile", | 314 "name": "compile", |
| 315 "~followup_annotations": [ | 315 "~followup_annotations": [ |
| 316 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 316 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 317 "@@@STEP_LOG_END@json.output (invalid)@@@" | 317 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 318 ] | 318 ] |
| 319 }, | 319 }, |
| 320 { | 320 { |
| 321 "cmd": [ | 321 "cmd": [ |
| 322 "python", | 322 "python", |
| 323 "-u", | 323 "-u", |
| 324 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are
binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti
l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit
(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 324 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 325 "[BUILDER_CACHE]/ASAN_Release/src/third_party/llvm-build/Release+Asserts/b
in/llvm-symbolizer", | 325 "[BUILDER_CACHE]/ASAN_Release/src/third_party/llvm-build/Release+Asserts/b
in/llvm-symbolizer", |
| 326 "[BUILDER_CACHE]/ASAN_Release/src/out/Release" | 326 "[BUILDER_CACHE]/ASAN_Release/src/out/Release" |
| 327 ], | 327 ], |
| 328 "name": "Copy llvm-symbolizer" | 328 "name": "Copy llvm-symbolizer" |
| 329 }, | 329 }, |
| 330 { | 330 { |
| 331 "cmd": [ | 331 "cmd": [ |
| 332 "python", | 332 "python", |
| 333 "-u", | 333 "-u", |
| 334 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are
binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti
l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit
(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 334 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 335 "[BUILDER_CACHE]/ASAN_Release/src/third_party/llvm-build/Release+Asserts/b
in/sancov", | 335 "[BUILDER_CACHE]/ASAN_Release/src/third_party/llvm-build/Release+Asserts/b
in/sancov", |
| 336 "[BUILDER_CACHE]/ASAN_Release/src/out/Release" | 336 "[BUILDER_CACHE]/ASAN_Release/src/out/Release" |
| 337 ], | 337 ], |
| 338 "name": "Copy sancov" | 338 "name": "Copy sancov" |
| 339 }, | 339 }, |
| 340 { | 340 { |
| 341 "cmd": [ | 341 "cmd": [ |
| 342 "python", | 342 "python", |
| 343 "-u", | 343 "-u", |
| 344 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 344 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 410 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 411 "@@@STEP_LOG_END@python.inline@@@" | 411 "@@@STEP_LOG_END@python.inline@@@" |
| 412 ] | 412 ] |
| 413 }, | 413 }, |
| 414 { | 414 { |
| 415 "name": "$result", | 415 "name": "$result", |
| 416 "recipe_result": null, | 416 "recipe_result": null, |
| 417 "status_code": 0 | 417 "status_code": 0 |
| 418 } | 418 } |
| 419 ] | 419 ] |
| OLD | NEW |