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.chromium.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
103 ] | 103 ] |
104 }, | 104 }, |
105 { | 105 { |
106 "cmd": [], | |
107 "cwd": "[SLAVE_BUILD]", | |
108 "name": "ensure_goma" | |
109 }, | |
110 { | |
111 "cmd": [ | |
112 "python", | |
113 "-u", | |
114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
115 "--platform", | |
116 "linux-amd64", | |
117 "--dest-directory", | |
118 "[SLAVE_BUILD]/cipd", | |
119 "--json-output", | |
120 "/path/to/tmp/json" | |
121 ], | |
122 "cwd": "[SLAVE_BUILD]", | |
123 "name": "ensure_goma.install cipd", | |
124 "~followup_annotations": [ | |
125 "@@@STEP_NEST_LEVEL@1@@@", | |
126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
127 "@@@STEP_LOG_LINE@json.output@{@@@", | |
128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
130 "@@@STEP_LOG_LINE@json.output@}@@@", | |
131 "@@@STEP_LOG_END@json.output@@@" | |
132 ] | |
133 }, | |
134 { | |
135 "cmd": [ | |
136 "[SLAVE_BUILD]/cipd/cipd", | |
137 "ensure", | |
138 "--root", | |
139 "[CACHE]/cipd/goma", | |
140 "--list", | |
141 "infra_internal/goma/client/linux-amd64 release", | |
142 "--json-output", | |
143 "/path/to/tmp/json", | |
144 "--service-account-json", | |
145 "/creds/service_accounts/service-account-goma-client.json" | |
146 ], | |
147 "cwd": "[SLAVE_BUILD]", | |
148 "name": "ensure_goma.ensure_installed", | |
149 "~followup_annotations": [ | |
150 "@@@STEP_NEST_LEVEL@1@@@", | |
151 "@@@STEP_LOG_LINE@json.output@{@@@", | |
152 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
153 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
154 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
155 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | |
156 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
157 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
158 "@@@STEP_LOG_LINE@json.output@}@@@", | |
159 "@@@STEP_LOG_END@json.output@@@" | |
160 ] | |
161 }, | |
162 { | |
163 "cmd": [ | 106 "cmd": [ |
164 "python", | 107 "python", |
165 "-u", | 108 "-u", |
166 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 109 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
167 "--version" | 110 "--version" |
168 ], | 111 ], |
169 "cwd": "[SLAVE_BUILD]", | 112 "cwd": "[SLAVE_BUILD]", |
170 "name": "swarming.py --version", | 113 "name": "swarming.py --version", |
171 "stdout": "/path/to/tmp/", | 114 "stdout": "/path/to/tmp/", |
172 "~followup_annotations": [ | 115 "~followup_annotations": [ |
173 "@@@STEP_TEXT@0.4.10@@@" | 116 "@@@STEP_TEXT@0.4.10@@@" |
174 ] | 117 ] |
175 }, | 118 }, |
176 { | 119 { |
177 "cmd": [ | 120 "cmd": [ |
178 "python", | 121 "python", |
179 "-u", | 122 "-u", |
180 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 123 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
181 "runhooks" | 124 "runhooks" |
182 ], | 125 ], |
183 "cwd": "[SLAVE_BUILD]", | 126 "cwd": "[SLAVE_BUILD]", |
184 "env": { | 127 "env": { |
185 "GYP_CHROMIUM_NO_ACTION": "1", | 128 "GYP_CHROMIUM_NO_ACTION": "1", |
186 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary
_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", | 129 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' proprietary_code
cs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", |
187 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 130 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
188 }, | 131 }, |
189 "name": "gclient runhooks (with patch)" | 132 "name": "gclient runhooks (with patch)" |
190 }, | 133 }, |
191 { | 134 { |
192 "cmd": [ | 135 "cmd": [ |
193 "python", | 136 "python", |
194 "-u", | 137 "-u", |
195 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 138 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
196 "--output", | 139 "--output", |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 "-u", | 305 "-u", |
363 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 306 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
364 "gen", | 307 "gen", |
365 "-m", | 308 "-m", |
366 "tryserver.chromium.linux", | 309 "tryserver.chromium.linux", |
367 "-b", | 310 "-b", |
368 "linux_chromium_rel_ng", | 311 "linux_chromium_rel_ng", |
369 "--config-file", | 312 "--config-file", |
370 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 313 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
371 "--goma-dir", | 314 "--goma-dir", |
372 "[CACHE]/cipd/goma", | 315 "[BUILD]/goma", |
373 "--swarming-targets-file", | 316 "--swarming-targets-file", |
374 "gl_tests\n", | 317 "gl_tests\n", |
375 "//out/Release" | 318 "//out/Release" |
376 ], | 319 ], |
377 "cwd": "[SLAVE_BUILD]", | 320 "cwd": "[SLAVE_BUILD]", |
378 "name": "generate_build_files (with patch)", | 321 "name": "generate_build_files (with patch)", |
379 "~followup_annotations": [ | 322 "~followup_annotations": [ |
380 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", | 323 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", |
381 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 324 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
382 ] | 325 ] |
(...skipping 15 matching lines...) Expand all Loading... |
398 "--src-dir", | 341 "--src-dir", |
399 "[SLAVE_BUILD]/src", | 342 "[SLAVE_BUILD]/src", |
400 "--goma-cache-dir", | 343 "--goma-cache-dir", |
401 "[GOMA_CACHE]", | 344 "[GOMA_CACHE]", |
402 "--build-tool", | 345 "--build-tool", |
403 "ninja", | 346 "ninja", |
404 "--compiler", | 347 "--compiler", |
405 "goma", | 348 "goma", |
406 "--goma-jsonstatus", | 349 "--goma-jsonstatus", |
407 "/path/to/tmp/json", | 350 "/path/to/tmp/json", |
408 "--goma-service-account-json-file", | |
409 "/creds/service_accounts/service-account-goma-client.json", | |
410 "--goma-dir", | 351 "--goma-dir", |
411 "[CACHE]/cipd/goma", | 352 "[BUILD]/goma", |
412 "--goma-fail-fast", | 353 "--goma-fail-fast", |
413 "--goma-disable-local-fallback", | 354 "--goma-disable-local-fallback", |
414 "--ninja-ensure-up-to-date", | 355 "--ninja-ensure-up-to-date", |
415 "--", | 356 "--", |
416 "chromium_swarm_tests", | 357 "chromium_swarm_tests", |
417 "gl_tests", | 358 "gl_tests", |
418 "gl_tests_run" | 359 "gl_tests_run" |
419 ], | 360 ], |
420 "cwd": "[SLAVE_BUILD]", | 361 "cwd": "[SLAVE_BUILD]", |
421 "name": "compile (with patch)", | 362 "name": "compile (with patch)", |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 { | 642 { |
702 "cmd": [ | 643 "cmd": [ |
703 "python", | 644 "python", |
704 "-u", | 645 "-u", |
705 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 646 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
706 "runhooks" | 647 "runhooks" |
707 ], | 648 ], |
708 "cwd": "[SLAVE_BUILD]", | 649 "cwd": "[SLAVE_BUILD]", |
709 "env": { | 650 "env": { |
710 "GYP_CHROMIUM_NO_ACTION": "1", | 651 "GYP_CHROMIUM_NO_ACTION": "1", |
711 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary
_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", | 652 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' proprietary_code
cs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", |
712 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 653 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
713 }, | 654 }, |
714 "name": "gclient runhooks (without patch)" | 655 "name": "gclient runhooks (without patch)" |
715 }, | 656 }, |
716 { | 657 { |
717 "cmd": [ | 658 "cmd": [ |
718 "python", | 659 "python", |
719 "-u", | 660 "-u", |
720 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 661 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
721 "--build-dir", | 662 "--build-dir", |
722 "[SLAVE_BUILD]/src/out/Release", | 663 "[SLAVE_BUILD]/src/out/Release", |
723 "--clean-isolated-files" | 664 "--clean-isolated-files" |
724 ], | 665 ], |
725 "cwd": "[SLAVE_BUILD]", | 666 "cwd": "[SLAVE_BUILD]", |
726 "name": "clean isolated files (2)" | 667 "name": "clean isolated files (2)" |
727 }, | 668 }, |
728 { | 669 { |
729 "cmd": [ | 670 "cmd": [ |
730 "python", | 671 "python", |
731 "-u", | 672 "-u", |
732 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 673 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
733 "gen", | 674 "gen", |
734 "-m", | 675 "-m", |
735 "tryserver.chromium.linux", | 676 "tryserver.chromium.linux", |
736 "-b", | 677 "-b", |
737 "linux_chromium_rel_ng", | 678 "linux_chromium_rel_ng", |
738 "--config-file", | 679 "--config-file", |
739 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 680 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
740 "--goma-dir", | 681 "--goma-dir", |
741 "[CACHE]/cipd/goma", | 682 "[BUILD]/goma", |
742 "--swarming-targets-file", | 683 "--swarming-targets-file", |
743 "gl_tests\n", | 684 "gl_tests\n", |
744 "//out/Release" | 685 "//out/Release" |
745 ], | 686 ], |
746 "cwd": "[SLAVE_BUILD]", | 687 "cwd": "[SLAVE_BUILD]", |
747 "name": "generate_build_files (without patch)", | 688 "name": "generate_build_files (without patch)", |
748 "~followup_annotations": [ | 689 "~followup_annotations": [ |
749 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", | 690 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", |
750 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 691 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
751 ] | 692 ] |
(...skipping 15 matching lines...) Expand all Loading... |
767 "--src-dir", | 708 "--src-dir", |
768 "[SLAVE_BUILD]/src", | 709 "[SLAVE_BUILD]/src", |
769 "--goma-cache-dir", | 710 "--goma-cache-dir", |
770 "[GOMA_CACHE]", | 711 "[GOMA_CACHE]", |
771 "--build-tool", | 712 "--build-tool", |
772 "ninja", | 713 "ninja", |
773 "--compiler", | 714 "--compiler", |
774 "goma", | 715 "goma", |
775 "--goma-jsonstatus", | 716 "--goma-jsonstatus", |
776 "/path/to/tmp/json", | 717 "/path/to/tmp/json", |
777 "--goma-service-account-json-file", | |
778 "/creds/service_accounts/service-account-goma-client.json", | |
779 "--goma-dir", | 718 "--goma-dir", |
780 "[CACHE]/cipd/goma", | 719 "[BUILD]/goma", |
781 "--goma-fail-fast", | 720 "--goma-fail-fast", |
782 "--goma-disable-local-fallback", | 721 "--goma-disable-local-fallback", |
783 "--ninja-ensure-up-to-date", | 722 "--ninja-ensure-up-to-date", |
784 "--", | 723 "--", |
785 "gl_tests", | 724 "gl_tests", |
786 "gl_tests_run" | 725 "gl_tests_run" |
787 ], | 726 ], |
788 "cwd": "[SLAVE_BUILD]", | 727 "cwd": "[SLAVE_BUILD]", |
789 "name": "compile (without patch)", | 728 "name": "compile (without patch)", |
790 "~followup_annotations": [ | 729 "~followup_annotations": [ |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
984 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 923 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
985 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" | 924 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" |
986 ] | 925 ] |
987 }, | 926 }, |
988 { | 927 { |
989 "name": "$result", | 928 "name": "$result", |
990 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", | 929 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", |
991 "status_code": 1 | 930 "status_code": 1 |
992 } | 931 } |
993 ] | 932 ] |
OLD | NEW |