| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_blink_rel", | 10 "linux_blink_rel", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
| 100 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 100 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 101 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 101 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 102 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 102 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 103 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 103 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 104 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 104 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 105 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 105 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 106 ] | 106 ] |
| 107 }, | 107 }, |
| 108 { | 108 { |
| 109 "cmd": [], | |
| 110 "cwd": "[SLAVE_BUILD]", | |
| 111 "name": "ensure_goma" | |
| 112 }, | |
| 113 { | |
| 114 "cmd": [ | |
| 115 "python", | |
| 116 "-u", | |
| 117 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
| 118 "--platform", | |
| 119 "linux-amd64", | |
| 120 "--dest-directory", | |
| 121 "[SLAVE_BUILD]/cipd", | |
| 122 "--json-output", | |
| 123 "/path/to/tmp/json" | |
| 124 ], | |
| 125 "cwd": "[SLAVE_BUILD]", | |
| 126 "name": "ensure_goma.install cipd", | |
| 127 "~followup_annotations": [ | |
| 128 "@@@STEP_NEST_LEVEL@1@@@", | |
| 129 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 130 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 131 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
| 132 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 133 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 134 "@@@STEP_LOG_END@json.output@@@" | |
| 135 ] | |
| 136 }, | |
| 137 { | |
| 138 "cmd": [ | |
| 139 "[SLAVE_BUILD]/cipd/cipd", | |
| 140 "ensure", | |
| 141 "--root", | |
| 142 "[CACHE]/cipd/goma", | |
| 143 "--list", | |
| 144 "infra_internal/goma/client/linux-amd64 release", | |
| 145 "--json-output", | |
| 146 "/path/to/tmp/json", | |
| 147 "--service-account-json", | |
| 148 "/creds/service_accounts/service-account-goma-client.json" | |
| 149 ], | |
| 150 "cwd": "[SLAVE_BUILD]", | |
| 151 "name": "ensure_goma.ensure_installed", | |
| 152 "~followup_annotations": [ | |
| 153 "@@@STEP_NEST_LEVEL@1@@@", | |
| 154 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 155 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 156 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 157 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 158 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | |
| 159 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 160 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 161 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 162 "@@@STEP_LOG_END@json.output@@@" | |
| 163 ] | |
| 164 }, | |
| 165 { | |
| 166 "cmd": [ | 109 "cmd": [ |
| 167 "python", | 110 "python", |
| 168 "-u", | 111 "-u", |
| 169 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 112 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 170 "--version" | 113 "--version" |
| 171 ], | 114 ], |
| 172 "cwd": "[SLAVE_BUILD]", | 115 "cwd": "[SLAVE_BUILD]", |
| 173 "name": "swarming.py --version", | 116 "name": "swarming.py --version", |
| 174 "stdout": "/path/to/tmp/", | 117 "stdout": "/path/to/tmp/", |
| 175 "~followup_annotations": [ | 118 "~followup_annotations": [ |
| 176 "@@@STEP_TEXT@0.4.10@@@" | 119 "@@@STEP_TEXT@0.4.10@@@" |
| 177 ] | 120 ] |
| 178 }, | 121 }, |
| 179 { | 122 { |
| 180 "cmd": [ | 123 "cmd": [ |
| 181 "python", | 124 "python", |
| 182 "-u", | 125 "-u", |
| 183 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 126 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 184 "runhooks" | 127 "runhooks" |
| 185 ], | 128 ], |
| 186 "cwd": "[SLAVE_BUILD]", | 129 "cwd": "[SLAVE_BUILD]", |
| 187 "env": { | 130 "env": { |
| 188 "GYP_CHROMIUM_NO_ACTION": "1", | 131 "GYP_CHROMIUM_NO_ACTION": "1", |
| 189 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1
", | 132 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1", |
| 190 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 191 }, | 134 }, |
| 192 "name": "gclient runhooks (with patch)" | 135 "name": "gclient runhooks (with patch)" |
| 193 }, | 136 }, |
| 194 { | 137 { |
| 195 "cmd": [ | 138 "cmd": [ |
| 196 "python", | 139 "python", |
| 197 "-u", | 140 "-u", |
| 198 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 141 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 199 "--output", | 142 "--output", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 "-u", | 260 "-u", |
| 318 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 261 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 319 "gen", | 262 "gen", |
| 320 "-m", | 263 "-m", |
| 321 "tryserver.blink", | 264 "tryserver.blink", |
| 322 "-b", | 265 "-b", |
| 323 "linux_blink_rel", | 266 "linux_blink_rel", |
| 324 "--config-file", | 267 "--config-file", |
| 325 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 268 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 326 "--goma-dir", | 269 "--goma-dir", |
| 327 "[CACHE]/cipd/goma", | 270 "[BUILD]/goma", |
| 328 "//out/Release" | 271 "//out/Release" |
| 329 ], | 272 ], |
| 330 "cwd": "[SLAVE_BUILD]", | 273 "cwd": "[SLAVE_BUILD]", |
| 331 "name": "generate_build_files (with patch)" | 274 "name": "generate_build_files (with patch)" |
| 332 }, | 275 }, |
| 333 { | 276 { |
| 334 "cmd": [ | 277 "cmd": [ |
| 335 "python", | 278 "python", |
| 336 "-u", | 279 "-u", |
| 337 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 280 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 338 "--show-path", | 281 "--show-path", |
| 339 "python", | 282 "python", |
| 340 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 283 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 341 "--gsutil-py-path", | 284 "--gsutil-py-path", |
| 342 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 285 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 343 "--ninja-path", | 286 "--ninja-path", |
| 344 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 345 "--target", | 288 "--target", |
| 346 "Release", | 289 "Release", |
| 347 "--src-dir", | 290 "--src-dir", |
| 348 "[SLAVE_BUILD]/src", | 291 "[SLAVE_BUILD]/src", |
| 349 "--goma-cache-dir", | 292 "--goma-cache-dir", |
| 350 "[GOMA_CACHE]", | 293 "[GOMA_CACHE]", |
| 351 "--build-tool", | 294 "--build-tool", |
| 352 "ninja", | 295 "ninja", |
| 353 "--compiler", | 296 "--compiler", |
| 354 "goma", | 297 "goma", |
| 355 "--goma-jsonstatus", | 298 "--goma-jsonstatus", |
| 356 "/path/to/tmp/json", | 299 "/path/to/tmp/json", |
| 357 "--goma-service-account-json-file", | |
| 358 "/creds/service_accounts/service-account-goma-client.json", | |
| 359 "--goma-dir", | 300 "--goma-dir", |
| 360 "[CACHE]/cipd/goma", | 301 "[BUILD]/goma", |
| 361 "--goma-fail-fast", | 302 "--goma-fail-fast", |
| 362 "--goma-disable-local-fallback", | 303 "--goma-disable-local-fallback", |
| 363 "--ninja-ensure-up-to-date", | 304 "--ninja-ensure-up-to-date", |
| 364 "--", | 305 "--", |
| 365 "blink_tests" | 306 "blink_tests" |
| 366 ], | 307 ], |
| 367 "cwd": "[SLAVE_BUILD]", | 308 "cwd": "[SLAVE_BUILD]", |
| 368 "name": "compile (with patch)", | 309 "name": "compile (with patch)", |
| 369 "~followup_annotations": [ | 310 "~followup_annotations": [ |
| 370 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 311 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 "@@@STEP_FAILURE@@@", | 402 "@@@STEP_FAILURE@@@", |
| 462 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 403 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
| 463 ] | 404 ] |
| 464 }, | 405 }, |
| 465 { | 406 { |
| 466 "name": "$result", | 407 "name": "$result", |
| 467 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 408 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
| 468 "status_code": 1 | 409 "status_code": 1 |
| 469 } | 410 } |
| 470 ] | 411 ] |
| OLD | NEW |