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]/V8_Blink_Linux_64", | 7 "[BUILDER_CACHE]/V8_Blink_Linux_64", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 "@@@STEP_LOG_END@json.output@@@" | 159 "@@@STEP_LOG_END@json.output@@@" |
160 ] | 160 ] |
161 }, | 161 }, |
162 { | 162 { |
163 "cmd": [ | 163 "cmd": [ |
164 "[SLAVE_BUILD]/cipd/cipd", | 164 "[SLAVE_BUILD]/cipd/cipd", |
165 "ensure", | 165 "ensure", |
166 "--root", | 166 "--root", |
167 "[CACHE]/cipd/goma", | 167 "[CACHE]/cipd/goma", |
168 "--list", | 168 "--list", |
169 "infra/tools/cloudtail/linux-amd64 git_revision:c6b17d5aa4fa6396c5f9712481
20e0e624c21fb3\ninfra_internal/goma/client/linux-amd64 release", | 169 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma
/client/linux-amd64 release", |
170 "--json-output", | 170 "--json-output", |
171 "/path/to/tmp/json", | 171 "/path/to/tmp/json", |
172 "--service-account-json", | 172 "--service-account-json", |
173 "/creds/service_accounts/service-account-goma-client.json" | 173 "/creds/service_accounts/service-account-goma-client.json" |
174 ], | 174 ], |
175 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", | 175 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
176 "name": "ensure_goma.ensure_installed", | 176 "name": "ensure_goma.ensure_installed", |
177 "~followup_annotations": [ | 177 "~followup_annotations": [ |
178 "@@@STEP_NEST_LEVEL@1@@@", | 178 "@@@STEP_NEST_LEVEL@1@@@", |
179 "@@@STEP_LOG_LINE@json.output@{@@@", | 179 "@@@STEP_LOG_LINE@json.output@{@@@", |
180 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 180 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
181 "@@@STEP_LOG_LINE@json.output@ {@@@", | 181 "@@@STEP_LOG_LINE@json.output@ {@@@", |
182 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-git_revision:c6b\", @@@", | 182 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-goma_recipe_modu\", @@@", |
183 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l
inux-amd64\"@@@", | 183 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l
inux-amd64\"@@@", |
184 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 184 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
185 "@@@STEP_LOG_LINE@json.output@ {@@@", | 185 "@@@STEP_LOG_LINE@json.output@ {@@@", |
186 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 186 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
187 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 187 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
188 "@@@STEP_LOG_LINE@json.output@ }@@@", | 188 "@@@STEP_LOG_LINE@json.output@ }@@@", |
189 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 189 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
190 "@@@STEP_LOG_LINE@json.output@}@@@", | 190 "@@@STEP_LOG_LINE@json.output@}@@@", |
191 "@@@STEP_LOG_END@json.output@@@" | 191 "@@@STEP_LOG_END@json.output@@@" |
192 ] | 192 ] |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 "@@@STEP_FAILURE@@@" | 376 "@@@STEP_FAILURE@@@" |
377 ] | 377 ] |
378 }, | 378 }, |
379 { | 379 { |
380 "name": "$result", | 380 "name": "$result", |
381 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 381 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
382 "recipe_result": null, | 382 "recipe_result": null, |
383 "status_code": 1 | 383 "status_code": 1 |
384 } | 384 } |
385 ] | 385 ] |
OLD | NEW |