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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN.json

Issue 2306733002: The *SAN bots are now all Clang bots. (Closed)
Patch Set: Created 4 years, 3 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n", 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n",
7 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN\", \"b uildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabo t-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN\", \ "buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\" , \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skia bot-linux-swarm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
11 "@@@STEP_LOG_LINE@python.inline@@@@", 11 "@@@STEP_LOG_LINE@python.inline@@@@",
12 "@@@STEP_LOG_LINE@python.inline@import json@@@", 12 "@@@STEP_LOG_LINE@python.inline@import json@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
14 "@@@STEP_LOG_LINE@python.inline@@@@", 14 "@@@STEP_LOG_LINE@python.inline@@@@",
15 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", 15 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@",
16 "@@@STEP_LOG_LINE@python.inline@ content = json.load(f)@@@", 16 "@@@STEP_LOG_LINE@python.inline@ content = json.load(f)@@@",
17 "@@@STEP_LOG_LINE@python.inline@@@@", 17 "@@@STEP_LOG_LINE@python.inline@@@@",
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "trigger", 330 "trigger",
331 "--swarming", 331 "--swarming",
332 "https://chromium-swarm.appspot.com", 332 "https://chromium-swarm.appspot.com",
333 "--isolate-server", 333 "--isolate-server",
334 "https://isolateserver.appspot.com", 334 "https://isolateserver.appspot.com",
335 "--priority", 335 "--priority",
336 "90", 336 "90",
337 "--shards", 337 "--shards",
338 "1", 338 "1",
339 "--task-name", 339 "--task-name",
340 "compile_skia/Ubuntu/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug- MSAN/5", 340 "compile_skia/Ubuntu/[dummy has/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debu g-MSAN/5",
341 "--dump-json", 341 "--dump-json",
342 "/path/to/tmp/json", 342 "/path/to/tmp/json",
343 "--expiration", 343 "--expiration",
344 "72000", 344 "72000",
345 "--io-timeout", 345 "--io-timeout",
346 "2400", 346 "2400",
347 "--hard-timeout", 347 "--hard-timeout",
348 "14400", 348 "14400",
349 "--dimension", 349 "--dimension",
350 "gpu", 350 "gpu",
351 "none", 351 "none",
352 "--dimension", 352 "--dimension",
353 "os", 353 "os",
354 "Ubuntu", 354 "Ubuntu",
355 "--dimension", 355 "--dimension",
356 "pool", 356 "pool",
357 "Skia", 357 "Skia",
358 "--tag", 358 "--tag",
359 "allow_milo:1", 359 "allow_milo:1",
360 "--tag", 360 "--tag",
361 "buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN", 361 "buildername:Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN",
362 "--tag", 362 "--tag",
363 "buildnumber:5", 363 "buildnumber:5",
364 "--tag", 364 "--tag",
365 "data:[dummy hash for compile_skia]", 365 "data:[dummy hash for compile_skia]",
366 "--tag", 366 "--tag",
367 "master:client.skia", 367 "master:client.skia",
368 "--tag", 368 "--tag",
369 "name:compile_skia", 369 "name:compile_skia",
370 "--tag", 370 "--tag",
371 "os:Ubuntu", 371 "os:Ubuntu",
372 "--tag", 372 "--tag",
373 "revision:abc123", 373 "revision:abc123",
374 "--tag", 374 "--tag",
375 "slavename:skiabot-linux-swarm-000", 375 "slavename:skiabot-linux-swarm-000",
376 "--tag", 376 "--tag",
377 "stepname:compile_skia on Ubuntu", 377 "stepname:compile_skia on Ubuntu",
378 "--idempotent", 378 "--idempotent",
379 "--cipd-package", 379 "--cipd-package",
380 "clang_linux:skia/bots/clang_linux:version:0", 380 "clang_linux:skia/bots/clang_linux:version:0",
381 "[dummy hash for compile_skia]", 381 "[dummy hash for compile_skia]",
382 "--", 382 "--",
383 "--workdir", 383 "--workdir",
384 "../../..", 384 "../../..",
385 "swarm_compile", 385 "swarm_compile",
386 "buildername=Build-Ubuntu-GCC-x86_64-Debug-MSAN", 386 "buildername=Build-Ubuntu-Clang-x86_64-Debug-MSAN",
387 "mastername=client.skia.compile", 387 "mastername=client.skia.compile",
388 "buildnumber=1", 388 "buildnumber=1",
389 "slavename=skiabot-dummy-compile-slave", 389 "slavename=skiabot-dummy-compile-slave",
390 "reason=Triggered by Skia swarm_trigger Recipe", 390 "reason=Triggered by Skia swarm_trigger Recipe",
391 "swarm_out_dir=${ISOLATED_OUTDIR}", 391 "swarm_out_dir=${ISOLATED_OUTDIR}",
392 "revision=abc123" 392 "revision=abc123"
393 ], 393 ],
394 "name": "[trigger] compile_skia on Ubuntu", 394 "name": "[trigger] compile_skia on Ubuntu",
395 "~followup_annotations": [ 395 "~followup_annotations": [
396 "@@@STEP_LOG_LINE@json.output@{@@@", 396 "@@@STEP_LOG_LINE@json.output@{@@@",
397 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/ [dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN/5\", @@@", 397 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/ [dummy has/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN/5\", @@@",
398 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 398 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
399 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/[dummy has/Test-Ub untu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN/5\": {@@@", 399 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/[dummy has/Test-Ub untu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN/5\": {@@@",
400 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 400 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
401 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 401 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
402 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 402 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
403 "@@@STEP_LOG_LINE@json.output@ }@@@", 403 "@@@STEP_LOG_LINE@json.output@ }@@@",
404 "@@@STEP_LOG_LINE@json.output@ }@@@", 404 "@@@STEP_LOG_LINE@json.output@ }@@@",
405 "@@@STEP_LOG_LINE@json.output@}@@@", 405 "@@@STEP_LOG_LINE@json.output@}@@@",
406 "@@@STEP_LOG_END@json.output@@@", 406 "@@@STEP_LOG_END@json.output@@@",
407 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@", 407 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
408 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/10000@@@" 408 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/10000@@@"
409 ] 409 ]
410 }, 410 },
411 { 411 {
412 "cmd": [ 412 "cmd": [
413 "python", 413 "python",
414 "-u", 414 "-u",
415 "[SLAVE_BUILD]/swarming.client/swarming.py", 415 "[SLAVE_BUILD]/swarming.client/swarming.py",
416 "collect", 416 "collect",
417 "--swarming", 417 "--swarming",
418 "https://chromium-swarm.appspot.com", 418 "https://chromium-swarm.appspot.com",
419 "--decorate", 419 "--decorate",
420 "--print-status-updates", 420 "--print-status-updates",
421 "--json", 421 "--json",
422 "{\"base_task_name\": \"compile_skia/Ubuntu/[dummy has/Test-Ubuntu-GCC-GCE -CPU-AVX2-x86_64-Debug-MSAN/5\", \"tasks\": {\"compile_skia/Ubuntu/[dummy has/Te st-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN/5\": {\"shard_index\": 0, \"task_id \": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/1000 0\"}}}", 422 "{\"base_task_name\": \"compile_skia/Ubuntu/[dummy has/Test-Ubuntu-Clang-G CE-CPU-AVX2-x86_64-Debug-MSAN/5\", \"tasks\": {\"compile_skia/Ubuntu/[dummy has/ Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN/5\": {\"shard_index\": 0, \"tas k_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/ 10000\"}}}",
423 "--task-summary-json", 423 "--task-summary-json",
424 "/path/to/tmp/json" 424 "/path/to/tmp/json"
425 ], 425 ],
426 "name": "compile_skia on Ubuntu", 426 "name": "compile_skia on Ubuntu",
427 "~followup_annotations": [ 427 "~followup_annotations": [
428 "@@@STEP_TEXT@swarming pending 71s@@@", 428 "@@@STEP_TEXT@swarming pending 71s@@@",
429 "@@@STEP_LOG_LINE@json.output@{@@@", 429 "@@@STEP_LOG_LINE@json.output@{@@@",
430 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 430 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
431 "@@@STEP_LOG_LINE@json.output@ {@@@", 431 "@@@STEP_LOG_LINE@json.output@ {@@@",
432 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 432 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 "trigger", 598 "trigger",
599 "--swarming", 599 "--swarming",
600 "https://chromium-swarm.appspot.com", 600 "https://chromium-swarm.appspot.com",
601 "--isolate-server", 601 "--isolate-server",
602 "https://isolateserver.appspot.com", 602 "https://isolateserver.appspot.com",
603 "--priority", 603 "--priority",
604 "90", 604 "90",
605 "--shards", 605 "--shards",
606 "1", 606 "1",
607 "--task-name", 607 "--task-name",
608 "test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN/5" , 608 "test_skia/Ubuntu/def456/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN/ 5",
609 "--dump-json", 609 "--dump-json",
610 "/path/to/tmp/json", 610 "/path/to/tmp/json",
611 "--expiration", 611 "--expiration",
612 "72000", 612 "72000",
613 "--io-timeout", 613 "--io-timeout",
614 "2400", 614 "2400",
615 "--hard-timeout", 615 "--hard-timeout",
616 "14400", 616 "14400",
617 "--dimension", 617 "--dimension",
618 "cpu", 618 "cpu",
619 "x86-64-avx2", 619 "x86-64-avx2",
620 "--dimension", 620 "--dimension",
621 "gpu", 621 "gpu",
622 "none", 622 "none",
623 "--dimension", 623 "--dimension",
624 "os", 624 "os",
625 "Ubuntu", 625 "Ubuntu",
626 "--dimension", 626 "--dimension",
627 "pool", 627 "pool",
628 "Skia", 628 "Skia",
629 "--tag", 629 "--tag",
630 "allow_milo:1", 630 "allow_milo:1",
631 "--tag", 631 "--tag",
632 "buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN", 632 "buildername:Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN",
633 "--tag", 633 "--tag",
634 "buildnumber:5", 634 "buildnumber:5",
635 "--tag", 635 "--tag",
636 "data:def456", 636 "data:def456",
637 "--tag", 637 "--tag",
638 "master:client.skia", 638 "master:client.skia",
639 "--tag", 639 "--tag",
640 "name:test_skia", 640 "name:test_skia",
641 "--tag", 641 "--tag",
642 "os:Ubuntu", 642 "os:Ubuntu",
643 "--tag", 643 "--tag",
644 "revision:abc123", 644 "revision:abc123",
645 "--tag", 645 "--tag",
646 "slavename:skiabot-linux-swarm-000", 646 "slavename:skiabot-linux-swarm-000",
647 "--tag", 647 "--tag",
648 "stepname:test_skia on Ubuntu", 648 "stepname:test_skia on Ubuntu",
649 "--cipd-package", 649 "--cipd-package",
650 "skp:skia/bots/skp:version:0", 650 "skp:skia/bots/skp:version:0",
651 "--cipd-package", 651 "--cipd-package",
652 "skimage:skia/bots/skimage:version:0", 652 "skimage:skia/bots/skimage:version:0",
653 "--cipd-package", 653 "--cipd-package",
654 "svg:skia/bots/svg:version:0", 654 "svg:skia/bots/svg:version:0",
655 "def456", 655 "def456",
656 "--", 656 "--",
657 "--workdir", 657 "--workdir",
658 "../../..", 658 "../../..",
659 "swarm_test", 659 "swarm_test",
660 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN", 660 "buildername=Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN",
661 "mastername=client.skia", 661 "mastername=client.skia",
662 "buildnumber=5", 662 "buildnumber=5",
663 "slavename=skiabot-linux-swarm-000", 663 "slavename=skiabot-linux-swarm-000",
664 "reason=Triggered by Skia swarm_trigger Recipe", 664 "reason=Triggered by Skia swarm_trigger Recipe",
665 "swarm_out_dir=${ISOLATED_OUTDIR}", 665 "swarm_out_dir=${ISOLATED_OUTDIR}",
666 "revision=abc123" 666 "revision=abc123"
667 ], 667 ],
668 "name": "[trigger] test_skia on Ubuntu", 668 "name": "[trigger] test_skia on Ubuntu",
669 "~followup_annotations": [ 669 "~followup_annotations": [
670 "@@@STEP_LOG_LINE@json.output@{@@@", 670 "@@@STEP_LOG_LINE@json.output@{@@@",
671 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def 456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN/5\", @@@", 671 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def 456/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-MSAN/5\", @@@",
672 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 672 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
673 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC C-GCE-CPU-AVX2-x86_64-Debug-MSAN/5\": {@@@", 673 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-Cl ang-GCE-CPU-AVX2-x86_64-Debug-MSAN/5\": {@@@",
674 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 674 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
675 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 675 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
676 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 676 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
677 "@@@STEP_LOG_LINE@json.output@ }@@@", 677 "@@@STEP_LOG_LINE@json.output@ }@@@",
678 "@@@STEP_LOG_LINE@json.output@ }@@@", 678 "@@@STEP_LOG_LINE@json.output@ }@@@",
679 "@@@STEP_LOG_LINE@json.output@}@@@", 679 "@@@STEP_LOG_LINE@json.output@}@@@",
680 "@@@STEP_LOG_END@json.output@@@", 680 "@@@STEP_LOG_END@json.output@@@",
681 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@", 681 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
682 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/10000@@@" 682 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/10000@@@"
683 ] 683 ]
(...skipping 24 matching lines...) Expand all
708 "cmd": [ 708 "cmd": [
709 "python", 709 "python",
710 "-u", 710 "-u",
711 "[SLAVE_BUILD]/swarming.client/swarming.py", 711 "[SLAVE_BUILD]/swarming.client/swarming.py",
712 "collect", 712 "collect",
713 "--swarming", 713 "--swarming",
714 "https://chromium-swarm.appspot.com", 714 "https://chromium-swarm.appspot.com",
715 "--decorate", 715 "--decorate",
716 "--print-status-updates", 716 "--print-status-updates",
717 "--json", 717 "--json",
718 "{\"base_task_name\": \"test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AV X2-x86_64-Debug-MSAN/5\", \"tasks\": {\"test_skia/Ubuntu/def456/Test-Ubuntu-GCC- GCE-CPU-AVX2-x86_64-Debug-MSAN/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", 718 "{\"base_task_name\": \"test_skia/Ubuntu/def456/Test-Ubuntu-Clang-GCE-CPU- AVX2-x86_64-Debug-MSAN/5\", \"tasks\": {\"test_skia/Ubuntu/def456/Test-Ubuntu-Cl ang-GCE-CPU-AVX2-x86_64-Debug-MSAN/5\": {\"shard_index\": 0, \"task_id\": \"1000 0\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
719 "--task-summary-json", 719 "--task-summary-json",
720 "/path/to/tmp/json", 720 "/path/to/tmp/json",
721 "--task-output-dir", 721 "--task-output-dir",
722 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" 722 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia"
723 ], 723 ],
724 "name": "test_skia on Ubuntu", 724 "name": "test_skia on Ubuntu",
725 "~followup_annotations": [ 725 "~followup_annotations": [
726 "@@@STEP_TEXT@swarming pending 71s@@@", 726 "@@@STEP_TEXT@swarming pending 71s@@@",
727 "@@@STEP_LOG_LINE@json.output@{@@@", 727 "@@@STEP_LOG_LINE@json.output@{@@@",
728 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 728 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 765 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
766 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 766 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
767 ] 767 ]
768 }, 768 },
769 { 769 {
770 "name": "$result", 770 "name": "$result",
771 "recipe_result": null, 771 "recipe_result": null,
772 "status_code": 0 772 "status_code": 0
773 } 773 }
774 ] 774 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698