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]/Mac_ASAN_Release_Media", | 7 "[BUILDER_CACHE]/Mac_ASAN_Release_Media", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 "name": "compile", | 313 "name": "compile", |
314 "~followup_annotations": [ | 314 "~followup_annotations": [ |
315 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 315 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
316 "@@@STEP_LOG_END@json.output (invalid)@@@" | 316 "@@@STEP_LOG_END@json.output (invalid)@@@" |
317 ] | 317 ] |
318 }, | 318 }, |
319 { | 319 { |
320 "cmd": [ | 320 "cmd": [ |
321 "python", | 321 "python", |
322 "-u", | 322 "-u", |
323 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
324 "[BUILDER_CACHE]/Mac_ASAN_Release_Media/src/third_party/llvm-build/Release
+Asserts/bin/llvm-symbolizer", | |
325 "[BUILDER_CACHE]/Mac_ASAN_Release_Media/src/out/Release" | |
326 ], | |
327 "name": "Copy llvm-symbolizer" | |
328 }, | |
329 { | |
330 "cmd": [ | |
331 "python", | |
332 "-u", | |
333 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
334 "[BUILDER_CACHE]/Mac_ASAN_Release_Media/src/third_party/llvm-build/Release
+Asserts/bin/sancov", | |
335 "[BUILDER_CACHE]/Mac_ASAN_Release_Media/src/out/Release" | |
336 ], | |
337 "name": "Copy sancov" | |
338 }, | |
339 { | |
340 "cmd": [ | |
341 "python", | |
342 "-u", | |
343 "\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", | 323 "\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 "[BUILDER_CACHE]/Mac_ASAN_Release_Media/src/out/Release", | 324 "[BUILDER_CACHE]/Mac_ASAN_Release_Media/src/out/Release", |
345 "/path/to/tmp/json" | 325 "/path/to/tmp/json" |
346 ], | 326 ], |
347 "name": "listdir build_dir", | 327 "name": "listdir build_dir", |
348 "~followup_annotations": [ | 328 "~followup_annotations": [ |
349 "@@@STEP_LOG_LINE@json.output@[@@@", | 329 "@@@STEP_LOG_LINE@json.output@[@@@", |
350 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | 330 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
351 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | 331 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
352 "@@@STEP_LOG_LINE@json.output@]@@@", | 332 "@@@STEP_LOG_LINE@json.output@]@@@", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 389 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
410 "@@@STEP_LOG_END@python.inline@@@" | 390 "@@@STEP_LOG_END@python.inline@@@" |
411 ] | 391 ] |
412 }, | 392 }, |
413 { | 393 { |
414 "name": "$result", | 394 "name": "$result", |
415 "recipe_result": null, | 395 "recipe_result": null, |
416 "status_code": 0 | 396 "status_code": 0 |
417 } | 397 } |
418 ] | 398 ] |
OLD | NEW |