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\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", |
| 326 "[BUILDER_CACHE]/ASAN_Release/src/out/Release" |
| 327 ], |
| 328 "name": "Copy llvm-symbolizer" |
| 329 }, |
| 330 { |
| 331 "cmd": [ |
| 332 "python", |
| 333 "-u", |
| 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", |
| 336 "[BUILDER_CACHE]/ASAN_Release/src/out/Release" |
| 337 ], |
| 338 "name": "Copy sancov" |
| 339 }, |
| 340 { |
| 341 "cmd": [ |
| 342 "python", |
| 343 "-u", |
324 "\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", |
325 "[BUILDER_CACHE]/ASAN_Release/src/out/Release", | 345 "[BUILDER_CACHE]/ASAN_Release/src/out/Release", |
326 "/path/to/tmp/json" | 346 "/path/to/tmp/json" |
327 ], | 347 ], |
328 "name": "listdir build_dir", | 348 "name": "listdir build_dir", |
329 "~followup_annotations": [ | 349 "~followup_annotations": [ |
330 "@@@STEP_LOG_LINE@json.output@[@@@", | 350 "@@@STEP_LOG_LINE@json.output@[@@@", |
331 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | 351 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
332 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | 352 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
333 "@@@STEP_LOG_LINE@json.output@]@@@", | 353 "@@@STEP_LOG_LINE@json.output@]@@@", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 410 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
391 "@@@STEP_LOG_END@python.inline@@@" | 411 "@@@STEP_LOG_END@python.inline@@@" |
392 ] | 412 ] |
393 }, | 413 }, |
394 { | 414 { |
395 "name": "$result", | 415 "name": "$result", |
396 "recipe_result": null, | 416 "recipe_result": null, |
397 "status_code": 0 | 417 "status_code": 0 |
398 } | 418 } |
399 ] | 419 ] |
OLD | NEW |