1 [ 2 { 3 "cmd": [ 4 "python", 5 "-u", 6 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 7 "--json-output", 8 "/path/to/tmp/json", 9 "glob", 10 "[START_DIR]", 11 "*.profraw" 12 ], 13 "infra_step": true, 14 "name": "find raw inputs", 15 "stdout": "/path/to/tmp/", 16 "~followup_annotations": [ 17 "@@@STEP_LOG_LINE@glob@[START_DIR]/a.raw@@@", 18 "@@@STEP_LOG_LINE@glob@[START_DIR]/b.raw@@@", 19 "@@@STEP_LOG_LINE@glob@[START_DIR]/c.raw@@@", 20 "@@@STEP_LOG_END@glob@@@" 21 ] 22 }, 23 { 24 "cmd": [ 25 "tar", 26 "-zcvf", 27 "[START_DIR]/raw_data.profraw.tar.gz", 28 "[START_DIR]/a.raw", 29 "[START_DIR]/b.raw", 30 "[START_DIR]/c.raw" 31 ], 32 "name": "create raw data archive" 33 }, 34 { 35 "cmd": [ 36 "gsutil", 37 "cp", 38 "[START_DIR]/raw_data.profraw.tar.gz", 39 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profraw.tar.gz" 40 ], 41 "name": "upload raw data archive" 42 }, 43 { 44 "cmd": [ 45 "[START_DIR]/clang_linux/bin/llvm-profdata", 46 "merge", 47 "-sparse", 48 "-o", 49 "[START_DIR]/output.profdata", 50 "[START_DIR]/a.raw", 51 "[START_DIR]/b.raw", 52 "[START_DIR]/c.raw" 53 ], 54 "name": "merge and index" 55 }, 56 { 57 "cmd": [ 58 "gsutil", 59 "cp", 60 "-Z", 61 "[START_DIR]/output.profdata", 62 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata" 63 ], 64 "name": "upload parsed data", 65 "~followup_annotations": [ 66 "step returned non-zero exit code: 1", 67 "@@@STEP_FAILURE@@@" 68 ] 69 }, 70 { 71 "cmd": [ 72 "gsutil", 73 "cp", 74 "-Z", 75 "[START_DIR]/output.profdata", 76 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata" 77 ], 78 "name": "upload parsed data (attempt 2)", 79 "~followup_annotations": [ 80 "step returned non-zero exit code: 1", 81 "@@@STEP_FAILURE@@@" 82 ] 83 }, 84 { 85 "cmd": [ 86 "gsutil", 87 "cp", 88 "-Z", 89 "[START_DIR]/output.profdata", 90 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata" 91 ], 92 "name": "upload parsed data (attempt 3)", 93 "~followup_annotations": [ 94 "step returned non-zero exit code: 1", 95 "@@@STEP_FAILURE@@@" 96 ] 97 }, 98 { 99 "cmd": [ 100 "gsutil", 101 "cp", 102 "-Z", 103 "[START_DIR]/output.profdata", 104 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata" 105 ], 106 "name": "upload parsed data (attempt 4)", 107 "~followup_annotations": [ 108 "step returned non-zero exit code: 1", 109 "@@@STEP_FAILURE@@@" 110 ] 111 }, 112 { 113 "cmd": [ 114 "gsutil", 115 "cp", 116 "-Z", 117 "[START_DIR]/output.profdata", 118 "gs://skia-coverage/commit/abc123/Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug-All.profdata" 119 ], 120 "name": "upload parsed data (attempt 5)", 121 "~followup_annotations": [ 122 "step returned non-zero exit code: 1", 123 "@@@STEP_FAILURE@@@" 124 ] 125 }, 126 { 127 "name": "$result", 128 "reason": "Step('upload parsed data (attempt 5)') failed with return_code 1", 129 "recipe_result": null, 130 "status_code": 1 131 } 132 ]