| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 { | 481 { |
| 541 "cmd": [ | 482 "cmd": [ |
| 542 "python", | 483 "python", |
| 543 "-u", | 484 "-u", |
| 544 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 485 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 545 "runhooks" | 486 "runhooks" |
| 546 ], | 487 ], |
| 547 "cwd": "[SLAVE_BUILD]", | 488 "cwd": "[SLAVE_BUILD]", |
| 548 "env": { | 489 "env": { |
| 549 "GYP_CHROMIUM_NO_ACTION": "1", | 490 "GYP_CHROMIUM_NO_ACTION": "1", |
| 550 "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
", | 491 "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", |
| 551 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 492 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 552 }, | 493 }, |
| 553 "name": "gclient runhooks (without patch)" | 494 "name": "gclient runhooks (without patch)" |
| 554 }, | 495 }, |
| 555 { | 496 { |
| 556 "cmd": [ | 497 "cmd": [ |
| 557 "python", | 498 "python", |
| 558 "-u", | 499 "-u", |
| 559 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 500 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 560 "gen", | 501 "gen", |
| 561 "-m", | 502 "-m", |
| 562 "tryserver.blink", | 503 "tryserver.blink", |
| 563 "-b", | 504 "-b", |
| 564 "linux_blink_rel", | 505 "linux_blink_rel", |
| 565 "--config-file", | 506 "--config-file", |
| 566 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 507 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 567 "--goma-dir", | 508 "--goma-dir", |
| 568 "[CACHE]/cipd/goma", | 509 "[BUILD]/goma", |
| 569 "//out/Release" | 510 "//out/Release" |
| 570 ], | 511 ], |
| 571 "cwd": "[SLAVE_BUILD]", | 512 "cwd": "[SLAVE_BUILD]", |
| 572 "name": "generate_build_files (without patch)" | 513 "name": "generate_build_files (without patch)" |
| 573 }, | 514 }, |
| 574 { | 515 { |
| 575 "cmd": [ | 516 "cmd": [ |
| 576 "python", | 517 "python", |
| 577 "-u", | 518 "-u", |
| 578 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 519 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 579 "--show-path", | 520 "--show-path", |
| 580 "python", | 521 "python", |
| 581 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 522 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 582 "--gsutil-py-path", | 523 "--gsutil-py-path", |
| 583 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 524 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 584 "--ninja-path", | 525 "--ninja-path", |
| 585 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 526 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 586 "--target", | 527 "--target", |
| 587 "Release", | 528 "Release", |
| 588 "--src-dir", | 529 "--src-dir", |
| 589 "[SLAVE_BUILD]/src", | 530 "[SLAVE_BUILD]/src", |
| 590 "--goma-cache-dir", | 531 "--goma-cache-dir", |
| 591 "[GOMA_CACHE]", | 532 "[GOMA_CACHE]", |
| 592 "--build-tool", | 533 "--build-tool", |
| 593 "ninja", | 534 "ninja", |
| 594 "--compiler", | 535 "--compiler", |
| 595 "goma", | 536 "goma", |
| 596 "--goma-jsonstatus", | 537 "--goma-jsonstatus", |
| 597 "/path/to/tmp/json", | 538 "/path/to/tmp/json", |
| 598 "--goma-service-account-json-file", | |
| 599 "/creds/service_accounts/service-account-goma-client.json", | |
| 600 "--goma-dir", | 539 "--goma-dir", |
| 601 "[CACHE]/cipd/goma", | 540 "[BUILD]/goma", |
| 602 "--goma-fail-fast", | 541 "--goma-fail-fast", |
| 603 "--goma-disable-local-fallback", | 542 "--goma-disable-local-fallback", |
| 604 "--ninja-ensure-up-to-date", | 543 "--ninja-ensure-up-to-date", |
| 605 "--", | 544 "--", |
| 606 "blink_tests" | 545 "blink_tests" |
| 607 ], | 546 ], |
| 608 "cwd": "[SLAVE_BUILD]", | 547 "cwd": "[SLAVE_BUILD]", |
| 609 "name": "compile (without patch)", | 548 "name": "compile (without patch)", |
| 610 "~followup_annotations": [ | 549 "~followup_annotations": [ |
| 611 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 550 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 611 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
| 673 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" | 612 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" |
| 674 ] | 613 ] |
| 675 }, | 614 }, |
| 676 { | 615 { |
| 677 "name": "$result", | 616 "name": "$result", |
| 678 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 617 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
| 679 "status_code": 1 | 618 "status_code": 1 |
| 680 } | 619 } |
| 681 ] | 620 ] |
| OLD | NEW |