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