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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 "-u", | 284 "-u", |
342 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 285 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
343 "gen", | 286 "gen", |
344 "-m", | 287 "-m", |
345 "tryserver.chromium.linux", | 288 "tryserver.chromium.linux", |
346 "-b", | 289 "-b", |
347 "linux_chromium_rel_ng", | 290 "linux_chromium_rel_ng", |
348 "--config-file", | 291 "--config-file", |
349 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 292 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
350 "--goma-dir", | 293 "--goma-dir", |
351 "[CACHE]/cipd/goma", | 294 "[BUILD]/goma", |
352 "//out/Release" | 295 "//out/Release" |
353 ], | 296 ], |
354 "cwd": "[SLAVE_BUILD]", | 297 "cwd": "[SLAVE_BUILD]", |
355 "name": "generate_build_files (with patch)" | 298 "name": "generate_build_files (with patch)" |
356 }, | 299 }, |
357 { | 300 { |
358 "cmd": [ | 301 "cmd": [ |
359 "python", | 302 "python", |
360 "-u", | 303 "-u", |
361 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 304 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
362 "--show-path", | 305 "--show-path", |
363 "python", | 306 "python", |
364 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 307 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
365 "--gsutil-py-path", | 308 "--gsutil-py-path", |
366 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 309 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
367 "--ninja-path", | 310 "--ninja-path", |
368 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 311 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
369 "--target", | 312 "--target", |
370 "Release", | 313 "Release", |
371 "--src-dir", | 314 "--src-dir", |
372 "[SLAVE_BUILD]/src", | 315 "[SLAVE_BUILD]/src", |
373 "--goma-cache-dir", | 316 "--goma-cache-dir", |
374 "[GOMA_CACHE]", | 317 "[GOMA_CACHE]", |
375 "--build-tool", | 318 "--build-tool", |
376 "ninja", | 319 "ninja", |
377 "--compiler", | 320 "--compiler", |
378 "goma", | 321 "goma", |
379 "--goma-jsonstatus", | 322 "--goma-jsonstatus", |
380 "/path/to/tmp/json", | 323 "/path/to/tmp/json", |
381 "--goma-service-account-json-file", | |
382 "/creds/service_accounts/service-account-goma-client.json", | |
383 "--goma-dir", | 324 "--goma-dir", |
384 "[CACHE]/cipd/goma", | 325 "[BUILD]/goma", |
385 "--goma-fail-fast", | 326 "--goma-fail-fast", |
386 "--goma-disable-local-fallback", | 327 "--goma-disable-local-fallback", |
387 "--ninja-ensure-up-to-date", | 328 "--ninja-ensure-up-to-date", |
388 "--", | 329 "--", |
389 "base_unittests", | 330 "base_unittests", |
390 "chromium_swarm_tests" | 331 "chromium_swarm_tests" |
391 ], | 332 ], |
392 "cwd": "[SLAVE_BUILD]", | 333 "cwd": "[SLAVE_BUILD]", |
393 "name": "compile (with patch)", | 334 "name": "compile (with patch)", |
394 "~followup_annotations": [ | 335 "~followup_annotations": [ |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
531 { | 472 { |
532 "cmd": [ | 473 "cmd": [ |
533 "python", | 474 "python", |
534 "-u", | 475 "-u", |
535 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 476 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
536 "runhooks" | 477 "runhooks" |
537 ], | 478 ], |
538 "cwd": "[SLAVE_BUILD]", | 479 "cwd": "[SLAVE_BUILD]", |
539 "env": { | 480 "env": { |
540 "GYP_CHROMIUM_NO_ACTION": "1", | 481 "GYP_CHROMIUM_NO_ACTION": "1", |
541 "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", | 482 "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", |
542 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 483 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
543 }, | 484 }, |
544 "name": "gclient runhooks (without patch)" | 485 "name": "gclient runhooks (without patch)" |
545 }, | 486 }, |
546 { | 487 { |
547 "cmd": [ | 488 "cmd": [ |
548 "python", | 489 "python", |
549 "-u", | 490 "-u", |
550 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 491 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
551 "gen", | 492 "gen", |
552 "-m", | 493 "-m", |
553 "tryserver.chromium.linux", | 494 "tryserver.chromium.linux", |
554 "-b", | 495 "-b", |
555 "linux_chromium_rel_ng", | 496 "linux_chromium_rel_ng", |
556 "--config-file", | 497 "--config-file", |
557 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 498 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
558 "--goma-dir", | 499 "--goma-dir", |
559 "[CACHE]/cipd/goma", | 500 "[BUILD]/goma", |
560 "//out/Release" | 501 "//out/Release" |
561 ], | 502 ], |
562 "cwd": "[SLAVE_BUILD]", | 503 "cwd": "[SLAVE_BUILD]", |
563 "name": "generate_build_files (without patch)" | 504 "name": "generate_build_files (without patch)" |
564 }, | 505 }, |
565 { | 506 { |
566 "cmd": [ | 507 "cmd": [ |
567 "python", | 508 "python", |
568 "-u", | 509 "-u", |
569 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 510 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
570 "--show-path", | 511 "--show-path", |
571 "python", | 512 "python", |
572 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 513 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
573 "--gsutil-py-path", | 514 "--gsutil-py-path", |
574 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 515 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
575 "--ninja-path", | 516 "--ninja-path", |
576 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 517 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
577 "--target", | 518 "--target", |
578 "Release", | 519 "Release", |
579 "--src-dir", | 520 "--src-dir", |
580 "[SLAVE_BUILD]/src", | 521 "[SLAVE_BUILD]/src", |
581 "--goma-cache-dir", | 522 "--goma-cache-dir", |
582 "[GOMA_CACHE]", | 523 "[GOMA_CACHE]", |
583 "--build-tool", | 524 "--build-tool", |
584 "ninja", | 525 "ninja", |
585 "--compiler", | 526 "--compiler", |
586 "goma", | 527 "goma", |
587 "--goma-jsonstatus", | 528 "--goma-jsonstatus", |
588 "/path/to/tmp/json", | 529 "/path/to/tmp/json", |
589 "--goma-service-account-json-file", | |
590 "/creds/service_accounts/service-account-goma-client.json", | |
591 "--goma-dir", | 530 "--goma-dir", |
592 "[CACHE]/cipd/goma", | 531 "[BUILD]/goma", |
593 "--goma-fail-fast", | 532 "--goma-fail-fast", |
594 "--goma-disable-local-fallback", | 533 "--goma-disable-local-fallback", |
595 "--ninja-ensure-up-to-date", | 534 "--ninja-ensure-up-to-date", |
596 "--", | 535 "--", |
597 "base_unittests" | 536 "base_unittests" |
598 ], | 537 ], |
599 "cwd": "[SLAVE_BUILD]", | 538 "cwd": "[SLAVE_BUILD]", |
600 "name": "compile (without patch)", | 539 "name": "compile (without patch)", |
601 "~followup_annotations": [ | 540 "~followup_annotations": [ |
602 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 541 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
653 "@@@STEP_FAILURE@@@", | 592 "@@@STEP_FAILURE@@@", |
654 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 593 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
655 ] | 594 ] |
656 }, | 595 }, |
657 { | 596 { |
658 "name": "$result", | 597 "name": "$result", |
659 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 598 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
660 "status_code": 1 | 599 "status_code": 1 |
661 } | 600 } |
662 ] | 601 ] |
OLD | NEW |