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

Side by Side Diff: scripts/slave/recipes/blink_downstream.expected/too_many_failures_for_retcode.json

Issue 2445193002: Change all remote run builders to use tools/build. (Closed)
Patch Set: Add recipes Created 4 years, 1 month 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 sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux_layout", 7 "[BUILDER_CACHE]/V8_Blink_Linux_64",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
11 "~followup_annotations": [ 11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
21 "@@@STEP_LOG_END@python.inline@@@" 21 "@@@STEP_LOG_END@python.inline@@@"
22 ] 22 ]
23 }, 23 },
24 { 24 {
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "-u", 27 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
29 "--spec", 29 "--spec",
30 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 30 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
31 "--patch_root", 31 "--patch_root",
32 "src", 32 "src",
33 "--revision_mapping_file", 33 "--revision_mapping_file",
34 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 34 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_ revision\"}",
35 "--git-cache-dir", 35 "--git-cache-dir",
36 "[GIT_CACHE]", 36 "[GIT_CACHE]",
37 "--issue",
38 "12853011",
39 "--patchset",
40 "1",
41 "--rietveld_server",
42 "https://codereview.chromium.org",
43 "--output_json", 37 "--output_json",
44 "/path/to/tmp/json", 38 "/path/to/tmp/json",
45 "--revision", 39 "--revision",
46 "src@HEAD", 40 "src@HEAD",
41 "--revision",
42 "src/v8@20123",
47 "--output_manifest" 43 "--output_manifest"
48 ], 44 ],
49 "cwd": "[BUILDER_CACHE]/linux_layout", 45 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
50 "env": { 46 "env": {
51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 47 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
52 }, 48 },
53 "name": "bot_update", 49 "name": "bot_update",
54 "~followup_annotations": [ 50 "~followup_annotations": [
55 "@@@STEP_TEXT@Some step text@@@", 51 "@@@STEP_TEXT@Some step text@@@",
56 "@@@STEP_LOG_LINE@json.output@{@@@", 52 "@@@STEP_LOG_LINE@json.output@{@@@",
57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 53 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 54 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 55 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@",
56 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"20123\"@@@",
60 "@@@STEP_LOG_LINE@json.output@ }, @@@", 57 "@@@STEP_LOG_LINE@json.output@ }, @@@",
61 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 58 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
62 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
63 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@", 60 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@", 61 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
65 "@@@STEP_LOG_LINE@json.output@ }, @@@", 62 "@@@STEP_LOG_LINE@json.output@ }, @@@",
66 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", 63 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
67 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@", 64 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
68 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
69 "@@@STEP_LOG_LINE@json.output@ }, @@@", 66 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 18 matching lines...) Expand all
88 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@", 85 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
89 "@@@STEP_LOG_LINE@json.output@ }@@@", 86 "@@@STEP_LOG_LINE@json.output@ }@@@",
90 "@@@STEP_LOG_LINE@json.output@ }, @@@", 87 "@@@STEP_LOG_LINE@json.output@ }, @@@",
91 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 88 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
92 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 89 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
93 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 90 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
94 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@", 91 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@",
95 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@", 92 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@",
96 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@", 93 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@",
97 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@", 94 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@",
95 "@@@STEP_LOG_LINE@json.output@ \"got_cr_revision\": \"f27fede2220bcd326 aee3e86ddfd4ebd0fe58cb9\", @@@",
96 "@@@STEP_LOG_LINE@json.output@ \"got_cr_revision_cp\": \"refs/heads/mas ter@{#170242}\", @@@",
98 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 97 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
99 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 98 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
100 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@", 99 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"801ada225ddc271c132c 3a35f03975671d43e399\", @@@",
101 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\", @@@", 100 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#43426}\", @@@",
102 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@", 101 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@",
103 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@", 102 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@",
104 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1 32c3a35f03975671d43e399\", @@@",
105 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas ter@{#43426}\", @@@",
106 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@", 103 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@",
107 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@", 104 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@",
108 "@@@STEP_LOG_LINE@json.output@ }, @@@", 105 "@@@STEP_LOG_LINE@json.output@ }, @@@",
109 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 106 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
110 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 107 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
111 "@@@STEP_LOG_LINE@json.output@}@@@", 108 "@@@STEP_LOG_LINE@json.output@}@@@",
112 "@@@STEP_LOG_END@json.output@@@", 109 "@@@STEP_LOG_END@json.output@@@",
110 "@@@SET_BUILD_PROPERTY@got_cr_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0 fe58cb9\"@@@",
113 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee efc1b9b50\"@@@", 111 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee efc1b9b50\"@@@",
112 "@@@SET_BUILD_PROPERTY@got_cr_revision_cp@\"refs/heads/master@{#170242}\"@ @@",
114 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@", 113 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@",
115 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18 2578}\"@@@", 114 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18 2578}\"@@@",
116 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@", 115 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@",
117 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 116 "@@@SET_BUILD_PROPERTY@got_revision@\"801ada225ddc271c132c3a35f03975671d43 e399\"@@@",
118 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@", 117 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@",
119 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@", 118 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
120 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 119 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@",
121 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
122 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 120 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
123 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 121 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
124 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
125 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 122 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
126 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 123 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
127 ] 124 ]
128 }, 125 },
129 { 126 {
130 "cmd": [], 127 "cmd": [],
128 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
131 "name": "ensure_goma" 129 "name": "ensure_goma"
132 }, 130 },
133 { 131 {
134 "cmd": [ 132 "cmd": [
135 "python", 133 "python",
136 "-u", 134 "-u",
137 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 135 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
138 "--platform", 136 "--platform",
139 "linux-amd64", 137 "linux-amd64",
140 "--dest-directory", 138 "--dest-directory",
141 "[SLAVE_BUILD]/cipd", 139 "[SLAVE_BUILD]/cipd",
142 "--json-output", 140 "--json-output",
143 "/path/to/tmp/json" 141 "/path/to/tmp/json"
144 ], 142 ],
143 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
145 "name": "ensure_goma.install cipd", 144 "name": "ensure_goma.install cipd",
146 "~followup_annotations": [ 145 "~followup_annotations": [
147 "@@@STEP_NEST_LEVEL@1@@@", 146 "@@@STEP_NEST_LEVEL@1@@@",
148 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @", 147 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
149 "@@@STEP_LOG_LINE@json.output@{@@@", 148 "@@@STEP_LOG_LINE@json.output@{@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@", 149 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
151 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@", 150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
152 "@@@STEP_LOG_LINE@json.output@}@@@", 151 "@@@STEP_LOG_LINE@json.output@}@@@",
153 "@@@STEP_LOG_END@json.output@@@" 152 "@@@STEP_LOG_END@json.output@@@"
154 ] 153 ]
155 }, 154 },
156 { 155 {
157 "cmd": [ 156 "cmd": [
158 "[SLAVE_BUILD]/cipd/cipd", 157 "[SLAVE_BUILD]/cipd/cipd",
159 "ensure", 158 "ensure",
160 "--root", 159 "--root",
161 "[CACHE]/cipd/goma", 160 "[CACHE]/cipd/goma",
162 "--list", 161 "--list",
163 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 release", 162 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 release",
164 "--json-output", 163 "--json-output",
165 "/path/to/tmp/json", 164 "/path/to/tmp/json",
166 "--service-account-json", 165 "--service-account-json",
167 "/creds/service_accounts/service-account-goma-client.json" 166 "/creds/service_accounts/service-account-goma-client.json"
168 ], 167 ],
168 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
169 "name": "ensure_goma.ensure_installed", 169 "name": "ensure_goma.ensure_installed",
170 "~followup_annotations": [ 170 "~followup_annotations": [
171 "@@@STEP_NEST_LEVEL@1@@@", 171 "@@@STEP_NEST_LEVEL@1@@@",
172 "@@@STEP_LOG_LINE@json.output@{@@@", 172 "@@@STEP_LOG_LINE@json.output@{@@@",
173 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", 173 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
174 "@@@STEP_LOG_LINE@json.output@ {@@@", 174 "@@@STEP_LOG_LINE@json.output@ {@@@",
175 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@", 175 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@",
176 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@", 176 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@",
177 "@@@STEP_LOG_LINE@json.output@ }, @@@", 177 "@@@STEP_LOG_LINE@json.output@ }, @@@",
178 "@@@STEP_LOG_LINE@json.output@ {@@@", 178 "@@@STEP_LOG_LINE@json.output@ {@@@",
179 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 179 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
180 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@", 180 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
181 "@@@STEP_LOG_LINE@json.output@ }@@@", 181 "@@@STEP_LOG_LINE@json.output@ }@@@",
182 "@@@STEP_LOG_LINE@json.output@ ]@@@", 182 "@@@STEP_LOG_LINE@json.output@ ]@@@",
183 "@@@STEP_LOG_LINE@json.output@}@@@", 183 "@@@STEP_LOG_LINE@json.output@}@@@",
184 "@@@STEP_LOG_END@json.output@@@" 184 "@@@STEP_LOG_END@json.output@@@"
185 ] 185 ]
186 }, 186 },
187 { 187 {
188 "cmd": [ 188 "cmd": [
189 "python", 189 "python",
190 "-u", 190 "-u",
191 "[BUILDER_CACHE]/linux_layout/src/tools/swarming_client/swarming.py",
192 "--version"
193 ],
194 "name": "swarming.py --version",
195 "stdout": "/path/to/tmp/",
196 "~followup_annotations": [
197 "@@@STEP_TEXT@0.8.6@@@"
198 ]
199 },
200 {
201 "cmd": [
202 "python",
203 "-u",
204 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 191 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
205 "runhooks" 192 "runhooks"
206 ], 193 ],
207 "cwd": "[BUILDER_CACHE]/linux_layout/src", 194 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
208 "env": { 195 "env": {
209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
210 "GYP_CHROMIUM_NO_ACTION": "1", 197 "GYP_CHROMIUM_NO_ACTION": "1",
211 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 ", 198 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 use_goma=1",
212 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 199 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
213 }, 200 },
214 "name": "gclient runhooks (with patch)" 201 "name": "gclient runhooks"
215 }, 202 },
216 { 203 {
217 "cmd": [ 204 "cmd": [
218 "python", 205 "python",
219 "-u", 206 "-u",
220 "[BUILDER_CACHE]/linux_layout/src/testing/scripts/get_compile_targets.py", 207 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb.py",
221 "--output",
222 "/path/to/tmp/json",
223 "--",
224 "--build-config-fs",
225 "Release",
226 "--paths",
227 "{\"checkout\": \"[BUILDER_CACHE]/linux_layout/src\", \"runit.py\": \"RECI PE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAG E_REPO[build]/scripts/slave/runtest.py\"}",
228 "--properties",
229 "{\"buildername\": \"linux_precise_blink_rel\", \"buildnumber\": 571, \"ma stername\": \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_plat form\": \"linux\"}"
230 ],
231 "name": "get compile targets for scripts",
232 "~followup_annotations": [
233 "@@@STEP_LOG_LINE@json.output@{}@@@",
234 "@@@STEP_LOG_END@json.output@@@"
235 ]
236 },
237 {
238 "cmd": [
239 "python",
240 "-u",
241 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
242 "[BUILDER_CACHE]/linux_layout/src/testing/buildbot/chromium.webkit.json",
243 "/path/to/tmp/json"
244 ],
245 "name": "read test spec (chromium.webkit.json)",
246 "~followup_annotations": [
247 "@@@STEP_TEXT@path: [BUILDER_CACHE]/linux_layout/src/testing/buildbot/chro mium.webkit.json@@@",
248 "@@@STEP_LOG_LINE@json.output@{}@@@",
249 "@@@STEP_LOG_END@json.output@@@"
250 ]
251 },
252 {
253 "cmd": [
254 "git",
255 "diff",
256 "--cached",
257 "--name-only"
258 ],
259 "cwd": "[BUILDER_CACHE]/linux_layout/src",
260 "name": "git diff to analyze patch",
261 "stdout": "/path/to/tmp/",
262 "~followup_annotations": [
263 "@@@STEP_LOG_LINE@files@foo.cc@@@",
264 "@@@STEP_LOG_END@files@@@",
265 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
266 ]
267 },
268 {
269 "cmd": [
270 "python",
271 "-u",
272 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
273 "[BUILDER_CACHE]/linux_layout/src/testing/buildbot/trybot_analyze_config.j son",
274 "/path/to/tmp/json"
275 ],
276 "name": "read filter exclusion spec",
277 "~followup_annotations": [
278 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
279 "@@@STEP_LOG_LINE@json.output@{@@@",
280 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
281 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
282 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
283 "@@@STEP_LOG_LINE@json.output@ ]@@@",
284 "@@@STEP_LOG_LINE@json.output@ }, @@@",
285 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
286 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
287 "@@@STEP_LOG_LINE@json.output@ }@@@",
288 "@@@STEP_LOG_LINE@json.output@}@@@",
289 "@@@STEP_LOG_END@json.output@@@"
290 ]
291 },
292 {
293 "cmd": [
294 "python",
295 "-u",
296 "import sys; sys.exit(0)"
297 ],
298 "name": "analyze",
299 "~followup_annotations": [
300 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
301 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
302 "@@@STEP_LOG_END@excluded_files@@@",
303 "@@@STEP_LOG_LINE@analyze_details@{@@@",
304 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
305 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
306 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
307 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
308 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
309 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
310 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
311 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@",
312 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
313 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
314 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
315 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
316 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
317 "@@@STEP_LOG_LINE@analyze_details@}@@@",
318 "@@@STEP_LOG_END@analyze_details@@@"
319 ]
320 },
321 {
322 "cmd": [
323 "python",
324 "-u",
325 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
326 "--show-path",
327 "python",
328 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
329 ],
330 "name": "cleanup_temp"
331 },
332 {
333 "cmd": [
334 "python",
335 "-u",
336 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb.py",
337 "gen", 208 "gen",
338 "-m", 209 "-m",
339 "tryserver.blink", 210 "client.v8.fyi",
340 "-b", 211 "-b",
341 "linux_precise_blink_rel", 212 "V8-Blink Linux 64",
342 "--config-file", 213 "--config-file",
343 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb_config.pyl", 214 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb_config.pyl",
344 "--goma-dir", 215 "--goma-dir",
345 "[CACHE]/cipd/goma", 216 "[CACHE]/cipd/goma",
346 "//out/Release" 217 "//out/Release"
347 ], 218 ],
348 "cwd": "[BUILDER_CACHE]/linux_layout/src", 219 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
349 "env": { 220 "env": {
350 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
351 }, 222 },
352 "name": "generate_build_files (with patch)" 223 "name": "generate_build_files (with patch)"
353 }, 224 },
354 { 225 {
355 "cmd": [ 226 "cmd": [
356 "python", 227 "python",
357 "-u", 228 "-u",
358 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 229 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
359 "--show-path", 230 "--show-path",
360 "python", 231 "python",
361 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 232 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
362 "--gsutil-py-path", 233 "--gsutil-py-path",
363 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 234 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
364 "--ninja-path", 235 "--ninja-path",
365 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 236 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
366 "--target", 237 "--target",
367 "Release", 238 "Release",
368 "--src-dir", 239 "--src-dir",
369 "[BUILDER_CACHE]/linux_layout/src", 240 "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
370 "--goma-cache-dir", 241 "--goma-cache-dir",
371 "[GOMA_CACHE]", 242 "[GOMA_CACHE]",
372 "--buildbot-buildername", 243 "--buildbot-buildername",
373 "linux_precise_blink_rel", 244 "V8-Blink Linux 64",
374 "--buildbot-mastername", 245 "--buildbot-mastername",
375 "tryserver.blink", 246 "client.v8.fyi",
376 "--buildbot-slavename", 247 "--buildbot-slavename",
377 "TestSlavename", 248 "TestSlavename",
378 "--goma-deps-cache-file", 249 "--goma-deps-cache-file",
379 "linux_precise_blink_rel.gomadeps", 250 "V8_Blink_Linux_64.gomadeps",
380 "--compiler", 251 "--compiler",
381 "goma", 252 "goma",
382 "--goma-jsonstatus", 253 "--goma-jsonstatus",
383 "/path/to/tmp/json", 254 "/path/to/tmp/json",
384 "--goma-service-account-json-file", 255 "--goma-service-account-json-file",
385 "/creds/service_accounts/service-account-goma-client.json", 256 "/creds/service_accounts/service-account-goma-client.json",
386 "--goma-dir", 257 "--goma-dir",
387 "[CACHE]/cipd/goma", 258 "[CACHE]/cipd/goma",
388 "--goma-fail-fast",
389 "--goma-disable-local-fallback",
390 "--ninja-ensure-up-to-date",
391 "--", 259 "--",
392 "blink_tests" 260 "blink_tests"
393 ], 261 ],
262 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
394 "env": { 263 "env": {
395 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 264 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
396 }, 265 },
397 "name": "compile (with patch)", 266 "name": "compile (with patch)",
398 "~followup_annotations": [ 267 "~followup_annotations": [
399 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 268 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
400 "@@@STEP_LOG_END@json.output (invalid)@@@" 269 "@@@STEP_LOG_END@json.output (invalid)@@@"
401 ] 270 ]
402 }, 271 },
403 { 272 {
404 "cmd": [ 273 "cmd": [
405 "python", 274 "python",
406 "-u", 275 "-u",
407 "import sys; sys.exit(0)" 276 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
277 "--target",
278 "Release",
279 "--xvfb",
280 "--factory-properties",
281 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
282 "--build-properties",
283 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
284 "--step-name=webkit_unit_tests",
285 "--builder-name=V8-Blink Linux 64",
286 "--slave-name=TestSlavename",
287 "--build-number=571",
288 "webkit_unit_tests"
408 ], 289 ],
409 "name": "mark: before_tests" 290 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
291 "name": "webkit_unit_tests"
410 }, 292 },
411 { 293 {
412 "cmd": [ 294 "cmd": [
413 "python", 295 "python",
414 "-u", 296 "-u",
415 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 297 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
416 "--target", 298 "--target",
417 "Release", 299 "Release",
418 "--no-xvfb", 300 "--no-xvfb",
419 "--factory-properties", 301 "--factory-properties",
420 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_precise_ blink_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryser ver.blink\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"r ietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\" , \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", 302 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
421 "--build-properties", 303 "--build-properties",
422 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_precise_ blink_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryser ver.blink\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"r ietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\" , \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", 304 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
423 "--step-name=webkit_tests (with patch)", 305 "--step-name=webkit_tests (with patch)",
424 "--builder-name=linux_precise_blink_rel", 306 "--builder-name=V8-Blink Linux 64",
425 "--slave-name=TestSlavename", 307 "--slave-name=TestSlavename",
426 "--build-number=571", 308 "--build-number=571",
427 "--run-python-script", 309 "--run-python-script",
428 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py" , 310 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py" ,
429 "--target", 311 "--target",
430 "Release", 312 "Release",
431 "-o", 313 "-o",
432 "[SLAVE_BUILD]/layout-test-results", 314 "[SLAVE_BUILD]/layout-test-results",
433 "--build-dir", 315 "--build-dir",
434 "[BUILDER_CACHE]/linux_layout/src/out", 316 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out",
435 "--json-test-results", 317 "--json-test-results",
436 "/path/to/tmp/json", 318 "/path/to/tmp/json",
437 "--test-results-server", 319 "--test-results-server",
438 "test-results.appspot.com", 320 "test-results.appspot.com",
439 "--build-number", 321 "--build-number",
440 "571", 322 "571",
441 "--builder-name", 323 "--builder-name",
442 "linux_precise_blink_rel", 324 "V8-Blink Linux 64",
443 "--step-name", 325 "--step-name",
444 "webkit_tests (with patch)" 326 "webkit_tests (with patch)",
327 "--no-pixel-tests",
328 "--additional-expectations",
329 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/v8/tools/blink_tests/TestExpectatio ns"
445 ], 330 ],
446 "cwd": "[BUILDER_CACHE]/linux_layout", 331 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
447 "env": {
448 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
449 },
450 "name": "webkit_tests (with patch)", 332 "name": "webkit_tests (with patch)",
451 "~followup_annotations": [ 333 "~followup_annotations": [
452 "step returned non-zero exit code: 101", 334 "step returned non-zero exit code: 101",
453 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br />bad/failing78.html<br/>bad/failing46.html<br/>bad/failing101.html<br/>bad/fail ing37.html<br/>bad/failing70.html<br/>bad/failing17.html<br/>bad/failing82.html< br/>bad/failing120.html<br/>bad/failing73.html<br/>bad/failing112.html<br/>bad/f ailing114.html<br/>bad/failing99.html<br/>bad/failing27.html<br/>bad/failing108. html<br/>bad/failing76.html<br/>bad/failing50.html<br/>bad/failing23.html<br/>ba d/failing104.html<br/>bad/failing93.html<br/>bad/failing67.html<br/>bad/failing1 24.html<br/>bad/failing53.html<br/>bad/failing69.html<br/>bad/failing117.html<br />bad/failing34.html<br/>bad/failing51.html<br/>bad/failing80.html<br/>bad/faili ng20.html<br/>bad/failing107.html<br/>bad/failing56.html<br/>bad/failing68.html< br/>bad/failing71.html<br/>bad/failing77.html<br/>bad/failing39.html<br/>bad/fai ling92.html<br/>bad/failing90.html<br/>bad/failing89.html<br/>bad/failing122.htm l<br/>bad/failing105.html<br/>tricky/totally-maybe-not-awesome.html<br/>bad/fail ing36.html<br/>bad/failing44.html<br/>bad/failing21.html<br/>bad/failing85.html< br/>bad/failing42.html<br/>bad/failing55.html<br/>bad/failing9.html<br/>bad/fail ing15.html<br/>bad/failing65.html<br/>bad/failing118.html<br/>bad/failing95.html <br/>bad/failing45.html<br/>bad/failing66.html<br/>bad/failing26.html<br/>bad/fa iling35.html<br/>bad/failing74.html<br/>bad/failing109.html<br/>bad/failing97.ht ml<br/>bad/failing58.html<br/>bad/totally-bad-probably.html<br/>bad/failing11.ht ml<br/>bad/failing111.html<br/>bad/failing86.html<br/>bad/failing30.html<br/>bad /failing54.html<br/>bad/failing38.html<br/>bad/failing13.html<br/>bad/failing63. html<br/>bad/failing116.html<br/>bad/failing41.html<br/>bad/failing18.html<br/>b ad/failing84.html<br/>bad/failing2.html<br/>bad/failing28.html<br/>bad/failing33 .html<br/>bad/failing106.html<br/>bad/failing48.html<br/>bad/failing0.html<br/>b ad/failing4.html<br/>bad/failing64.html<br/>bad/failing47.html<br/>bad/failing12 1.html<br/>bad/failing25.html<br/>bad/failing8.html<br/>bad/failing100.html<br/> bad/failing102.html<br/>bad/failing123.html<br/>bad/failing88.html<br/>bad/faili ng61.html<br/>bad/failing79.html<br/>bad/failing43.html<br/>bad/failing57.html<b r/>bad/failing16.html<br/>bad/failing96.html<br/>bad/failing94.html<br/>bad/fail ing119.html<br/>bad/failing113.html<br/>bad/failing72.html<br/>bad/failing1.html <br/>bad/failing103.html<br/>bad/failing110.html<br/>bad/failing32.html<br/>bad/ failing12.html<br/>bad/failing10.html<br/>bad/failing40.html<br/>bad/failing5.ht ml<br/>bad/failing75.html<br/>bad/failing98.html<br/>bad/failing115.html<br/>bad /failing49.html<br/>bad/failing6.html<br/>bad/failing19.html<br/>bad/failing87.h tml<br/>bad/failing59.html<br/>bad/failing22.html<br/>bad/failing24.html<br/>bad /failing3.html<br/>bad/failing91.html<br/>bad/failing60.html<br/>bad/failing81.h tml<br/>bad/failing83.html<br/>bad/failing62.html<br/>bad/failing52.html<br/>bad /failing29.html<br/>bad/failing31.html<br/>bad/failing7.html<br/>bad/failing14.h tml<br/><br/>Total executed: 9001<br/>@@@", 335 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br />bad/failing78.html<br/>bad/failing46.html<br/>bad/failing101.html<br/>bad/fail ing37.html<br/>bad/failing70.html<br/>bad/failing17.html<br/>bad/failing82.html< br/>bad/failing120.html<br/>bad/failing73.html<br/>bad/failing112.html<br/>bad/f ailing114.html<br/>bad/failing99.html<br/>bad/failing27.html<br/>bad/failing108. html<br/>bad/failing76.html<br/>bad/failing50.html<br/>bad/failing23.html<br/>ba d/failing104.html<br/>bad/failing93.html<br/>bad/failing67.html<br/>bad/failing1 24.html<br/>bad/failing53.html<br/>bad/failing69.html<br/>bad/failing117.html<br />bad/failing34.html<br/>bad/failing51.html<br/>bad/failing80.html<br/>bad/faili ng20.html<br/>bad/failing107.html<br/>bad/failing56.html<br/>bad/failing68.html< br/>bad/failing71.html<br/>bad/failing77.html<br/>bad/failing39.html<br/>bad/fai ling92.html<br/>bad/failing90.html<br/>bad/failing89.html<br/>bad/failing122.htm l<br/>bad/failing105.html<br/>tricky/totally-maybe-not-awesome.html<br/>bad/fail ing36.html<br/>bad/failing44.html<br/>bad/failing21.html<br/>bad/failing85.html< br/>bad/failing42.html<br/>bad/failing55.html<br/>bad/failing9.html<br/>bad/fail ing15.html<br/>bad/failing65.html<br/>bad/failing118.html<br/>bad/failing95.html <br/>bad/failing45.html<br/>bad/failing66.html<br/>bad/failing26.html<br/>bad/fa iling35.html<br/>bad/failing74.html<br/>bad/failing109.html<br/>bad/failing97.ht ml<br/>bad/failing58.html<br/>bad/totally-bad-probably.html<br/>bad/failing11.ht ml<br/>bad/failing111.html<br/>bad/failing86.html<br/>bad/failing30.html<br/>bad /failing54.html<br/>bad/failing38.html<br/>bad/failing13.html<br/>bad/failing63. html<br/>bad/failing116.html<br/>bad/failing41.html<br/>bad/failing18.html<br/>b ad/failing84.html<br/>bad/failing2.html<br/>bad/failing28.html<br/>bad/failing33 .html<br/>bad/failing106.html<br/>bad/failing48.html<br/>bad/failing0.html<br/>b ad/failing4.html<br/>bad/failing64.html<br/>bad/failing47.html<br/>bad/failing12 1.html<br/>bad/failing25.html<br/>bad/failing8.html<br/>bad/failing100.html<br/> bad/failing102.html<br/>bad/failing123.html<br/>bad/failing88.html<br/>bad/faili ng61.html<br/>bad/failing79.html<br/>bad/failing43.html<br/>bad/failing57.html<b r/>bad/failing16.html<br/>bad/failing96.html<br/>bad/failing94.html<br/>bad/fail ing119.html<br/>bad/failing113.html<br/>bad/failing72.html<br/>bad/failing1.html <br/>bad/failing103.html<br/>bad/failing110.html<br/>bad/failing32.html<br/>bad/ failing12.html<br/>bad/failing10.html<br/>bad/failing40.html<br/>bad/failing5.ht ml<br/>bad/failing75.html<br/>bad/failing98.html<br/>bad/failing115.html<br/>bad /failing49.html<br/>bad/failing6.html<br/>bad/failing19.html<br/>bad/failing87.h tml<br/>bad/failing59.html<br/>bad/failing22.html<br/>bad/failing24.html<br/>bad /failing3.html<br/>bad/failing91.html<br/>bad/failing60.html<br/>bad/failing81.h tml<br/>bad/failing83.html<br/>bad/failing62.html<br/>bad/failing52.html<br/>bad /failing29.html<br/>bad/failing31.html<br/>bad/failing7.html<br/>bad/failing14.h tml<br/><br/>Total executed: 9001<br/>@@@",
454 "@@@STEP_FAILURE@@@" 336 "@@@STEP_FAILURE@@@"
455 ] 337 ]
456 }, 338 },
457 { 339 {
458 "cmd": [ 340 "cmd": [
459 "python", 341 "python",
460 "-u", 342 "-u",
461 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res ults.py", 343 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res ults.py",
462 "--results-dir", 344 "--results-dir",
463 "[SLAVE_BUILD]/layout-test-results", 345 "[SLAVE_BUILD]/layout-test-results",
464 "--build-dir", 346 "--build-dir",
465 "[BUILDER_CACHE]/linux_layout/src/out", 347 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out",
466 "--build-number", 348 "--build-number",
467 "571", 349 "571",
468 "--builder-name", 350 "--builder-name",
469 "linux_precise_blink_rel", 351 "V8-Blink Linux 64",
470 "--gs-bucket", 352 "--gs-bucket",
471 "gs://chromium-layout-test-archives", 353 "gs://chromium-layout-test-archives",
472 "--staging-dir", 354 "--staging-dir",
473 "[CACHE]/chrome_staging" 355 "[CACHE]/chrome_staging"
474 ], 356 ],
475 "cwd": "[BUILDER_CACHE]/linux_layout", 357 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
476 "env": {
477 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
478 },
479 "name": "archive_webkit_tests_results", 358 "name": "archive_webkit_tests_results",
480 "~followup_annotations": [ 359 "~followup_annotations": [
481 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/linux_precise_blink_rel/571/layout-test-results/results.htm l@@@", 360 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@",
482 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/linux_precise_blink_rel/571/layout-test-results.zip@@@" 361 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@"
483 ] 362 ]
484 }, 363 },
485 { 364 {
486 "cmd": [ 365 "cmd": [
487 "python", 366 "python",
488 "-u", 367 "-u",
489 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 368 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
490 "--spec", 369 "--spec",
491 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 370 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
492 "--patch_root", 371 "--patch_root",
493 "src", 372 "src",
494 "--revision_mapping_file", 373 "--revision_mapping_file",
495 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 374 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_ revision\"}",
496 "--git-cache-dir", 375 "--git-cache-dir",
497 "[GIT_CACHE]", 376 "[GIT_CACHE]",
498 "--rietveld_server",
499 "https://codereview.chromium.org",
500 "--output_json", 377 "--output_json",
501 "/path/to/tmp/json", 378 "/path/to/tmp/json",
502 "--revision", 379 "--revision",
503 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 380 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
504 "--output_manifest" 381 "--output_manifest"
505 ], 382 ],
506 "cwd": "[BUILDER_CACHE]/linux_layout", 383 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
507 "env": { 384 "env": {
508 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
509 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 385 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
510 }, 386 },
511 "name": "bot_update (without patch)", 387 "name": "bot_update (2)",
512 "~followup_annotations": [ 388 "~followup_annotations": [
513 "@@@STEP_TEXT@Some step text@@@", 389 "@@@STEP_TEXT@Some step text@@@",
514 "@@@STEP_LOG_LINE@json.output@{@@@", 390 "@@@STEP_LOG_LINE@json.output@{@@@",
515 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 391 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
516 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 392 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
517 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@", 393 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@",
518 "@@@STEP_LOG_LINE@json.output@ }, @@@", 394 "@@@STEP_LOG_LINE@json.output@ }, @@@",
519 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 395 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
520 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", 396 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
521 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@", 397 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
(...skipping 24 matching lines...) Expand all
546 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@", 422 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
547 "@@@STEP_LOG_LINE@json.output@ }@@@", 423 "@@@STEP_LOG_LINE@json.output@ }@@@",
548 "@@@STEP_LOG_LINE@json.output@ }, @@@", 424 "@@@STEP_LOG_LINE@json.output@ }, @@@",
549 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 425 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
550 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 426 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
551 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 427 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
552 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@", 428 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@",
553 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@", 429 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@",
554 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@", 430 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@",
555 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@", 431 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@",
432 "@@@STEP_LOG_LINE@json.output@ \"got_cr_revision\": \"f27fede2220bcd326 aee3e86ddfd4ebd0fe58cb9\", @@@",
433 "@@@STEP_LOG_LINE@json.output@ \"got_cr_revision_cp\": \"refs/heads/mas ter@{#170242}\", @@@",
556 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 434 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
557 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 435 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
558 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@", 436 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"801ada225ddc271c132c 3a35f03975671d43e399\", @@@",
559 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\", @@@", 437 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#43426}\", @@@",
560 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@", 438 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@",
561 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@", 439 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@",
562 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1 32c3a35f03975671d43e399\", @@@",
563 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas ter@{#43426}\", @@@",
564 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@", 440 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@",
565 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@", 441 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@",
566 "@@@STEP_LOG_LINE@json.output@ }, @@@", 442 "@@@STEP_LOG_LINE@json.output@ }, @@@",
567 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 443 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
568 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 444 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
569 "@@@STEP_LOG_LINE@json.output@}@@@", 445 "@@@STEP_LOG_LINE@json.output@}@@@",
570 "@@@STEP_LOG_END@json.output@@@" 446 "@@@STEP_LOG_END@json.output@@@"
571 ] 447 ]
572 }, 448 },
573 { 449 {
574 "cmd": [ 450 "cmd": [
575 "python", 451 "python",
576 "-u", 452 "-u",
577 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 453 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb.py",
578 "runhooks"
579 ],
580 "cwd": "[BUILDER_CACHE]/linux_layout/src",
581 "env": {
582 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
583 "GYP_CHROMIUM_NO_ACTION": "1",
584 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 ",
585 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
586 },
587 "name": "gclient runhooks (without patch)"
588 },
589 {
590 "cmd": [
591 "python",
592 "-u",
593 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb.py",
594 "gen", 454 "gen",
595 "-m", 455 "-m",
596 "tryserver.blink", 456 "client.v8.fyi",
597 "-b", 457 "-b",
598 "linux_precise_blink_rel", 458 "V8-Blink Linux 64",
599 "--config-file", 459 "--config-file",
600 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb_config.pyl", 460 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb_config.pyl",
601 "--goma-dir", 461 "--goma-dir",
602 "[CACHE]/cipd/goma", 462 "[CACHE]/cipd/goma",
603 "//out/Release" 463 "//out/Release"
604 ], 464 ],
605 "cwd": "[BUILDER_CACHE]/linux_layout/src", 465 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
606 "env": { 466 "env": {
607 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 467 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
608 }, 468 },
609 "name": "generate_build_files (without patch)" 469 "name": "generate_build_files (without patch)"
610 }, 470 },
611 { 471 {
612 "cmd": [ 472 "cmd": [
613 "python", 473 "python",
614 "-u", 474 "-u",
615 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 475 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
616 "--show-path", 476 "--show-path",
617 "python", 477 "python",
618 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 478 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
619 "--gsutil-py-path", 479 "--gsutil-py-path",
620 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 480 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
621 "--ninja-path", 481 "--ninja-path",
622 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 482 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
623 "--target", 483 "--target",
624 "Release", 484 "Release",
625 "--src-dir", 485 "--src-dir",
626 "[BUILDER_CACHE]/linux_layout/src", 486 "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
627 "--goma-cache-dir", 487 "--goma-cache-dir",
628 "[GOMA_CACHE]", 488 "[GOMA_CACHE]",
629 "--buildbot-buildername", 489 "--buildbot-buildername",
630 "linux_precise_blink_rel", 490 "V8-Blink Linux 64",
631 "--buildbot-mastername", 491 "--buildbot-mastername",
632 "tryserver.blink", 492 "client.v8.fyi",
633 "--buildbot-slavename", 493 "--buildbot-slavename",
634 "TestSlavename", 494 "TestSlavename",
635 "--goma-deps-cache-file", 495 "--goma-deps-cache-file",
636 "linux_precise_blink_rel.gomadeps", 496 "V8_Blink_Linux_64.gomadeps",
637 "--compiler", 497 "--compiler",
638 "goma", 498 "goma",
639 "--goma-jsonstatus", 499 "--goma-jsonstatus",
640 "/path/to/tmp/json", 500 "/path/to/tmp/json",
641 "--goma-service-account-json-file", 501 "--goma-service-account-json-file",
642 "/creds/service_accounts/service-account-goma-client.json", 502 "/creds/service_accounts/service-account-goma-client.json",
643 "--goma-dir", 503 "--goma-dir",
644 "[CACHE]/cipd/goma", 504 "[CACHE]/cipd/goma",
645 "--goma-fail-fast",
646 "--goma-disable-local-fallback",
647 "--ninja-ensure-up-to-date",
648 "--", 505 "--",
649 "blink_tests" 506 "blink_tests"
650 ], 507 ],
651 "cwd": "[BUILDER_CACHE]/linux_layout", 508 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
652 "env": { 509 "env": {
653 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 510 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
654 }, 511 },
655 "name": "compile (without patch)", 512 "name": "compile (without patch)",
656 "~followup_annotations": [ 513 "~followup_annotations": [
657 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 514 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
658 "@@@STEP_LOG_END@json.output (invalid)@@@" 515 "@@@STEP_LOG_END@json.output (invalid)@@@"
659 ] 516 ]
660 }, 517 },
661 { 518 {
662 "cmd": [ 519 "cmd": [
663 "python", 520 "python",
664 "-u", 521 "-u",
665 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 522 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
666 "--target", 523 "--target",
667 "Release", 524 "Release",
668 "--no-xvfb", 525 "--no-xvfb",
669 "--factory-properties", 526 "--factory-properties",
670 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_precise_ blink_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryser ver.blink\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"r ietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\" , \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", 527 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
671 "--build-properties", 528 "--build-properties",
672 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_precise_ blink_rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryser ver.blink\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"reposit ory\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"r ietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\" , \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", 529 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
673 "--step-name=webkit_tests (without patch)", 530 "--step-name=webkit_tests (without patch)",
674 "--builder-name=linux_precise_blink_rel", 531 "--builder-name=V8-Blink Linux 64",
675 "--slave-name=TestSlavename", 532 "--slave-name=TestSlavename",
676 "--build-number=571", 533 "--build-number=571",
677 "--run-python-script", 534 "--run-python-script",
678 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py" , 535 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py" ,
679 "--target", 536 "--target",
680 "Release", 537 "Release",
681 "-o", 538 "-o",
682 "[SLAVE_BUILD]/layout-test-results", 539 "[SLAVE_BUILD]/layout-test-results",
683 "--build-dir", 540 "--build-dir",
684 "[BUILDER_CACHE]/linux_layout/src/out", 541 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out",
685 "--json-test-results", 542 "--json-test-results",
686 "/path/to/tmp/json", 543 "/path/to/tmp/json",
687 "--test-results-server", 544 "--test-results-server",
688 "test-results.appspot.com", 545 "test-results.appspot.com",
689 "--build-number", 546 "--build-number",
690 "571", 547 "571",
691 "--builder-name", 548 "--builder-name",
692 "linux_precise_blink_rel", 549 "V8-Blink Linux 64",
693 "--step-name", 550 "--step-name",
694 "webkit_tests (without patch)", 551 "webkit_tests (without patch)",
552 "--no-pixel-tests",
553 "--additional-expectations",
554 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/v8/tools/blink_tests/TestExpectatio ns",
695 "--test-list", 555 "--test-list",
696 "bad/failing78.html\nbad/failing46.html\nbad/failing101.html\nbad/failing3 7.html\nbad/failing70.html\nbad/failing17.html\nbad/failing82.html\nbad/failing1 20.html\nbad/failing73.html\nbad/failing112.html\nbad/failing114.html\nbad/faili ng99.html\nbad/failing27.html\nbad/failing108.html\nbad/failing76.html\nbad/fail ing50.html\nbad/failing23.html\nbad/failing104.html\nbad/failing93.html\nbad/fai ling67.html\nbad/failing124.html\nbad/failing53.html\nbad/failing69.html\nbad/fa iling117.html\nbad/failing34.html\nbad/failing51.html\nbad/failing80.html\nbad/f ailing20.html\nbad/failing107.html\nbad/failing56.html\nbad/failing68.html\nbad/ failing71.html\nbad/failing77.html\nbad/failing39.html\nbad/failing92.html\nbad/ failing90.html\nbad/failing89.html\nbad/failing122.html\nbad/failing105.html\ntr icky/totally-maybe-not-awesome.html\nbad/failing36.html\nbad/failing44.html\nbad /failing21.html\nbad/failing85.html\nbad/failing42.html\nbad/failing55.html\nbad /failing9.html\nbad/failing15.html\nbad/failing65.html\nbad/failing118.html\nbad /failing95.html\nbad/failing45.html\nbad/failing66.html\nbad/failing26.html\nbad /failing35.html\nbad/failing74.html\nbad/failing109.html\nbad/failing97.html\nba d/failing58.html\nbad/totally-bad-probably.html\nbad/failing11.html\nbad/failing 111.html\nbad/failing86.html\nbad/failing30.html\nbad/failing54.html\nbad/failin g38.html\nbad/failing13.html\nbad/failing63.html\nbad/failing116.html\nbad/faili ng41.html\nbad/failing18.html\nbad/failing84.html\nbad/failing2.html\nbad/failin g28.html\nbad/failing33.html\nbad/failing106.html\nbad/failing48.html\nbad/faili ng0.html\nbad/failing4.html\nbad/failing64.html\nbad/failing47.html\nbad/failing 121.html\nbad/failing25.html\nbad/failing8.html\nbad/failing100.html\nbad/failin g102.html\nbad/failing123.html\nbad/failing88.html\nbad/failing61.html\nbad/fail ing79.html\nbad/failing43.html\nbad/failing57.html\nbad/failing16.html\nbad/fail ing96.html\nbad/failing94.html\nbad/failing119.html\nbad/failing113.html\nbad/fa iling72.html\nbad/failing1.html\nbad/failing103.html\nbad/failing110.html\nbad/f ailing32.html\nbad/failing12.html\nbad/failing10.html\nbad/failing40.html\nbad/f ailing5.html\nbad/failing75.html\nbad/failing98.html\nbad/failing115.html\nbad/f ailing49.html\nbad/failing6.html\nbad/failing19.html\nbad/failing87.html\nbad/fa iling59.html\nbad/failing22.html\nbad/failing24.html\nbad/failing3.html\nbad/fai ling91.html\nbad/failing60.html\nbad/failing81.html\nbad/failing83.html\nbad/fai ling62.html\nbad/failing52.html\nbad/failing29.html\nbad/failing31.html\nbad/fai ling7.html\nbad/failing14.html", 556 "bad/failing78.html\nbad/failing46.html\nbad/failing101.html\nbad/failing3 7.html\nbad/failing70.html\nbad/failing17.html\nbad/failing82.html\nbad/failing1 20.html\nbad/failing73.html\nbad/failing112.html\nbad/failing114.html\nbad/faili ng99.html\nbad/failing27.html\nbad/failing108.html\nbad/failing76.html\nbad/fail ing50.html\nbad/failing23.html\nbad/failing104.html\nbad/failing93.html\nbad/fai ling67.html\nbad/failing124.html\nbad/failing53.html\nbad/failing69.html\nbad/fa iling117.html\nbad/failing34.html\nbad/failing51.html\nbad/failing80.html\nbad/f ailing20.html\nbad/failing107.html\nbad/failing56.html\nbad/failing68.html\nbad/ failing71.html\nbad/failing77.html\nbad/failing39.html\nbad/failing92.html\nbad/ failing90.html\nbad/failing89.html\nbad/failing122.html\nbad/failing105.html\ntr icky/totally-maybe-not-awesome.html\nbad/failing36.html\nbad/failing44.html\nbad /failing21.html\nbad/failing85.html\nbad/failing42.html\nbad/failing55.html\nbad /failing9.html\nbad/failing15.html\nbad/failing65.html\nbad/failing118.html\nbad /failing95.html\nbad/failing45.html\nbad/failing66.html\nbad/failing26.html\nbad /failing35.html\nbad/failing74.html\nbad/failing109.html\nbad/failing97.html\nba d/failing58.html\nbad/totally-bad-probably.html\nbad/failing11.html\nbad/failing 111.html\nbad/failing86.html\nbad/failing30.html\nbad/failing54.html\nbad/failin g38.html\nbad/failing13.html\nbad/failing63.html\nbad/failing116.html\nbad/faili ng41.html\nbad/failing18.html\nbad/failing84.html\nbad/failing2.html\nbad/failin g28.html\nbad/failing33.html\nbad/failing106.html\nbad/failing48.html\nbad/faili ng0.html\nbad/failing4.html\nbad/failing64.html\nbad/failing47.html\nbad/failing 121.html\nbad/failing25.html\nbad/failing8.html\nbad/failing100.html\nbad/failin g102.html\nbad/failing123.html\nbad/failing88.html\nbad/failing61.html\nbad/fail ing79.html\nbad/failing43.html\nbad/failing57.html\nbad/failing16.html\nbad/fail ing96.html\nbad/failing94.html\nbad/failing119.html\nbad/failing113.html\nbad/fa iling72.html\nbad/failing1.html\nbad/failing103.html\nbad/failing110.html\nbad/f ailing32.html\nbad/failing12.html\nbad/failing10.html\nbad/failing40.html\nbad/f ailing5.html\nbad/failing75.html\nbad/failing98.html\nbad/failing115.html\nbad/f ailing49.html\nbad/failing6.html\nbad/failing19.html\nbad/failing87.html\nbad/fa iling59.html\nbad/failing22.html\nbad/failing24.html\nbad/failing3.html\nbad/fai ling91.html\nbad/failing60.html\nbad/failing81.html\nbad/failing83.html\nbad/fai ling62.html\nbad/failing52.html\nbad/failing29.html\nbad/failing31.html\nbad/fai ling7.html\nbad/failing14.html",
697 "--skipped", 557 "--skipped",
698 "always" 558 "always"
699 ], 559 ],
700 "cwd": "[BUILDER_CACHE]/linux_layout", 560 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
701 "env": {
702 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
703 },
704 "name": "webkit_tests (without patch)", 561 "name": "webkit_tests (without patch)",
705 "~followup_annotations": [ 562 "~followup_annotations": [
706 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 563 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
707 ] 564 ]
708 }, 565 },
709 { 566 {
710 "cmd": [ 567 "cmd": [
711 "python", 568 "python",
712 "-u", 569 "-u",
713 "import sys; sys.exit(1)" 570 "import sys; sys.exit(1)"
714 ], 571 ],
715 "cwd": "[BUILDER_CACHE]/linux_layout", 572 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
716 "env": {
717 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
718 },
719 "name": "webkit_tests (retry summary)", 573 "name": "webkit_tests (retry summary)",
720 "~followup_annotations": [ 574 "~followup_annotations": [
721 "step returned non-zero exit code: 1", 575 "step returned non-zero exit code: 1",
722 "@@@STEP_TEXT@<br/>failures:<br/>bad/failing78.html<br/>bad/failing46.html <br/>bad/failing101.html<br/>bad/totally-bad-probably.html<br/>bad/failing70.htm l<br/>bad/failing17.html<br/>bad/failing82.html<br/>bad/failing120.html<br/>bad/ failing73.html<br/>bad/failing112.html<br/>bad/failing114.html<br/>bad/failing99 .html<br/>bad/failing121.html<br/>bad/failing108.html<br/>bad/failing76.html<br/ >bad/failing50.html<br/>bad/failing23.html<br/>bad/failing104.html<br/>bad/faili ng93.html<br/>bad/failing67.html<br/>bad/failing124.html<br/>bad/failing53.html< br/>bad/failing69.html<br/>bad/failing117.html<br/>bad/failing34.html<br/>bad/fa iling51.html<br/>bad/failing80.html<br/>bad/failing20.html<br/>bad/failing107.ht ml<br/>bad/failing56.html<br/>bad/failing68.html<br/>bad/failing71.html<br/>bad/ failing77.html<br/>bad/failing39.html<br/>bad/failing92.html<br/>bad/failing90.h tml<br/>bad/failing89.html<br/>bad/failing122.html<br/>bad/failing105.html<br/>t ricky/totally-maybe-not-awesome.html<br/>bad/failing36.html<br/>bad/failing44.ht ml<br/>bad/failing21.html<br/>bad/failing85.html<br/>bad/failing42.html<br/>bad/ failing55.html<br/>bad/failing9.html<br/>bad/failing15.html<br/>bad/failing65.ht ml<br/>bad/failing118.html<br/>bad/failing95.html<br/>bad/failing45.html<br/>bad /failing66.html<br/>bad/failing26.html<br/>bad/failing35.html<br/>bad/failing74. html<br/>bad/failing109.html<br/>bad/failing97.html<br/>bad/failing58.html<br/>b ad/failing37.html<br/>bad/failing11.html<br/>bad/failing111.html<br/>bad/failing 86.html<br/>bad/failing30.html<br/>bad/failing54.html<br/>bad/failing38.html<br/ >bad/failing13.html<br/>bad/failing63.html<br/>bad/failing116.html<br/>bad/faili ng41.html<br/>bad/failing18.html<br/>bad/failing84.html<br/>bad/failing2.html<br />bad/failing28.html<br/>bad/failing33.html<br/>bad/failing106.html<br/>bad/fail ing48.html<br/>bad/failing0.html<br/>bad/failing4.html<br/>bad/failing64.html<br />bad/failing47.html<br/>bad/failing27.html<br/>bad/failing25.html<br/>bad/faili ng8.html<br/>bad/failing100.html<br/>bad/failing102.html<br/>bad/failing123.html <br/>bad/failing88.html<br/>bad/failing61.html<br/>bad/failing79.html<br/>bad/fa iling43.html<br/>bad/failing57.html<br/>bad/failing16.html<br/>bad/failing96.htm l<br/>bad/failing94.html<br/>bad/failing119.html<br/>bad/failing113.html<br/>bad /failing72.html<br/>bad/failing1.html<br/>bad/failing103.html<br/>bad/failing110 .html<br/>bad/failing32.html<br/>bad/failing12.html<br/>bad/failing10.html<br/>b ad/failing40.html<br/>bad/failing5.html<br/>bad/failing75.html<br/>bad/failing98 .html<br/>bad/failing115.html<br/>bad/failing49.html<br/>bad/failing6.html<br/>b ad/failing19.html<br/>bad/failing87.html<br/>bad/failing59.html<br/>bad/failing2 2.html<br/>bad/failing24.html<br/>bad/failing3.html<br/>bad/failing91.html<br/>b ad/failing60.html<br/>bad/failing81.html<br/>bad/failing83.html<br/>bad/failing6 2.html<br/>bad/failing52.html<br/>bad/failing29.html<br/>bad/failing31.html<br/> bad/failing7.html<br/>bad/failing14.html<br/>@@@", 576 "@@@STEP_TEXT@<br/>failures:<br/>bad/failing78.html<br/>bad/failing46.html <br/>bad/failing101.html<br/>bad/totally-bad-probably.html<br/>bad/failing70.htm l<br/>bad/failing17.html<br/>bad/failing82.html<br/>bad/failing120.html<br/>bad/ failing73.html<br/>bad/failing112.html<br/>bad/failing114.html<br/>bad/failing99 .html<br/>bad/failing121.html<br/>bad/failing108.html<br/>bad/failing76.html<br/ >bad/failing50.html<br/>bad/failing23.html<br/>bad/failing104.html<br/>bad/faili ng93.html<br/>bad/failing67.html<br/>bad/failing124.html<br/>bad/failing53.html< br/>bad/failing69.html<br/>bad/failing117.html<br/>bad/failing34.html<br/>bad/fa iling51.html<br/>bad/failing80.html<br/>bad/failing20.html<br/>bad/failing107.ht ml<br/>bad/failing56.html<br/>bad/failing68.html<br/>bad/failing71.html<br/>bad/ failing77.html<br/>bad/failing39.html<br/>bad/failing92.html<br/>bad/failing90.h tml<br/>bad/failing89.html<br/>bad/failing122.html<br/>bad/failing105.html<br/>t ricky/totally-maybe-not-awesome.html<br/>bad/failing36.html<br/>bad/failing44.ht ml<br/>bad/failing21.html<br/>bad/failing85.html<br/>bad/failing42.html<br/>bad/ failing55.html<br/>bad/failing9.html<br/>bad/failing15.html<br/>bad/failing65.ht ml<br/>bad/failing118.html<br/>bad/failing95.html<br/>bad/failing45.html<br/>bad /failing66.html<br/>bad/failing26.html<br/>bad/failing35.html<br/>bad/failing74. html<br/>bad/failing109.html<br/>bad/failing97.html<br/>bad/failing58.html<br/>b ad/failing37.html<br/>bad/failing11.html<br/>bad/failing111.html<br/>bad/failing 86.html<br/>bad/failing30.html<br/>bad/failing54.html<br/>bad/failing38.html<br/ >bad/failing13.html<br/>bad/failing63.html<br/>bad/failing116.html<br/>bad/faili ng41.html<br/>bad/failing18.html<br/>bad/failing84.html<br/>bad/failing2.html<br />bad/failing28.html<br/>bad/failing33.html<br/>bad/failing106.html<br/>bad/fail ing48.html<br/>bad/failing0.html<br/>bad/failing4.html<br/>bad/failing64.html<br />bad/failing47.html<br/>bad/failing27.html<br/>bad/failing25.html<br/>bad/faili ng8.html<br/>bad/failing100.html<br/>bad/failing102.html<br/>bad/failing123.html <br/>bad/failing88.html<br/>bad/failing61.html<br/>bad/failing79.html<br/>bad/fa iling43.html<br/>bad/failing57.html<br/>bad/failing16.html<br/>bad/failing96.htm l<br/>bad/failing94.html<br/>bad/failing119.html<br/>bad/failing113.html<br/>bad /failing72.html<br/>bad/failing1.html<br/>bad/failing103.html<br/>bad/failing110 .html<br/>bad/failing32.html<br/>bad/failing12.html<br/>bad/failing10.html<br/>b ad/failing40.html<br/>bad/failing5.html<br/>bad/failing75.html<br/>bad/failing98 .html<br/>bad/failing115.html<br/>bad/failing49.html<br/>bad/failing6.html<br/>b ad/failing19.html<br/>bad/failing87.html<br/>bad/failing59.html<br/>bad/failing2 2.html<br/>bad/failing24.html<br/>bad/failing3.html<br/>bad/failing91.html<br/>b ad/failing60.html<br/>bad/failing81.html<br/>bad/failing83.html<br/>bad/failing6 2.html<br/>bad/failing52.html<br/>bad/failing29.html<br/>bad/failing31.html<br/> bad/failing7.html<br/>bad/failing14.html<br/>@@@",
723 "@@@STEP_FAILURE@@@", 577 "@@@STEP_FAILURE@@@"
724 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@"
725 ] 578 ]
726 }, 579 },
727 { 580 {
728 "cmd": [ 581 "cmd": [
729 "python", 582 "python",
730 "-u", 583 "-u",
731 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_ret ry_summary.py", 584 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_ret ry_summary.py",
732 "--retry-summary-json", 585 "--retry-summary-json",
733 "{\"failures\": [\"bad/failing0.html\", \"bad/failing1.html\", \"bad/faili ng10.html\", \"bad/failing100.html\", \"bad/failing101.html\", \"bad/failing102. html\", \"bad/failing103.html\", \"bad/failing104.html\", \"bad/failing105.html\ ", \"bad/failing106.html\", \"bad/failing107.html\", \"bad/failing108.html\", \" bad/failing109.html\", \"bad/failing11.html\", \"bad/failing110.html\", \"bad/fa iling111.html\", \"bad/failing112.html\", \"bad/failing113.html\", \"bad/failing 114.html\", \"bad/failing115.html\", \"bad/failing116.html\", \"bad/failing117.h tml\", \"bad/failing118.html\", \"bad/failing119.html\", \"bad/failing12.html\", \"bad/failing120.html\", \"bad/failing121.html\", \"bad/failing122.html\", \"ba d/failing123.html\", \"bad/failing124.html\", \"bad/failing13.html\", \"bad/fail ing14.html\", \"bad/failing15.html\", \"bad/failing16.html\", \"bad/failing17.ht ml\", \"bad/failing18.html\", \"bad/failing19.html\", \"bad/failing2.html\", \"b ad/failing20.html\", \"bad/failing21.html\", \"bad/failing22.html\", \"bad/faili ng23.html\", \"bad/failing24.html\", \"bad/failing25.html\", \"bad/failing26.htm l\", \"bad/failing27.html\", \"bad/failing28.html\", \"bad/failing29.html\", \"b ad/failing3.html\", \"bad/failing30.html\", \"bad/failing31.html\", \"bad/failin g32.html\", \"bad/failing33.html\", \"bad/failing34.html\", \"bad/failing35.html \", \"bad/failing36.html\", \"bad/failing37.html\", \"bad/failing38.html\", \"ba d/failing39.html\", \"bad/failing4.html\", \"bad/failing40.html\", \"bad/failing 41.html\", \"bad/failing42.html\", \"bad/failing43.html\", \"bad/failing44.html\ ", \"bad/failing45.html\", \"bad/failing46.html\", \"bad/failing47.html\", \"bad /failing48.html\", \"bad/failing49.html\", \"bad/failing5.html\", \"bad/failing5 0.html\", \"bad/failing51.html\", \"bad/failing52.html\", \"bad/failing53.html\" , \"bad/failing54.html\", \"bad/failing55.html\", \"bad/failing56.html\", \"bad/ failing57.html\", \"bad/failing58.html\", \"bad/failing59.html\", \"bad/failing6 .html\", \"bad/failing60.html\", \"bad/failing61.html\", \"bad/failing62.html\", \"bad/failing63.html\", \"bad/failing64.html\", \"bad/failing65.html\", \"bad/f ailing66.html\", \"bad/failing67.html\", \"bad/failing68.html\", \"bad/failing69 .html\", \"bad/failing7.html\", \"bad/failing70.html\", \"bad/failing71.html\", \"bad/failing72.html\", \"bad/failing73.html\", \"bad/failing74.html\", \"bad/fa iling75.html\", \"bad/failing76.html\", \"bad/failing77.html\", \"bad/failing78. html\", \"bad/failing79.html\", \"bad/failing8.html\", \"bad/failing80.html\", \ "bad/failing81.html\", \"bad/failing82.html\", \"bad/failing83.html\", \"bad/fai ling84.html\", \"bad/failing85.html\", \"bad/failing86.html\", \"bad/failing87.h tml\", \"bad/failing88.html\", \"bad/failing89.html\", \"bad/failing9.html\", \" bad/failing90.html\", \"bad/failing91.html\", \"bad/failing92.html\", \"bad/fail ing93.html\", \"bad/failing94.html\", \"bad/failing95.html\", \"bad/failing96.ht ml\", \"bad/failing97.html\", \"bad/failing98.html\", \"bad/failing99.html\", \" bad/totally-bad-probably.html\", \"tricky/totally-maybe-not-awesome.html\"], \"i gnored\": []}", 586 "{\"failures\": [\"bad/failing0.html\", \"bad/failing1.html\", \"bad/faili ng10.html\", \"bad/failing100.html\", \"bad/failing101.html\", \"bad/failing102. html\", \"bad/failing103.html\", \"bad/failing104.html\", \"bad/failing105.html\ ", \"bad/failing106.html\", \"bad/failing107.html\", \"bad/failing108.html\", \" bad/failing109.html\", \"bad/failing11.html\", \"bad/failing110.html\", \"bad/fa iling111.html\", \"bad/failing112.html\", \"bad/failing113.html\", \"bad/failing 114.html\", \"bad/failing115.html\", \"bad/failing116.html\", \"bad/failing117.h tml\", \"bad/failing118.html\", \"bad/failing119.html\", \"bad/failing12.html\", \"bad/failing120.html\", \"bad/failing121.html\", \"bad/failing122.html\", \"ba d/failing123.html\", \"bad/failing124.html\", \"bad/failing13.html\", \"bad/fail ing14.html\", \"bad/failing15.html\", \"bad/failing16.html\", \"bad/failing17.ht ml\", \"bad/failing18.html\", \"bad/failing19.html\", \"bad/failing2.html\", \"b ad/failing20.html\", \"bad/failing21.html\", \"bad/failing22.html\", \"bad/faili ng23.html\", \"bad/failing24.html\", \"bad/failing25.html\", \"bad/failing26.htm l\", \"bad/failing27.html\", \"bad/failing28.html\", \"bad/failing29.html\", \"b ad/failing3.html\", \"bad/failing30.html\", \"bad/failing31.html\", \"bad/failin g32.html\", \"bad/failing33.html\", \"bad/failing34.html\", \"bad/failing35.html \", \"bad/failing36.html\", \"bad/failing37.html\", \"bad/failing38.html\", \"ba d/failing39.html\", \"bad/failing4.html\", \"bad/failing40.html\", \"bad/failing 41.html\", \"bad/failing42.html\", \"bad/failing43.html\", \"bad/failing44.html\ ", \"bad/failing45.html\", \"bad/failing46.html\", \"bad/failing47.html\", \"bad /failing48.html\", \"bad/failing49.html\", \"bad/failing5.html\", \"bad/failing5 0.html\", \"bad/failing51.html\", \"bad/failing52.html\", \"bad/failing53.html\" , \"bad/failing54.html\", \"bad/failing55.html\", \"bad/failing56.html\", \"bad/ failing57.html\", \"bad/failing58.html\", \"bad/failing59.html\", \"bad/failing6 .html\", \"bad/failing60.html\", \"bad/failing61.html\", \"bad/failing62.html\", \"bad/failing63.html\", \"bad/failing64.html\", \"bad/failing65.html\", \"bad/f ailing66.html\", \"bad/failing67.html\", \"bad/failing68.html\", \"bad/failing69 .html\", \"bad/failing7.html\", \"bad/failing70.html\", \"bad/failing71.html\", \"bad/failing72.html\", \"bad/failing73.html\", \"bad/failing74.html\", \"bad/fa iling75.html\", \"bad/failing76.html\", \"bad/failing77.html\", \"bad/failing78. html\", \"bad/failing79.html\", \"bad/failing8.html\", \"bad/failing80.html\", \ "bad/failing81.html\", \"bad/failing82.html\", \"bad/failing83.html\", \"bad/fai ling84.html\", \"bad/failing85.html\", \"bad/failing86.html\", \"bad/failing87.h tml\", \"bad/failing88.html\", \"bad/failing89.html\", \"bad/failing9.html\", \" bad/failing90.html\", \"bad/failing91.html\", \"bad/failing92.html\", \"bad/fail ing93.html\", \"bad/failing94.html\", \"bad/failing95.html\", \"bad/failing96.ht ml\", \"bad/failing97.html\", \"bad/failing98.html\", \"bad/failing99.html\", \" bad/totally-bad-probably.html\", \"tricky/totally-maybe-not-awesome.html\"], \"i gnored\": []}",
734 "--build-number", 587 "--build-number",
735 "571", 588 "571",
736 "--builder-name", 589 "--builder-name",
737 "linux_precise_blink_rel", 590 "V8-Blink Linux 64",
738 "--gs-bucket", 591 "--gs-bucket",
739 "gs://chromium-layout-test-archives" 592 "gs://chromium-layout-test-archives"
740 ], 593 ],
741 "cwd": "[BUILDER_CACHE]/linux_layout", 594 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
742 "env": { 595 "name": "archive_retry_summary"
743 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
744 },
745 "name": "archive_retry_summary",
746 "~followup_annotations": [
747 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1 5ac5\"@@@"
748 ]
749 }, 596 },
750 { 597 {
751 "name": "$result", 598 "name": "$result",
752 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1", 599 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1",
753 "recipe_result": null, 600 "recipe_result": null,
754 "status_code": 1 601 "status_code": 1
755 } 602 }
756 ] 603 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698