| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Chromium ASAN - debug", | 10 "Chromium ASAN - debug", |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 { | 144 { |
| 145 "cmd": [ | 145 "cmd": [ |
| 146 "python", | 146 "python", |
| 147 "-u", | 147 "-u", |
| 148 "[BUILD]/scripts/slave/cleanup_temp.py" | 148 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 149 ], | 149 ], |
| 150 "cwd": "[SLAVE_BUILD]", | 150 "cwd": "[SLAVE_BUILD]", |
| 151 "name": "cleanup_temp" | 151 "name": "cleanup_temp" |
| 152 }, | 152 }, |
| 153 { | 153 { |
| 154 "allow_subannotations": true, | |
| 155 "cmd": [ | |
| 156 "python", | |
| 157 "-u", | |
| 158 "[BUILD]/scripts/slave/clang_revision.py", | |
| 159 "--src-dir", | |
| 160 "[SLAVE_BUILD]/src", | |
| 161 "--output-json", | |
| 162 "/path/to/tmp/json" | |
| 163 ], | |
| 164 "cwd": "[SLAVE_BUILD]", | |
| 165 "name": "clang_revision", | |
| 166 "~followup_annotations": [ | |
| 167 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 168 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
| 169 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 170 "@@@STEP_LOG_END@json.output@@@" | |
| 171 ] | |
| 172 }, | |
| 173 { | |
| 174 "cmd": [ | 154 "cmd": [ |
| 175 "python", | 155 "python", |
| 176 "-u", | 156 "-u", |
| 177 "[BUILD]/scripts/slave/compile.py", | 157 "import sys; sys.exit(1)" |
| 178 "--target", | |
| 179 "Debug", | |
| 180 "--src-dir", | |
| 181 "[SLAVE_BUILD]/src", | |
| 182 "--build-tool", | |
| 183 "ninja", | |
| 184 "--compiler", | |
| 185 "goma-clang", | |
| 186 "--goma-jsonstatus", | |
| 187 "/path/to/tmp/json", | |
| 188 "--goma-dir", | |
| 189 "[BUILD]/goma", | |
| 190 "--clobber", | |
| 191 "--", | |
| 192 "chromium_builder_asan" | |
| 193 ], | 158 ], |
| 194 "cwd": "[SLAVE_BUILD]", | 159 "cwd": "[SLAVE_BUILD]", |
| 195 "name": "compile", | 160 "name": "compile", |
| 196 "~followup_annotations": [ | 161 "~followup_annotations": [ |
| 197 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 162 "step returned non-zero exit code: 1", |
| 198 "@@@STEP_LOG_END@json.output (invalid)@@@" | 163 "@@@STEP_TEXT@Please add explicit compile targets for the build@@@", |
| 199 ] | 164 "@@@STEP_FAILURE@@@" |
| 200 }, | |
| 201 { | |
| 202 "cmd": [ | |
| 203 "python", | |
| 204 "-u", | |
| 205 "\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", | |
| 206 "[SLAVE_BUILD]/src/out/Debug", | |
| 207 "/path/to/tmp/json" | |
| 208 ], | |
| 209 "cwd": "[SLAVE_BUILD]", | |
| 210 "name": "listdir build_dir", | |
| 211 "~followup_annotations": [ | |
| 212 "@@@STEP_LOG_LINE@json.output@[@@@", | |
| 213 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | |
| 214 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | |
| 215 "@@@STEP_LOG_LINE@json.output@]@@@", | |
| 216 "@@@STEP_LOG_END@json.output@@@", | |
| 217 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 218 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", | |
| 219 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", | |
| 220 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", | |
| 221 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", | |
| 222 "@@@STEP_LOG_END@python.inline@@@" | |
| 223 ] | |
| 224 }, | |
| 225 { | |
| 226 "cmd": [ | |
| 227 "python", | |
| 228 "-u", | |
| 229 "RECIPE_MODULE[archive]/resources/zip_archive.py", | |
| 230 "[TMP_BASE]/chrome_staging_tmp_1", | |
| 231 "asan-linux-debug-v8-component-43426", | |
| 232 "[\"file 1\", \"file 2\"]", | |
| 233 "[SLAVE_BUILD]/src/out/Debug" | |
| 234 ], | |
| 235 "cwd": "[SLAVE_BUILD]", | |
| 236 "name": "zipping" | |
| 237 }, | |
| 238 { | |
| 239 "cmd": [ | |
| 240 "python", | |
| 241 "-u", | |
| 242 "[DEPOT_TOOLS]/gsutil.py", | |
| 243 "--", | |
| 244 "-h", | |
| 245 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#43426}", | |
| 246 "-h", | |
| 247 "x-goog-meta-Cr-Commit-Position-Number:43426", | |
| 248 "-h", | |
| 249 "x-goog-meta-Cr-Git-Commit:801ada225ddc271c132c3a35f03975671d43e399", | |
| 250 "cp", | |
| 251 "-a", | |
| 252 "public-read", | |
| 253 "[TMP_BASE]/chrome_staging_tmp_1/asan-linux-debug-v8-component-43426.zip", | |
| 254 "gs://v8-asan/linux-debug/asan-linux-debug-v8-component-43426.zip" | |
| 255 ], | |
| 256 "cwd": "[SLAVE_BUILD]", | |
| 257 "name": "gsutil upload", | |
| 258 "~followup_annotations": [ | |
| 259 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-asan/linux
-debug/asan-linux-debug-v8-component-43426.zip@@@" | |
| 260 ] | |
| 261 }, | |
| 262 { | |
| 263 "cmd": [ | |
| 264 "python", | |
| 265 "-u", | |
| 266 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", | |
| 267 "[TMP_BASE]/chrome_staging_tmp_1/asan-linux-debug-v8-component-43426.zip" | |
| 268 ], | |
| 269 "cwd": "[SLAVE_BUILD]", | |
| 270 "name": "asan-linux-debug-v8-component-43426.zip", | |
| 271 "~followup_annotations": [ | |
| 272 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 273 "@@@STEP_LOG_LINE@python.inline@import os@@@", | |
| 274 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | |
| 275 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | |
| 276 "@@@STEP_LOG_END@python.inline@@@" | |
| 277 ] | 165 ] |
| 278 }, | 166 }, |
| 279 { | 167 { |
| 280 "name": "$result", | 168 "name": "$result", |
| 281 "recipe_result": null, | 169 "reason": "Step('compile') failed with return_code 1", |
| 282 "status_code": 0 | 170 "status_code": 1 |
| 283 } | 171 } |
| 284 ] | 172 ] |
| OLD | NEW |