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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux.json

Issue 2102153004: Revert "Add CIPD package support to swarming recipe api" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 { 82 {
83 "cmd": [ 83 "cmd": [
84 "python", 84 "python",
85 "-u", 85 "-u",
86 "[SLAVE_BUILD]/swarming.client/swarming.py", 86 "[SLAVE_BUILD]/swarming.client/swarming.py",
87 "--version" 87 "--version"
88 ], 88 ],
89 "name": "swarming.py --version", 89 "name": "swarming.py --version",
90 "stdout": "/path/to/tmp/", 90 "stdout": "/path/to/tmp/",
91 "~followup_annotations": [ 91 "~followup_annotations": [
92 "@@@STEP_TEXT@0.8.6@@@" 92 "@@@STEP_TEXT@0.4.10@@@"
93 ] 93 ]
94 }, 94 },
95 { 95 {
96 "cmd": [ 96 "cmd": [
97 "python", 97 "python",
98 "-u", 98 "-u",
99 "[SLAVE_BUILD]/swarming.client/swarming.py", 99 "[SLAVE_BUILD]/swarming.client/swarming.py",
100 "trigger", 100 "trigger",
101 "--swarming", 101 "--swarming",
102 "https://chromium-swarm.appspot.com", 102 "https://chromium-swarm.appspot.com",
(...skipping 2302 matching lines...) Expand 10 before | Expand all | Expand 10 after
2405 { 2405 {
2406 "cmd": [ 2406 "cmd": [
2407 "python", 2407 "python",
2408 "-u", 2408 "-u",
2409 "[SLAVE_BUILD]/swarming.client/swarming.py", 2409 "[SLAVE_BUILD]/swarming.client/swarming.py",
2410 "collect", 2410 "collect",
2411 "--swarming", 2411 "--swarming",
2412 "https://chromium-swarm.appspot.com", 2412 "https://chromium-swarm.appspot.com",
2413 "--decorate", 2413 "--decorate",
2414 "--print-status-updates", 2414 "--print-status-updates",
2415 "--json", 2415 "--shards",
2416 "{\"base_task_name\": \"Static-Initializers/Ubuntu-12.04/[dummy has/V8 Lin ux/571\", \"tasks\": {\"Static-Initializers/Ubuntu-12.04/[dummy has/V8 Linux/571 \": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromiu m-swarm.appspot.com/user/task/10000\"}}}", 2416 "1",
2417 "Static-Initializers/Ubuntu-12.04/[dummy has/V8 Linux/571",
2417 "--task-summary-json", 2418 "--task-summary-json",
2418 "/path/to/tmp/json" 2419 "/path/to/tmp/json"
2419 ], 2420 ],
2420 "name": "Static-Initializers on Ubuntu-12.04", 2421 "name": "Static-Initializers on Ubuntu-12.04",
2421 "~followup_annotations": [ 2422 "~followup_annotations": [
2422 "@@@STEP_TEXT@swarming pending 71s@@@", 2423 "@@@STEP_TEXT@swarming pending 71s@@@",
2423 "@@@STEP_LOG_LINE@json.output@{@@@", 2424 "@@@STEP_LOG_LINE@json.output@{@@@",
2424 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 2425 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
2425 "@@@STEP_LOG_LINE@json.output@ {@@@", 2426 "@@@STEP_LOG_LINE@json.output@ {@@@",
2426 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 2427 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
2472 "--temp-root-dir", 2473 "--temp-root-dir",
2473 "[TMP_BASE]", 2474 "[TMP_BASE]",
2474 "--merged-test-output", 2475 "--merged-test-output",
2475 "/path/to/tmp/json", 2476 "/path/to/tmp/json",
2476 "--", 2477 "--",
2477 "collect", 2478 "collect",
2478 "--swarming", 2479 "--swarming",
2479 "https://chromium-swarm.appspot.com", 2480 "https://chromium-swarm.appspot.com",
2480 "--decorate", 2481 "--decorate",
2481 "--print-status-updates", 2482 "--print-status-updates",
2482 "--json", 2483 "--shards",
2483 "{\"base_task_name\": \"Check/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"ta sks\": {\"Check/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"t ask_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/tas k/10000\"}}}" 2484 "1",
2485 "Check/Ubuntu-12.04/[dummy has/V8 Linux/571"
2484 ], 2486 ],
2485 "name": "Check", 2487 "name": "Check",
2486 "~followup_annotations": [ 2488 "~followup_annotations": [
2487 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2489 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2488 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2490 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2489 "@@@STEP_LOG_LINE@durations@@@@", 2491 "@@@STEP_LOG_LINE@durations@@@@",
2490 "@@@STEP_LOG_LINE@durations@Details:@@@", 2492 "@@@STEP_LOG_LINE@durations@Details:@@@",
2491 "@@@STEP_LOG_LINE@durations@@@@", 2493 "@@@STEP_LOG_LINE@durations@@@@",
2492 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2494 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2493 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2495 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2511 "--temp-root-dir", 2513 "--temp-root-dir",
2512 "[TMP_BASE]", 2514 "[TMP_BASE]",
2513 "--merged-test-output", 2515 "--merged-test-output",
2514 "/path/to/tmp/json", 2516 "/path/to/tmp/json",
2515 "--", 2517 "--",
2516 "collect", 2518 "collect",
2517 "--swarming", 2519 "--swarming",
2518 "https://chromium-swarm.appspot.com", 2520 "https://chromium-swarm.appspot.com",
2519 "--decorate", 2521 "--decorate",
2520 "--print-status-updates", 2522 "--print-status-updates",
2521 "--json", 2523 "--shards",
2522 "{\"base_task_name\": \"OptimizeForSize/Ubuntu-12.04/[dummy has/V8 Linux/5 71\", \"tasks\": {\"OptimizeForSize/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"s hard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm. appspot.com/user/task/10000\"}}}" 2524 "1",
2525 "OptimizeForSize/Ubuntu-12.04/[dummy has/V8 Linux/571"
2523 ], 2526 ],
2524 "name": "OptimizeForSize", 2527 "name": "OptimizeForSize",
2525 "~followup_annotations": [ 2528 "~followup_annotations": [
2526 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2529 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2527 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2530 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2528 "@@@STEP_LOG_LINE@durations@@@@", 2531 "@@@STEP_LOG_LINE@durations@@@@",
2529 "@@@STEP_LOG_LINE@durations@Details:@@@", 2532 "@@@STEP_LOG_LINE@durations@Details:@@@",
2530 "@@@STEP_LOG_LINE@durations@@@@", 2533 "@@@STEP_LOG_LINE@durations@@@@",
2531 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2534 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2532 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2535 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2550 "--temp-root-dir", 2553 "--temp-root-dir",
2551 "[TMP_BASE]", 2554 "[TMP_BASE]",
2552 "--merged-test-output", 2555 "--merged-test-output",
2553 "/path/to/tmp/json", 2556 "/path/to/tmp/json",
2554 "--", 2557 "--",
2555 "collect", 2558 "collect",
2556 "--swarming", 2559 "--swarming",
2557 "https://chromium-swarm.appspot.com", 2560 "https://chromium-swarm.appspot.com",
2558 "--decorate", 2561 "--decorate",
2559 "--print-status-updates", 2562 "--print-status-updates",
2560 "--json", 2563 "--shards",
2561 "{\"base_task_name\": \"Benchmarks/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Benchmarks/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index \": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.co m/user/task/10000\"}}}" 2564 "1",
2565 "Benchmarks/Ubuntu-12.04/[dummy has/V8 Linux/571"
2562 ], 2566 ],
2563 "name": "Benchmarks", 2567 "name": "Benchmarks",
2564 "~followup_annotations": [ 2568 "~followup_annotations": [
2565 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2569 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2566 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2570 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2567 "@@@STEP_LOG_LINE@durations@@@@", 2571 "@@@STEP_LOG_LINE@durations@@@@",
2568 "@@@STEP_LOG_LINE@durations@Details:@@@", 2572 "@@@STEP_LOG_LINE@durations@Details:@@@",
2569 "@@@STEP_LOG_LINE@durations@@@@", 2573 "@@@STEP_LOG_LINE@durations@@@@",
2570 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2574 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2571 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2575 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2589 "--temp-root-dir", 2593 "--temp-root-dir",
2590 "[TMP_BASE]", 2594 "[TMP_BASE]",
2591 "--merged-test-output", 2595 "--merged-test-output",
2592 "/path/to/tmp/json", 2596 "/path/to/tmp/json",
2593 "--", 2597 "--",
2594 "collect", 2598 "collect",
2595 "--swarming", 2599 "--swarming",
2596 "https://chromium-swarm.appspot.com", 2600 "https://chromium-swarm.appspot.com",
2597 "--decorate", 2601 "--decorate",
2598 "--print-status-updates", 2602 "--print-status-updates",
2599 "--json", 2603 "--shards",
2600 "{\"base_task_name\": \"SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux/571\ ", \"tasks\": {\"SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_i ndex\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspo t.com/user/task/10000\"}}}" 2604 "1",
2605 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux/571"
2601 ], 2606 ],
2602 "name": "SimdJs - all", 2607 "name": "SimdJs - all",
2603 "~followup_annotations": [ 2608 "~followup_annotations": [
2604 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2609 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2605 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2610 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2606 "@@@STEP_LOG_LINE@durations@@@@", 2611 "@@@STEP_LOG_LINE@durations@@@@",
2607 "@@@STEP_LOG_LINE@durations@Details:@@@", 2612 "@@@STEP_LOG_LINE@durations@Details:@@@",
2608 "@@@STEP_LOG_LINE@durations@@@@", 2613 "@@@STEP_LOG_LINE@durations@@@@",
2609 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2614 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2610 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2615 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2628 "--temp-root-dir", 2633 "--temp-root-dir",
2629 "[TMP_BASE]", 2634 "[TMP_BASE]",
2630 "--merged-test-output", 2635 "--merged-test-output",
2631 "/path/to/tmp/json", 2636 "/path/to/tmp/json",
2632 "--", 2637 "--",
2633 "collect", 2638 "collect",
2634 "--swarming", 2639 "--swarming",
2635 "https://chromium-swarm.appspot.com", 2640 "https://chromium-swarm.appspot.com",
2636 "--decorate", 2641 "--decorate",
2637 "--print-status-updates", 2642 "--print-status-updates",
2638 "--json", 2643 "--shards",
2639 "{\"base_task_name\": \"Test262/Ubuntu-12.04/[dummy has/V8 Linux/571\", \" tasks\": {\"Test262/Ubuntu-12.04/[dummy has/V8 Linux/571:2:0\": {\"shard_index\" : 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/ user/task/10000\"}, \"Test262/Ubuntu-12.04/[dummy has/V8 Linux/571:2:1\": {\"sha rd_index\": 1, \"task_id\": \"10100\", \"view_url\": \"https://chromium-swarm.ap pspot.com/user/task/10100\"}}}" 2644 "2",
2645 "Test262/Ubuntu-12.04/[dummy has/V8 Linux/571"
2640 ], 2646 ],
2641 "name": "Test262", 2647 "name": "Test262",
2642 "~followup_annotations": [ 2648 "~followup_annotations": [
2643 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2649 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2644 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2650 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2645 "@@@STEP_LOG_LINE@durations@@@@", 2651 "@@@STEP_LOG_LINE@durations@@@@",
2646 "@@@STEP_LOG_LINE@durations@Details:@@@", 2652 "@@@STEP_LOG_LINE@durations@Details:@@@",
2647 "@@@STEP_LOG_LINE@durations@@@@", 2653 "@@@STEP_LOG_LINE@durations@@@@",
2648 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2654 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2649 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2655 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2667 "--temp-root-dir", 2673 "--temp-root-dir",
2668 "[TMP_BASE]", 2674 "[TMP_BASE]",
2669 "--merged-test-output", 2675 "--merged-test-output",
2670 "/path/to/tmp/json", 2676 "/path/to/tmp/json",
2671 "--", 2677 "--",
2672 "collect", 2678 "collect",
2673 "--swarming", 2679 "--swarming",
2674 "https://chromium-swarm.appspot.com", 2680 "https://chromium-swarm.appspot.com",
2675 "--decorate", 2681 "--decorate",
2676 "--print-status-updates", 2682 "--print-status-updates",
2677 "--json", 2683 "--shards",
2678 "{\"base_task_name\": \"Mozilla/Ubuntu-12.04/[dummy has/V8 Linux/571\", \" tasks\": {\"Mozilla/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user /task/10000\"}}}" 2684 "1",
2685 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux/571"
2679 ], 2686 ],
2680 "name": "Mozilla", 2687 "name": "Mozilla",
2681 "~followup_annotations": [ 2688 "~followup_annotations": [
2682 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2689 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2683 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2690 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2684 "@@@STEP_LOG_LINE@durations@@@@", 2691 "@@@STEP_LOG_LINE@durations@@@@",
2685 "@@@STEP_LOG_LINE@durations@Details:@@@", 2692 "@@@STEP_LOG_LINE@durations@Details:@@@",
2686 "@@@STEP_LOG_LINE@durations@@@@", 2693 "@@@STEP_LOG_LINE@durations@@@@",
2687 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2694 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2688 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2695 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2706 "--temp-root-dir", 2713 "--temp-root-dir",
2707 "[TMP_BASE]", 2714 "[TMP_BASE]",
2708 "--merged-test-output", 2715 "--merged-test-output",
2709 "/path/to/tmp/json", 2716 "/path/to/tmp/json",
2710 "--", 2717 "--",
2711 "collect", 2718 "collect",
2712 "--swarming", 2719 "--swarming",
2713 "https://chromium-swarm.appspot.com", 2720 "https://chromium-swarm.appspot.com",
2714 "--decorate", 2721 "--decorate",
2715 "--print-status-updates", 2722 "--print-status-updates",
2716 "--json", 2723 "--shards",
2717 "{\"base_task_name\": \"Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Lin ux/571\", \"tasks\": {\"Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux/571 \": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromiu m-swarm.appspot.com/user/task/10000\"}}}" 2724 "1",
2725 "Ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux/571"
2718 ], 2726 ],
2719 "name": "Ignition - turbofan", 2727 "name": "Ignition - turbofan",
2720 "~followup_annotations": [ 2728 "~followup_annotations": [
2721 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2729 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2722 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2730 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2723 "@@@STEP_LOG_LINE@durations@@@@", 2731 "@@@STEP_LOG_LINE@durations@@@@",
2724 "@@@STEP_LOG_LINE@durations@Details:@@@", 2732 "@@@STEP_LOG_LINE@durations@Details:@@@",
2725 "@@@STEP_LOG_LINE@durations@@@@", 2733 "@@@STEP_LOG_LINE@durations@@@@",
2726 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2734 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2727 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2735 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2745 "--temp-root-dir", 2753 "--temp-root-dir",
2746 "[TMP_BASE]", 2754 "[TMP_BASE]",
2747 "--merged-test-output", 2755 "--merged-test-output",
2748 "/path/to/tmp/json", 2756 "/path/to/tmp/json",
2749 "--", 2757 "--",
2750 "collect", 2758 "collect",
2751 "--swarming", 2759 "--swarming",
2752 "https://chromium-swarm.appspot.com", 2760 "https://chromium-swarm.appspot.com",
2753 "--decorate", 2761 "--decorate",
2754 "--print-status-updates", 2762 "--print-status-updates",
2755 "--json", 2763 "--shards",
2756 "{\"base_task_name\": \"Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/ V8 Linux/571\", \"tasks\": {\"Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/ V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"htt ps://chromium-swarm.appspot.com/user/task/10000\"}}}" 2764 "1",
2765 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/V8 Linux/571"
2757 ], 2766 ],
2758 "name": "Mjsunit - sp frame access", 2767 "name": "Mjsunit - sp frame access",
2759 "~followup_annotations": [ 2768 "~followup_annotations": [
2760 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2769 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2761 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2770 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2762 "@@@STEP_LOG_LINE@durations@@@@", 2771 "@@@STEP_LOG_LINE@durations@@@@",
2763 "@@@STEP_LOG_LINE@durations@Details:@@@", 2772 "@@@STEP_LOG_LINE@durations@Details:@@@",
2764 "@@@STEP_LOG_LINE@durations@@@@", 2773 "@@@STEP_LOG_LINE@durations@@@@",
2765 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2774 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2766 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2775 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
2784 "--temp-root-dir", 2793 "--temp-root-dir",
2785 "[TMP_BASE]", 2794 "[TMP_BASE]",
2786 "--merged-test-output", 2795 "--merged-test-output",
2787 "/path/to/tmp/json", 2796 "/path/to/tmp/json",
2788 "--", 2797 "--",
2789 "collect", 2798 "collect",
2790 "--swarming", 2799 "--swarming",
2791 "https://chromium-swarm.appspot.com", 2800 "https://chromium-swarm.appspot.com",
2792 "--decorate", 2801 "--decorate",
2793 "--print-status-updates", 2802 "--print-status-updates",
2794 "--json", 2803 "--shards",
2795 "{\"base_task_name\": \"Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"Test262 - ignition - turbofan/Ubuntu-12.04/[du mmy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\ ": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 2804 "1",
2805 "Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux/571"
2796 ], 2806 ],
2797 "name": "Test262 - ignition - turbofan", 2807 "name": "Test262 - ignition - turbofan",
2798 "~followup_annotations": [ 2808 "~followup_annotations": [
2799 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 2809 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
2800 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 2810 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
2801 "@@@STEP_LOG_LINE@durations@@@@", 2811 "@@@STEP_LOG_LINE@durations@@@@",
2802 "@@@STEP_LOG_LINE@durations@Details:@@@", 2812 "@@@STEP_LOG_LINE@durations@Details:@@@",
2803 "@@@STEP_LOG_LINE@durations@@@@", 2813 "@@@STEP_LOG_LINE@durations@@@@",
2804 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 2814 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
2805 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 2815 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
2806 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 2816 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
2807 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 2817 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
2808 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 2818 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
2809 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 2819 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
2810 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 2820 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
2811 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 2821 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
2812 "@@@STEP_LOG_END@durations@@@" 2822 "@@@STEP_LOG_END@durations@@@"
2813 ] 2823 ]
2814 }, 2824 },
2815 { 2825 {
2816 "cmd": [ 2826 "cmd": [
2817 "python", 2827 "python",
2818 "-u", 2828 "-u",
2819 "[SLAVE_BUILD]/swarming.client/swarming.py", 2829 "[SLAVE_BUILD]/swarming.client/swarming.py",
2820 "collect", 2830 "collect",
2821 "--swarming", 2831 "--swarming",
2822 "https://chromium-swarm.appspot.com", 2832 "https://chromium-swarm.appspot.com",
2823 "--decorate", 2833 "--decorate",
2824 "--print-status-updates", 2834 "--print-status-updates",
2825 "--json", 2835 "--shards",
2826 "{\"base_task_name\": \"GCMole ia32/Ubuntu-12.04/[dummy has/V8 Linux/571\" , \"tasks\": {\"GCMole ia32/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_ind ex\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot. com/user/task/10000\"}}}", 2836 "1",
2837 "GCMole ia32/Ubuntu-12.04/[dummy has/V8 Linux/571",
2827 "--task-summary-json", 2838 "--task-summary-json",
2828 "/path/to/tmp/json" 2839 "/path/to/tmp/json"
2829 ], 2840 ],
2830 "name": "GCMole ia32 on Ubuntu-12.04", 2841 "name": "GCMole ia32 on Ubuntu-12.04",
2831 "~followup_annotations": [ 2842 "~followup_annotations": [
2832 "@@@STEP_TEXT@swarming pending 71s@@@", 2843 "@@@STEP_TEXT@swarming pending 71s@@@",
2833 "@@@STEP_LOG_LINE@json.output@{@@@", 2844 "@@@STEP_LOG_LINE@json.output@{@@@",
2834 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 2845 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
2835 "@@@STEP_LOG_LINE@json.output@ {@@@", 2846 "@@@STEP_LOG_LINE@json.output@ {@@@",
2836 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 2847 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
2874 { 2885 {
2875 "cmd": [ 2886 "cmd": [
2876 "python", 2887 "python",
2877 "-u", 2888 "-u",
2878 "[SLAVE_BUILD]/swarming.client/swarming.py", 2889 "[SLAVE_BUILD]/swarming.client/swarming.py",
2879 "collect", 2890 "collect",
2880 "--swarming", 2891 "--swarming",
2881 "https://chromium-swarm.appspot.com", 2892 "https://chromium-swarm.appspot.com",
2882 "--decorate", 2893 "--decorate",
2883 "--print-status-updates", 2894 "--print-status-updates",
2884 "--json", 2895 "--shards",
2885 "{\"base_task_name\": \"GCMole x64/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"GCMole x64/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index \": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.co m/user/task/10000\"}}}", 2896 "1",
2897 "GCMole x64/Ubuntu-12.04/[dummy has/V8 Linux/571",
2886 "--task-summary-json", 2898 "--task-summary-json",
2887 "/path/to/tmp/json" 2899 "/path/to/tmp/json"
2888 ], 2900 ],
2889 "name": "GCMole x64 on Ubuntu-12.04", 2901 "name": "GCMole x64 on Ubuntu-12.04",
2890 "~followup_annotations": [ 2902 "~followup_annotations": [
2891 "@@@STEP_TEXT@swarming pending 71s@@@", 2903 "@@@STEP_TEXT@swarming pending 71s@@@",
2892 "@@@STEP_LOG_LINE@json.output@{@@@", 2904 "@@@STEP_LOG_LINE@json.output@{@@@",
2893 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 2905 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
2894 "@@@STEP_LOG_LINE@json.output@ {@@@", 2906 "@@@STEP_LOG_LINE@json.output@ {@@@",
2895 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 2907 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
2933 { 2945 {
2934 "cmd": [ 2946 "cmd": [
2935 "python", 2947 "python",
2936 "-u", 2948 "-u",
2937 "[SLAVE_BUILD]/swarming.client/swarming.py", 2949 "[SLAVE_BUILD]/swarming.client/swarming.py",
2938 "collect", 2950 "collect",
2939 "--swarming", 2951 "--swarming",
2940 "https://chromium-swarm.appspot.com", 2952 "https://chromium-swarm.appspot.com",
2941 "--decorate", 2953 "--decorate",
2942 "--print-status-updates", 2954 "--print-status-updates",
2943 "--json", 2955 "--shards",
2944 "{\"base_task_name\": \"GCMole arm/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"GCMole arm/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_index \": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.co m/user/task/10000\"}}}", 2956 "1",
2957 "GCMole arm/Ubuntu-12.04/[dummy has/V8 Linux/571",
2945 "--task-summary-json", 2958 "--task-summary-json",
2946 "/path/to/tmp/json" 2959 "/path/to/tmp/json"
2947 ], 2960 ],
2948 "name": "GCMole arm on Ubuntu-12.04", 2961 "name": "GCMole arm on Ubuntu-12.04",
2949 "~followup_annotations": [ 2962 "~followup_annotations": [
2950 "@@@STEP_TEXT@swarming pending 71s@@@", 2963 "@@@STEP_TEXT@swarming pending 71s@@@",
2951 "@@@STEP_LOG_LINE@json.output@{@@@", 2964 "@@@STEP_LOG_LINE@json.output@{@@@",
2952 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 2965 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
2953 "@@@STEP_LOG_LINE@json.output@ {@@@", 2966 "@@@STEP_LOG_LINE@json.output@ {@@@",
2954 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 2967 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
2992 { 3005 {
2993 "cmd": [ 3006 "cmd": [
2994 "python", 3007 "python",
2995 "-u", 3008 "-u",
2996 "[SLAVE_BUILD]/swarming.client/swarming.py", 3009 "[SLAVE_BUILD]/swarming.client/swarming.py",
2997 "collect", 3010 "collect",
2998 "--swarming", 3011 "--swarming",
2999 "https://chromium-swarm.appspot.com", 3012 "https://chromium-swarm.appspot.com",
3000 "--decorate", 3013 "--decorate",
3001 "--print-status-updates", 3014 "--print-status-updates",
3002 "--json", 3015 "--shards",
3003 "{\"base_task_name\": \"GCMole arm64/Ubuntu-12.04/[dummy has/V8 Linux/571\ ", \"tasks\": {\"GCMole arm64/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"shard_i ndex\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspo t.com/user/task/10000\"}}}", 3016 "1",
3017 "GCMole arm64/Ubuntu-12.04/[dummy has/V8 Linux/571",
3004 "--task-summary-json", 3018 "--task-summary-json",
3005 "/path/to/tmp/json" 3019 "/path/to/tmp/json"
3006 ], 3020 ],
3007 "name": "GCMole arm64 on Ubuntu-12.04", 3021 "name": "GCMole arm64 on Ubuntu-12.04",
3008 "~followup_annotations": [ 3022 "~followup_annotations": [
3009 "@@@STEP_TEXT@swarming pending 71s@@@", 3023 "@@@STEP_TEXT@swarming pending 71s@@@",
3010 "@@@STEP_LOG_LINE@json.output@{@@@", 3024 "@@@STEP_LOG_LINE@json.output@{@@@",
3011 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 3025 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
3012 "@@@STEP_LOG_LINE@json.output@ {@@@", 3026 "@@@STEP_LOG_LINE@json.output@ {@@@",
3013 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 3027 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
3059 "--temp-root-dir", 3073 "--temp-root-dir",
3060 "[TMP_BASE]", 3074 "[TMP_BASE]",
3061 "--merged-test-output", 3075 "--merged-test-output",
3062 "/path/to/tmp/json", 3076 "/path/to/tmp/json",
3063 "--", 3077 "--",
3064 "collect", 3078 "collect",
3065 "--swarming", 3079 "--swarming",
3066 "https://chromium-swarm.appspot.com", 3080 "https://chromium-swarm.appspot.com",
3067 "--decorate", 3081 "--decorate",
3068 "--print-status-updates", 3082 "--print-status-updates",
3069 "--json", 3083 "--shards",
3070 "{\"base_task_name\": \"Check - isolates/Ubuntu-12.04/[dummy has/V8 Linux/ 571\", \"tasks\": {\"Check - isolates/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\ "shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swar m.appspot.com/user/task/10000\"}}}" 3084 "1",
3085 "Check - isolates/Ubuntu-12.04/[dummy has/V8 Linux/571"
3071 ], 3086 ],
3072 "name": "Check - isolates", 3087 "name": "Check - isolates",
3073 "~followup_annotations": [ 3088 "~followup_annotations": [
3074 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 3089 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
3075 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 3090 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
3076 "@@@STEP_LOG_LINE@durations@@@@", 3091 "@@@STEP_LOG_LINE@durations@@@@",
3077 "@@@STEP_LOG_LINE@durations@Details:@@@", 3092 "@@@STEP_LOG_LINE@durations@Details:@@@",
3078 "@@@STEP_LOG_LINE@durations@@@@", 3093 "@@@STEP_LOG_LINE@durations@@@@",
3079 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 3094 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
3080 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 3095 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
3098 "--temp-root-dir", 3113 "--temp-root-dir",
3099 "[TMP_BASE]", 3114 "[TMP_BASE]",
3100 "--merged-test-output", 3115 "--merged-test-output",
3101 "/path/to/tmp/json", 3116 "/path/to/tmp/json",
3102 "--", 3117 "--",
3103 "collect", 3118 "collect",
3104 "--swarming", 3119 "--swarming",
3105 "https://chromium-swarm.appspot.com", 3120 "https://chromium-swarm.appspot.com",
3106 "--decorate", 3121 "--decorate",
3107 "--print-status-updates", 3122 "--print-status-updates",
3108 "--json", 3123 "--shards",
3109 "{\"base_task_name\": \"Check - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/57 1\", \"tasks\": {\"Check - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"sha rd_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.ap pspot.com/user/task/10000\"}}}" 3124 "1",
3125 "Check - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571"
3110 ], 3126 ],
3111 "name": "Check - nosse3", 3127 "name": "Check - nosse3",
3112 "~followup_annotations": [ 3128 "~followup_annotations": [
3113 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 3129 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
3114 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 3130 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
3115 "@@@STEP_LOG_LINE@durations@@@@", 3131 "@@@STEP_LOG_LINE@durations@@@@",
3116 "@@@STEP_LOG_LINE@durations@Details:@@@", 3132 "@@@STEP_LOG_LINE@durations@Details:@@@",
3117 "@@@STEP_LOG_LINE@durations@@@@", 3133 "@@@STEP_LOG_LINE@durations@@@@",
3118 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 3134 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
3119 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 3135 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
3137 "--temp-root-dir", 3153 "--temp-root-dir",
3138 "[TMP_BASE]", 3154 "[TMP_BASE]",
3139 "--merged-test-output", 3155 "--merged-test-output",
3140 "/path/to/tmp/json", 3156 "/path/to/tmp/json",
3141 "--", 3157 "--",
3142 "collect", 3158 "collect",
3143 "--swarming", 3159 "--swarming",
3144 "https://chromium-swarm.appspot.com", 3160 "https://chromium-swarm.appspot.com",
3145 "--decorate", 3161 "--decorate",
3146 "--print-status-updates", 3162 "--print-status-updates",
3147 "--json", 3163 "--shards",
3148 "{\"base_task_name\": \"Mozilla - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/ 571\", \"tasks\": {\"Mozilla - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\ "shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swar m.appspot.com/user/task/10000\"}}}" 3164 "1",
3165 "Mozilla - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571"
3149 ], 3166 ],
3150 "name": "Mozilla - nosse3", 3167 "name": "Mozilla - nosse3",
3151 "~followup_annotations": [ 3168 "~followup_annotations": [
3152 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 3169 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
3153 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 3170 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
3154 "@@@STEP_LOG_LINE@durations@@@@", 3171 "@@@STEP_LOG_LINE@durations@@@@",
3155 "@@@STEP_LOG_LINE@durations@Details:@@@", 3172 "@@@STEP_LOG_LINE@durations@Details:@@@",
3156 "@@@STEP_LOG_LINE@durations@@@@", 3173 "@@@STEP_LOG_LINE@durations@@@@",
3157 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 3174 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
3158 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 3175 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
3176 "--temp-root-dir", 3193 "--temp-root-dir",
3177 "[TMP_BASE]", 3194 "[TMP_BASE]",
3178 "--merged-test-output", 3195 "--merged-test-output",
3179 "/path/to/tmp/json", 3196 "/path/to/tmp/json",
3180 "--", 3197 "--",
3181 "collect", 3198 "collect",
3182 "--swarming", 3199 "--swarming",
3183 "https://chromium-swarm.appspot.com", 3200 "https://chromium-swarm.appspot.com",
3184 "--decorate", 3201 "--decorate",
3185 "--print-status-updates", 3202 "--print-status-updates",
3186 "--json", 3203 "--shards",
3187 "{\"base_task_name\": \"SimdJs - all - nosse3/Ubuntu-12.04/[dummy has/V8 L inux/571\", \"tasks\": {\"SimdJs - all - nosse3/Ubuntu-12.04/[dummy has/V8 Linux /571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chr omium-swarm.appspot.com/user/task/10000\"}}}" 3204 "1",
3205 "SimdJs - all - nosse3/Ubuntu-12.04/[dummy has/V8 Linux/571"
3188 ], 3206 ],
3189 "name": "SimdJs - all - nosse3", 3207 "name": "SimdJs - all - nosse3",
3190 "~followup_annotations": [ 3208 "~followup_annotations": [
3191 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 3209 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
3192 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 3210 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
3193 "@@@STEP_LOG_LINE@durations@@@@", 3211 "@@@STEP_LOG_LINE@durations@@@@",
3194 "@@@STEP_LOG_LINE@durations@Details:@@@", 3212 "@@@STEP_LOG_LINE@durations@Details:@@@",
3195 "@@@STEP_LOG_LINE@durations@@@@", 3213 "@@@STEP_LOG_LINE@durations@@@@",
3196 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 3214 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
3197 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 3215 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
3215 "--temp-root-dir", 3233 "--temp-root-dir",
3216 "[TMP_BASE]", 3234 "[TMP_BASE]",
3217 "--merged-test-output", 3235 "--merged-test-output",
3218 "/path/to/tmp/json", 3236 "/path/to/tmp/json",
3219 "--", 3237 "--",
3220 "collect", 3238 "collect",
3221 "--swarming", 3239 "--swarming",
3222 "https://chromium-swarm.appspot.com", 3240 "https://chromium-swarm.appspot.com",
3223 "--decorate", 3241 "--decorate",
3224 "--print-status-updates", 3242 "--print-status-updates",
3225 "--json", 3243 "--shards",
3226 "{\"base_task_name\": \"Check - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/57 1\", \"tasks\": {\"Check - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\"sha rd_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.ap pspot.com/user/task/10000\"}}}" 3244 "1",
3245 "Check - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571"
3227 ], 3246 ],
3228 "name": "Check - nosse4", 3247 "name": "Check - nosse4",
3229 "~followup_annotations": [ 3248 "~followup_annotations": [
3230 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 3249 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
3231 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 3250 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
3232 "@@@STEP_LOG_LINE@durations@@@@", 3251 "@@@STEP_LOG_LINE@durations@@@@",
3233 "@@@STEP_LOG_LINE@durations@Details:@@@", 3252 "@@@STEP_LOG_LINE@durations@Details:@@@",
3234 "@@@STEP_LOG_LINE@durations@@@@", 3253 "@@@STEP_LOG_LINE@durations@@@@",
3235 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 3254 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
3236 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 3255 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
3254 "--temp-root-dir", 3273 "--temp-root-dir",
3255 "[TMP_BASE]", 3274 "[TMP_BASE]",
3256 "--merged-test-output", 3275 "--merged-test-output",
3257 "/path/to/tmp/json", 3276 "/path/to/tmp/json",
3258 "--", 3277 "--",
3259 "collect", 3278 "collect",
3260 "--swarming", 3279 "--swarming",
3261 "https://chromium-swarm.appspot.com", 3280 "https://chromium-swarm.appspot.com",
3262 "--decorate", 3281 "--decorate",
3263 "--print-status-updates", 3282 "--print-status-updates",
3264 "--json", 3283 "--shards",
3265 "{\"base_task_name\": \"Mozilla - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/ 571\", \"tasks\": {\"Mozilla - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\ "shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swar m.appspot.com/user/task/10000\"}}}" 3284 "1",
3285 "Mozilla - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571"
3266 ], 3286 ],
3267 "name": "Mozilla - nosse4", 3287 "name": "Mozilla - nosse4",
3268 "~followup_annotations": [ 3288 "~followup_annotations": [
3269 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 3289 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
3270 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 3290 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
3271 "@@@STEP_LOG_LINE@durations@@@@", 3291 "@@@STEP_LOG_LINE@durations@@@@",
3272 "@@@STEP_LOG_LINE@durations@Details:@@@", 3292 "@@@STEP_LOG_LINE@durations@Details:@@@",
3273 "@@@STEP_LOG_LINE@durations@@@@", 3293 "@@@STEP_LOG_LINE@durations@@@@",
3274 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 3294 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
3275 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 3295 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
3293 "--temp-root-dir", 3313 "--temp-root-dir",
3294 "[TMP_BASE]", 3314 "[TMP_BASE]",
3295 "--merged-test-output", 3315 "--merged-test-output",
3296 "/path/to/tmp/json", 3316 "/path/to/tmp/json",
3297 "--", 3317 "--",
3298 "collect", 3318 "collect",
3299 "--swarming", 3319 "--swarming",
3300 "https://chromium-swarm.appspot.com", 3320 "https://chromium-swarm.appspot.com",
3301 "--decorate", 3321 "--decorate",
3302 "--print-status-updates", 3322 "--print-status-updates",
3303 "--json", 3323 "--shards",
3304 "{\"base_task_name\": \"SimdJs - all - nosse4/Ubuntu-12.04/[dummy has/V8 L inux/571\", \"tasks\": {\"SimdJs - all - nosse4/Ubuntu-12.04/[dummy has/V8 Linux /571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chr omium-swarm.appspot.com/user/task/10000\"}}}" 3324 "1",
3325 "SimdJs - all - nosse4/Ubuntu-12.04/[dummy has/V8 Linux/571"
3305 ], 3326 ],
3306 "name": "SimdJs - all - nosse4", 3327 "name": "SimdJs - all - nosse4",
3307 "~followup_annotations": [ 3328 "~followup_annotations": [
3308 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 3329 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
3309 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 3330 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
3310 "@@@STEP_LOG_LINE@durations@@@@", 3331 "@@@STEP_LOG_LINE@durations@@@@",
3311 "@@@STEP_LOG_LINE@durations@Details:@@@", 3332 "@@@STEP_LOG_LINE@durations@Details:@@@",
3312 "@@@STEP_LOG_LINE@durations@@@@", 3333 "@@@STEP_LOG_LINE@durations@@@@",
3313 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 3334 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
3314 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 3335 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
3332 "--temp-root-dir", 3353 "--temp-root-dir",
3333 "[TMP_BASE]", 3354 "[TMP_BASE]",
3334 "--merged-test-output", 3355 "--merged-test-output",
3335 "/path/to/tmp/json", 3356 "/path/to/tmp/json",
3336 "--", 3357 "--",
3337 "collect", 3358 "collect",
3338 "--swarming", 3359 "--swarming",
3339 "https://chromium-swarm.appspot.com", 3360 "https://chromium-swarm.appspot.com",
3340 "--decorate", 3361 "--decorate",
3341 "--print-status-updates", 3362 "--print-status-updates",
3342 "--json", 3363 "--shards",
3343 "{\"base_task_name\": \"Check - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/ 571\", \"tasks\": {\"Check - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\": {\ "shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swar m.appspot.com/user/task/10000\"}}}" 3364 "1",
3365 "Check - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571"
3344 ], 3366 ],
3345 "name": "Check - deadcode", 3367 "name": "Check - deadcode",
3346 "~followup_annotations": [ 3368 "~followup_annotations": [
3347 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 3369 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
3348 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 3370 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
3349 "@@@STEP_LOG_LINE@durations@@@@", 3371 "@@@STEP_LOG_LINE@durations@@@@",
3350 "@@@STEP_LOG_LINE@durations@Details:@@@", 3372 "@@@STEP_LOG_LINE@durations@Details:@@@",
3351 "@@@STEP_LOG_LINE@durations@@@@", 3373 "@@@STEP_LOG_LINE@durations@@@@",
3352 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 3374 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
3353 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 3375 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
3371 "--temp-root-dir", 3393 "--temp-root-dir",
3372 "[TMP_BASE]", 3394 "[TMP_BASE]",
3373 "--merged-test-output", 3395 "--merged-test-output",
3374 "/path/to/tmp/json", 3396 "/path/to/tmp/json",
3375 "--", 3397 "--",
3376 "collect", 3398 "collect",
3377 "--swarming", 3399 "--swarming",
3378 "https://chromium-swarm.appspot.com", 3400 "https://chromium-swarm.appspot.com",
3379 "--decorate", 3401 "--decorate",
3380 "--print-status-updates", 3402 "--print-status-updates",
3381 "--json", 3403 "--shards",
3382 "{\"base_task_name\": \"Test262 - no variants - deadcode/Ubuntu-12.04/[dum my has/V8 Linux/571\", \"tasks\": {\"Test262 - no variants - deadcode/Ubuntu-12. 04/[dummy has/V8 Linux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"vie w_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 3404 "1",
3405 "Test262 - no variants - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571"
3383 ], 3406 ],
3384 "name": "Test262 - no variants - deadcode", 3407 "name": "Test262 - no variants - deadcode",
3385 "~followup_annotations": [ 3408 "~followup_annotations": [
3386 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 3409 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
3387 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 3410 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
3388 "@@@STEP_LOG_LINE@durations@@@@", 3411 "@@@STEP_LOG_LINE@durations@@@@",
3389 "@@@STEP_LOG_LINE@durations@Details:@@@", 3412 "@@@STEP_LOG_LINE@durations@Details:@@@",
3390 "@@@STEP_LOG_LINE@durations@@@@", 3413 "@@@STEP_LOG_LINE@durations@@@@",
3391 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 3414 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
3392 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 3415 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
3410 "--temp-root-dir", 3433 "--temp-root-dir",
3411 "[TMP_BASE]", 3434 "[TMP_BASE]",
3412 "--merged-test-output", 3435 "--merged-test-output",
3413 "/path/to/tmp/json", 3436 "/path/to/tmp/json",
3414 "--", 3437 "--",
3415 "collect", 3438 "collect",
3416 "--swarming", 3439 "--swarming",
3417 "https://chromium-swarm.appspot.com", 3440 "https://chromium-swarm.appspot.com",
3418 "--decorate", 3441 "--decorate",
3419 "--print-status-updates", 3442 "--print-status-updates",
3420 "--json", 3443 "--shards",
3421 "{\"base_task_name\": \"Mozilla - deadcode/Ubuntu-12.04/[dummy has/V8 Linu x/571\", \"tasks\": {\"Mozilla - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\" : {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium- swarm.appspot.com/user/task/10000\"}}}" 3444 "1",
3445 "Mozilla - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571"
3422 ], 3446 ],
3423 "name": "Mozilla - deadcode", 3447 "name": "Mozilla - deadcode",
3424 "~followup_annotations": [ 3448 "~followup_annotations": [
3425 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 3449 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
3426 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 3450 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
3427 "@@@STEP_LOG_LINE@durations@@@@", 3451 "@@@STEP_LOG_LINE@durations@@@@",
3428 "@@@STEP_LOG_LINE@durations@Details:@@@", 3452 "@@@STEP_LOG_LINE@durations@Details:@@@",
3429 "@@@STEP_LOG_LINE@durations@@@@", 3453 "@@@STEP_LOG_LINE@durations@@@@",
3430 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 3454 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
3431 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 3455 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
3449 "--temp-root-dir", 3473 "--temp-root-dir",
3450 "[TMP_BASE]", 3474 "[TMP_BASE]",
3451 "--merged-test-output", 3475 "--merged-test-output",
3452 "/path/to/tmp/json", 3476 "/path/to/tmp/json",
3453 "--", 3477 "--",
3454 "collect", 3478 "collect",
3455 "--swarming", 3479 "--swarming",
3456 "https://chromium-swarm.appspot.com", 3480 "https://chromium-swarm.appspot.com",
3457 "--decorate", 3481 "--decorate",
3458 "--print-status-updates", 3482 "--print-status-updates",
3459 "--json", 3483 "--shards",
3460 "{\"base_task_name\": \"SimdJs - all - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571\", \"tasks\": {\"SimdJs - all - deadcode/Ubuntu-12.04/[dummy has/V8 L inux/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/ /chromium-swarm.appspot.com/user/task/10000\"}}}" 3484 "1",
3485 "SimdJs - all - deadcode/Ubuntu-12.04/[dummy has/V8 Linux/571"
3461 ], 3486 ],
3462 "name": "SimdJs - all - deadcode", 3487 "name": "SimdJs - all - deadcode",
3463 "~followup_annotations": [ 3488 "~followup_annotations": [
3464 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 3489 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
3465 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 3490 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
3466 "@@@STEP_LOG_LINE@durations@@@@", 3491 "@@@STEP_LOG_LINE@durations@@@@",
3467 "@@@STEP_LOG_LINE@durations@Details:@@@", 3492 "@@@STEP_LOG_LINE@durations@Details:@@@",
3468 "@@@STEP_LOG_LINE@durations@@@@", 3493 "@@@STEP_LOG_LINE@durations@@@@",
3469 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 3494 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
3470 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 3495 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
3471 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 3496 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
3472 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 3497 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
3473 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 3498 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
3474 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 3499 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
3475 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 3500 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
3476 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 3501 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
3477 "@@@STEP_LOG_END@durations@@@" 3502 "@@@STEP_LOG_END@durations@@@"
3478 ] 3503 ]
3479 }, 3504 },
3480 { 3505 {
3481 "name": "$result", 3506 "name": "$result",
3482 "recipe_result": null, 3507 "recipe_result": null,
3483 "status_code": 0 3508 "status_code": 0
3484 } 3509 }
3485 ] 3510 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698