Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json

Issue 1915473003: goma: back to build-provided client and disable oauth2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 "-u", 272 "-u",
330 "[SLAVE_BUILD]/src/tools/mb/mb.py", 273 "[SLAVE_BUILD]/src/tools/mb/mb.py",
331 "gen", 274 "gen",
332 "-m", 275 "-m",
333 "tryserver.chromium.linux", 276 "tryserver.chromium.linux",
334 "-b", 277 "-b",
335 "linux_chromium_rel_ng", 278 "linux_chromium_rel_ng",
336 "--config-file", 279 "--config-file",
337 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 280 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
338 "--goma-dir", 281 "--goma-dir",
339 "[CACHE]/cipd/goma", 282 "[BUILD]/goma",
340 "//out/Release" 283 "//out/Release"
341 ], 284 ],
342 "cwd": "[SLAVE_BUILD]", 285 "cwd": "[SLAVE_BUILD]",
343 "name": "generate_build_files (with patch)" 286 "name": "generate_build_files (with patch)"
344 }, 287 },
345 { 288 {
346 "cmd": [ 289 "cmd": [
347 "python", 290 "python",
348 "-u", 291 "-u",
349 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 292 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
350 "--show-path", 293 "--show-path",
351 "python", 294 "python",
352 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 295 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
353 "--gsutil-py-path", 296 "--gsutil-py-path",
354 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
355 "--ninja-path", 298 "--ninja-path",
356 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 299 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
357 "--target", 300 "--target",
358 "Release", 301 "Release",
359 "--src-dir", 302 "--src-dir",
360 "[SLAVE_BUILD]/src", 303 "[SLAVE_BUILD]/src",
361 "--goma-cache-dir", 304 "--goma-cache-dir",
362 "[GOMA_CACHE]", 305 "[GOMA_CACHE]",
363 "--build-tool", 306 "--build-tool",
364 "ninja", 307 "ninja",
365 "--compiler", 308 "--compiler",
366 "goma", 309 "goma",
367 "--goma-jsonstatus", 310 "--goma-jsonstatus",
368 "/path/to/tmp/json", 311 "/path/to/tmp/json",
369 "--goma-service-account-json-file",
370 "/creds/service_accounts/service-account-goma-client.json",
371 "--goma-dir", 312 "--goma-dir",
372 "[CACHE]/cipd/goma", 313 "[BUILD]/goma",
373 "--goma-fail-fast", 314 "--goma-fail-fast",
374 "--goma-disable-local-fallback", 315 "--goma-disable-local-fallback",
375 "--ninja-ensure-up-to-date", 316 "--ninja-ensure-up-to-date",
376 "--", 317 "--",
377 "chromium_swarm_tests" 318 "chromium_swarm_tests"
378 ], 319 ],
379 "cwd": "[SLAVE_BUILD]", 320 "cwd": "[SLAVE_BUILD]",
380 "name": "compile (with patch)", 321 "name": "compile (with patch)",
381 "~followup_annotations": [ 322 "~followup_annotations": [
382 "step returned non-zero exit code: 1", 323 "step returned non-zero exit code: 1",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 { 419 {
479 "cmd": [ 420 "cmd": [
480 "python", 421 "python",
481 "-u", 422 "-u",
482 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 423 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
483 "runhooks" 424 "runhooks"
484 ], 425 ],
485 "cwd": "[SLAVE_BUILD]", 426 "cwd": "[SLAVE_BUILD]",
486 "env": { 427 "env": {
487 "GYP_CHROMIUM_NO_ACTION": "1", 428 "GYP_CHROMIUM_NO_ACTION": "1",
488 "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", 429 "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",
489 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 430 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
490 }, 431 },
491 "name": "gclient runhooks (without patch)" 432 "name": "gclient runhooks (without patch)"
492 }, 433 },
493 { 434 {
494 "cmd": [ 435 "cmd": [
495 "python", 436 "python",
496 "-u", 437 "-u",
497 "[SLAVE_BUILD]/src/tools/mb/mb.py", 438 "[SLAVE_BUILD]/src/tools/mb/mb.py",
498 "gen", 439 "gen",
499 "-m", 440 "-m",
500 "tryserver.chromium.linux", 441 "tryserver.chromium.linux",
501 "-b", 442 "-b",
502 "linux_chromium_rel_ng", 443 "linux_chromium_rel_ng",
503 "--config-file", 444 "--config-file",
504 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 445 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
505 "--goma-dir", 446 "--goma-dir",
506 "[CACHE]/cipd/goma", 447 "[BUILD]/goma",
507 "//out/Release" 448 "//out/Release"
508 ], 449 ],
509 "cwd": "[SLAVE_BUILD]", 450 "cwd": "[SLAVE_BUILD]",
510 "name": "generate_build_files (without patch)" 451 "name": "generate_build_files (without patch)"
511 }, 452 },
512 { 453 {
513 "cmd": [ 454 "cmd": [
514 "python", 455 "python",
515 "-u", 456 "-u",
516 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 457 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
517 "--show-path", 458 "--show-path",
518 "python", 459 "python",
519 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 460 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
520 "--gsutil-py-path", 461 "--gsutil-py-path",
521 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 462 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
522 "--ninja-path", 463 "--ninja-path",
523 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 464 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
524 "--target", 465 "--target",
525 "Release", 466 "Release",
526 "--src-dir", 467 "--src-dir",
527 "[SLAVE_BUILD]/src", 468 "[SLAVE_BUILD]/src",
528 "--goma-cache-dir", 469 "--goma-cache-dir",
529 "[GOMA_CACHE]", 470 "[GOMA_CACHE]",
530 "--build-tool", 471 "--build-tool",
531 "ninja", 472 "ninja",
532 "--compiler", 473 "--compiler",
533 "goma", 474 "goma",
534 "--goma-jsonstatus", 475 "--goma-jsonstatus",
535 "/path/to/tmp/json", 476 "/path/to/tmp/json",
536 "--goma-service-account-json-file",
537 "/creds/service_accounts/service-account-goma-client.json",
538 "--goma-dir", 477 "--goma-dir",
539 "[CACHE]/cipd/goma", 478 "[BUILD]/goma",
540 "--goma-fail-fast", 479 "--goma-fail-fast",
541 "--goma-disable-local-fallback", 480 "--goma-disable-local-fallback",
542 "--ninja-ensure-up-to-date", 481 "--ninja-ensure-up-to-date",
543 "--", 482 "--",
544 "chromium_swarm_tests" 483 "chromium_swarm_tests"
545 ], 484 ],
546 "cwd": "[SLAVE_BUILD]", 485 "cwd": "[SLAVE_BUILD]",
547 "name": "compile (without patch)", 486 "name": "compile (without patch)",
548 "~followup_annotations": [ 487 "~followup_annotations": [
549 "step returned non-zero exit code: 1", 488 "step returned non-zero exit code: 1",
(...skipping 16 matching lines...) Expand all
566 "~followup_annotations": [ 505 "~followup_annotations": [
567 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@" 506 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@"
568 ] 507 ]
569 }, 508 },
570 { 509 {
571 "name": "$result", 510 "name": "$result",
572 "reason": "Step('compile (without patch)') failed with return_code 1", 511 "reason": "Step('compile (without patch)') failed with return_code 1",
573 "status_code": 1 512 "status_code": 1
574 } 513 }
575 ] 514 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698