| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", |
| 7 "https://luci-config.appspot.com/_ah/api/config/v1/projects", | 7 "https://luci-config.appspot.com/_ah/api/config/v1/projects", |
| 8 "--outfile", | 8 "--outfile", |
| 9 "/path/to/tmp/", | 9 "/path/to/tmp/", |
| 10 "--attempts", | 10 "--attempts", |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "cmd": [ | 236 "cmd": [ |
| 237 "python", | 237 "python", |
| 238 "-u", | 238 "-u", |
| 239 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 239 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 240 "--", | 240 "--", |
| 241 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 241 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 242 "----", | 242 "----", |
| 243 "cat", | 243 "cat", |
| 244 "gs://recipe-roller-cl-uploads/repo_metadata/aHR0cHM6Ly9yZXBvLnJlcG8vYnVpb
GQ=" | 244 "gs://recipe-roller-cl-uploads/repo_metadata/aHR0cHM6Ly9yZXBvLnJlcG8vYnVpb
GQ=" |
| 245 ], | 245 ], |
| 246 "cwd": "[TMP_BASE]/roll_build_tmp_2", | |
| 247 "name": "build.gsutil repo_state", | 246 "name": "build.gsutil repo_state", |
| 248 "stderr": "/path/to/tmp/", | 247 "stderr": "/path/to/tmp/", |
| 249 "stdout": "/path/to/tmp/", | 248 "stdout": "/path/to/tmp/", |
| 250 "~followup_annotations": [ | 249 "~followup_annotations": [ |
| 251 "@@@STEP_NEST_LEVEL@1@@@", | 250 "@@@STEP_NEST_LEVEL@1@@@", |
| 252 "@@@STEP_LOG_LINE@stderr@No URLs matched@@@", | 251 "@@@STEP_LOG_LINE@stderr@No URLs matched@@@", |
| 253 "@@@STEP_LOG_END@stderr@@@" | 252 "@@@STEP_LOG_END@stderr@@@" |
| 254 ] | 253 ] |
| 255 }, | 254 }, |
| 256 { | 255 { |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 ], | 419 ], |
| 421 "name": "rmtree [TMP_BASE]/recipes_tmp_1" | 420 "name": "rmtree [TMP_BASE]/recipes_tmp_1" |
| 422 }, | 421 }, |
| 423 { | 422 { |
| 424 "name": "$result", | 423 "name": "$result", |
| 425 "reason": "1 out of 2 aggregated steps failed. Failures: Step('build.git cl
upload failed') failed with return_code 1", | 424 "reason": "1 out of 2 aggregated steps failed. Failures: Step('build.git cl
upload failed') failed with return_code 1", |
| 426 "recipe_result": null, | 425 "recipe_result": null, |
| 427 "status_code": 1 | 426 "status_code": 1 |
| 428 } | 427 } |
| 429 ] | 428 ] |
| OLD | NEW |