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]/Chromium_ASAN___debug", | 7 "[BUILDER_CACHE]/Chromium_ASAN___debug", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 "name": "compile", | 353 "name": "compile", |
354 "~followup_annotations": [ | 354 "~followup_annotations": [ |
355 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 355 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
356 "@@@STEP_LOG_END@json.output (invalid)@@@" | 356 "@@@STEP_LOG_END@json.output (invalid)@@@" |
357 ] | 357 ] |
358 }, | 358 }, |
359 { | 359 { |
360 "cmd": [ | 360 "cmd": [ |
361 "python", | 361 "python", |
362 "-u", | 362 "-u", |
363 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
364 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/third_party/llvm-build/Release+
Asserts/bin/llvm-symbolizer", | |
365 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/out/Debug" | |
366 ], | |
367 "name": "Copy llvm-symbolizer" | |
368 }, | |
369 { | |
370 "cmd": [ | |
371 "python", | |
372 "-u", | |
373 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
374 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/third_party/llvm-build/Release+
Asserts/bin/sancov", | |
375 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/out/Debug" | |
376 ], | |
377 "name": "Copy sancov" | |
378 }, | |
379 { | |
380 "cmd": [ | |
381 "python", | |
382 "-u", | |
383 "\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", | 363 "\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", |
384 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/out/Debug", | 364 "[BUILDER_CACHE]/Chromium_ASAN___debug/src/out/Debug", |
385 "/path/to/tmp/json" | 365 "/path/to/tmp/json" |
386 ], | 366 ], |
387 "name": "listdir build_dir", | 367 "name": "listdir build_dir", |
388 "~followup_annotations": [ | 368 "~followup_annotations": [ |
389 "@@@STEP_LOG_LINE@json.output@[@@@", | 369 "@@@STEP_LOG_LINE@json.output@[@@@", |
390 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | 370 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
391 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | 371 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
392 "@@@STEP_LOG_LINE@json.output@]@@@", | 372 "@@@STEP_LOG_LINE@json.output@]@@@", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 429 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
450 "@@@STEP_LOG_END@python.inline@@@" | 430 "@@@STEP_LOG_END@python.inline@@@" |
451 ] | 431 ] |
452 }, | 432 }, |
453 { | 433 { |
454 "name": "$result", | 434 "name": "$result", |
455 "recipe_result": null, | 435 "recipe_result": null, |
456 "status_code": 0 | 436 "status_code": 0 |
457 } | 437 } |
458 ] | 438 ] |
OLD | NEW |