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

Side by Side Diff: scripts/slave/recipes/blink_downstream.expected/minimal_pass_continues.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]/v8_linux_chromium_gn_rel", 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 = [{'custom_vars': {'v8_branch': 'br anches/bleeding_edge'}, 'deps_file': '.DEPS.git', 'managed': 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_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\"}", 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@origin/lkcr", 40 "src@HEAD",
47 "--revision", 41 "--revision",
48 "src/v8@22135", 42 "src/v8@20123",
49 "--output_manifest" 43 "--output_manifest"
50 ], 44 ],
51 "cwd": "[BUILDER_CACHE]/v8_linux_chromium_gn_rel", 45 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
52 "env": { 46 "env": {
53 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 47 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
54 }, 48 },
55 "name": "bot_update", 49 "name": "bot_update",
56 "~followup_annotations": [ 50 "~followup_annotations": [
57 "@@@STEP_TEXT@Some step text@@@", 51 "@@@STEP_TEXT@Some step text@@@",
58 "@@@STEP_LOG_LINE@json.output@{@@@", 52 "@@@STEP_LOG_LINE@json.output@{@@@",
59 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 53 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
60 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 54 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
61 "@@@STEP_LOG_LINE@json.output@ \"src\": \"origin/lkcr\", @@@", 55 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@",
62 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"22135\"@@@", 56 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"20123\"@@@",
63 "@@@STEP_LOG_LINE@json.output@ }, @@@", 57 "@@@STEP_LOG_LINE@json.output@ }, @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 58 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
66 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@", 60 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
67 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@", 61 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
68 "@@@STEP_LOG_LINE@json.output@ }, @@@", 62 "@@@STEP_LOG_LINE@json.output@ }, @@@",
69 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", 63 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
70 "@@@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\", @@@",
71 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@", 65 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
72 "@@@STEP_LOG_LINE@json.output@ }, @@@", 66 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@", 118 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
125 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@", 119 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@",
126 "@@@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}\"@@@",
127 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 121 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
128 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 122 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
129 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 123 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
130 ] 124 ]
131 }, 125 },
132 { 126 {
133 "cmd": [], 127 "cmd": [],
128 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
134 "name": "ensure_goma" 129 "name": "ensure_goma"
135 }, 130 },
136 { 131 {
137 "cmd": [ 132 "cmd": [
138 "python", 133 "python",
139 "-u", 134 "-u",
140 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 135 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
141 "--platform", 136 "--platform",
142 "linux-amd64", 137 "linux-amd64",
143 "--dest-directory", 138 "--dest-directory",
144 "[SLAVE_BUILD]/cipd", 139 "[SLAVE_BUILD]/cipd",
145 "--json-output", 140 "--json-output",
146 "/path/to/tmp/json" 141 "/path/to/tmp/json"
147 ], 142 ],
143 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
148 "name": "ensure_goma.install cipd", 144 "name": "ensure_goma.install cipd",
149 "~followup_annotations": [ 145 "~followup_annotations": [
150 "@@@STEP_NEST_LEVEL@1@@@", 146 "@@@STEP_NEST_LEVEL@1@@@",
151 "@@@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@@ @",
152 "@@@STEP_LOG_LINE@json.output@{@@@", 148 "@@@STEP_LOG_LINE@json.output@{@@@",
153 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@", 149 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
154 "@@@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\"@@@",
155 "@@@STEP_LOG_LINE@json.output@}@@@", 151 "@@@STEP_LOG_LINE@json.output@}@@@",
156 "@@@STEP_LOG_END@json.output@@@" 152 "@@@STEP_LOG_END@json.output@@@"
157 ] 153 ]
158 }, 154 },
159 { 155 {
160 "cmd": [ 156 "cmd": [
161 "[SLAVE_BUILD]/cipd/cipd", 157 "[SLAVE_BUILD]/cipd/cipd",
162 "ensure", 158 "ensure",
163 "--root", 159 "--root",
164 "[CACHE]/cipd/goma", 160 "[CACHE]/cipd/goma",
165 "--list", 161 "--list",
166 "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",
167 "--json-output", 163 "--json-output",
168 "/path/to/tmp/json", 164 "/path/to/tmp/json",
169 "--service-account-json", 165 "--service-account-json",
170 "/creds/service_accounts/service-account-goma-client.json" 166 "/creds/service_accounts/service-account-goma-client.json"
171 ], 167 ],
168 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
172 "name": "ensure_goma.ensure_installed", 169 "name": "ensure_goma.ensure_installed",
173 "~followup_annotations": [ 170 "~followup_annotations": [
174 "@@@STEP_NEST_LEVEL@1@@@", 171 "@@@STEP_NEST_LEVEL@1@@@",
175 "@@@STEP_LOG_LINE@json.output@{@@@", 172 "@@@STEP_LOG_LINE@json.output@{@@@",
176 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", 173 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
177 "@@@STEP_LOG_LINE@json.output@ {@@@", 174 "@@@STEP_LOG_LINE@json.output@ {@@@",
178 "@@@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\", @@@",
179 "@@@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\"@@@",
180 "@@@STEP_LOG_LINE@json.output@ }, @@@", 177 "@@@STEP_LOG_LINE@json.output@ }, @@@",
181 "@@@STEP_LOG_LINE@json.output@ {@@@", 178 "@@@STEP_LOG_LINE@json.output@ {@@@",
182 "@@@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---------\", @@@",
183 "@@@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\"@@@",
184 "@@@STEP_LOG_LINE@json.output@ }@@@", 181 "@@@STEP_LOG_LINE@json.output@ }@@@",
185 "@@@STEP_LOG_LINE@json.output@ ]@@@", 182 "@@@STEP_LOG_LINE@json.output@ ]@@@",
186 "@@@STEP_LOG_LINE@json.output@}@@@", 183 "@@@STEP_LOG_LINE@json.output@}@@@",
187 "@@@STEP_LOG_END@json.output@@@" 184 "@@@STEP_LOG_END@json.output@@@"
188 ] 185 ]
189 }, 186 },
190 { 187 {
191 "cmd": [ 188 "cmd": [
192 "python", 189 "python",
193 "-u", 190 "-u",
194 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 191 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
195 "runhooks" 192 "runhooks"
196 ], 193 ],
197 "cwd": "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", 194 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
198 "env": { 195 "env": {
199 "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",
200 "GYP_CHROMIUM_NO_ACTION": "1", 197 "GYP_CHROMIUM_NO_ACTION": "1",
201 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", 198 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 use_goma=1",
202 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 199 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
203 }, 200 },
204 "name": "gclient runhooks (with patch)" 201 "name": "gclient runhooks"
205 }, 202 },
206 { 203 {
207 "cmd": [ 204 "cmd": [
208 "python", 205 "python",
209 "-u", 206 "-u",
210 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src/testing/scripts/get_compile_ targets.py", 207 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb.py",
211 "--output",
212 "/path/to/tmp/json",
213 "--",
214 "--build-config-fs",
215 "Release",
216 "--paths",
217 "{\"checkout\": \"[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src\", \"runit. py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"R ECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
218 "--properties",
219 "{\"buildername\": \"v8_linux_chromium_gn_rel\", \"buildnumber\": 571, \"m astername\": \"tryserver.v8\", \"slavename\": \"TestSlavename\", \"target_platfo rm\": \"linux\"}"
220 ],
221 "name": "get compile targets for scripts",
222 "~followup_annotations": [
223 "@@@STEP_LOG_LINE@json.output@{}@@@",
224 "@@@STEP_LOG_END@json.output@@@"
225 ]
226 },
227 {
228 "cmd": [
229 "python",
230 "-u",
231 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
232 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src/testing/buildbot/chromium.li nux.json",
233 "/path/to/tmp/json"
234 ],
235 "name": "read test spec (chromium.linux.json)",
236 "~followup_annotations": [
237 "@@@STEP_TEXT@path: [BUILDER_CACHE]/v8_linux_chromium_gn_rel/src/testing/b uildbot/chromium.linux.json@@@",
238 "@@@STEP_LOG_LINE@json.output@{@@@",
239 "@@@STEP_LOG_LINE@json.output@ \"V8 Linux GN\": {@@@",
240 "@@@STEP_LOG_LINE@json.output@ \"additional_compile_targets\": [@@@",
241 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@",
242 "@@@STEP_LOG_LINE@json.output@ ]@@@",
243 "@@@STEP_LOG_LINE@json.output@ }@@@",
244 "@@@STEP_LOG_LINE@json.output@}@@@",
245 "@@@STEP_LOG_END@json.output@@@"
246 ]
247 },
248 {
249 "cmd": [
250 "git",
251 "diff",
252 "--cached",
253 "--name-only"
254 ],
255 "cwd": "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src",
256 "name": "git diff to analyze patch",
257 "stdout": "/path/to/tmp/",
258 "~followup_annotations": [
259 "@@@STEP_LOG_LINE@files@foo.cc@@@",
260 "@@@STEP_LOG_END@files@@@",
261 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
262 ]
263 },
264 {
265 "cmd": [
266 "python",
267 "-u",
268 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
269 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src/testing/buildbot/trybot_anal yze_config.json",
270 "/path/to/tmp/json"
271 ],
272 "name": "read filter exclusion spec",
273 "~followup_annotations": [
274 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
275 "@@@STEP_LOG_LINE@json.output@{@@@",
276 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
277 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
278 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
279 "@@@STEP_LOG_LINE@json.output@ ]@@@",
280 "@@@STEP_LOG_LINE@json.output@ }, @@@",
281 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
282 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
283 "@@@STEP_LOG_LINE@json.output@ }@@@",
284 "@@@STEP_LOG_LINE@json.output@}@@@",
285 "@@@STEP_LOG_END@json.output@@@"
286 ]
287 },
288 {
289 "cmd": [
290 "python",
291 "-u",
292 "import sys; sys.exit(0)"
293 ],
294 "name": "analyze",
295 "~followup_annotations": [
296 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
297 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
298 "@@@STEP_LOG_END@excluded_files@@@",
299 "@@@STEP_LOG_LINE@analyze_details@{@@@",
300 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
301 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
302 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@",
303 "@@@STEP_LOG_LINE@analyze_details@ \"extensions_browsertests\", @@@",
304 "@@@STEP_LOG_LINE@analyze_details@ \"gin_unittests\", @@@",
305 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\", @@@",
306 "@@@STEP_LOG_LINE@analyze_details@ \"pdfium_test\", @@@",
307 "@@@STEP_LOG_LINE@analyze_details@ \"postmortem-metadata\", @@@",
308 "@@@STEP_LOG_LINE@analyze_details@ \"unit_tests\"@@@",
309 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
310 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
311 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
312 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@",
313 "@@@STEP_LOG_LINE@analyze_details@ \"extensions_browsertests\", @@@",
314 "@@@STEP_LOG_LINE@analyze_details@ \"gin_unittests\", @@@",
315 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\", @@@",
316 "@@@STEP_LOG_LINE@analyze_details@ \"pdfium_test\", @@@",
317 "@@@STEP_LOG_LINE@analyze_details@ \"postmortem-metadata\", @@@",
318 "@@@STEP_LOG_LINE@analyze_details@ \"unit_tests\"@@@",
319 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
320 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
321 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
322 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@",
323 "@@@STEP_LOG_LINE@analyze_details@ \"extensions_browsertests\", @@@",
324 "@@@STEP_LOG_LINE@analyze_details@ \"gin_unittests\", @@@",
325 "@@@STEP_LOG_LINE@analyze_details@ \"net_unittests\", @@@",
326 "@@@STEP_LOG_LINE@analyze_details@ \"pdfium_test\", @@@",
327 "@@@STEP_LOG_LINE@analyze_details@ \"postmortem-metadata\", @@@",
328 "@@@STEP_LOG_LINE@analyze_details@ \"unit_tests\"@@@",
329 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
330 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
331 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@",
332 "@@@STEP_LOG_LINE@analyze_details@}@@@",
333 "@@@STEP_LOG_END@analyze_details@@@"
334 ]
335 },
336 {
337 "cmd": [
338 "python",
339 "-u",
340 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
341 "--show-path",
342 "python",
343 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
344 ],
345 "name": "cleanup_temp"
346 },
347 {
348 "cmd": [
349 "python",
350 "-u",
351 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src/tools/mb/mb.py",
352 "gen", 208 "gen",
353 "-m", 209 "-m",
354 "tryserver.v8", 210 "client.v8.fyi",
355 "-b", 211 "-b",
356 "v8_linux_chromium_gn_rel", 212 "V8-Blink Linux 64",
357 "--config-file", 213 "--config-file",
358 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src/tools/mb/mb_config.pyl", 214 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb_config.pyl",
359 "--goma-dir", 215 "--goma-dir",
360 "[CACHE]/cipd/goma", 216 "[CACHE]/cipd/goma",
361 "//out/Release" 217 "//out/Release"
362 ], 218 ],
363 "cwd": "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", 219 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
364 "env": { 220 "env": {
365 "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"
366 }, 222 },
367 "name": "generate_build_files (with patch)" 223 "name": "generate_build_files (with patch)"
368 }, 224 },
369 { 225 {
370 "cmd": [ 226 "cmd": [
371 "python", 227 "python",
372 "-u", 228 "-u",
373 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 229 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
374 "--show-path", 230 "--show-path",
375 "python", 231 "python",
376 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 232 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
377 "--gsutil-py-path", 233 "--gsutil-py-path",
378 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 234 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
379 "--ninja-path", 235 "--ninja-path",
380 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 236 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
381 "--target", 237 "--target",
382 "Release", 238 "Release",
383 "--src-dir", 239 "--src-dir",
384 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", 240 "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
385 "--goma-cache-dir", 241 "--goma-cache-dir",
386 "[GOMA_CACHE]", 242 "[GOMA_CACHE]",
387 "--buildbot-buildername", 243 "--buildbot-buildername",
388 "v8_linux_chromium_gn_rel", 244 "V8-Blink Linux 64",
389 "--buildbot-mastername", 245 "--buildbot-mastername",
390 "tryserver.v8", 246 "client.v8.fyi",
391 "--buildbot-slavename", 247 "--buildbot-slavename",
392 "TestSlavename", 248 "TestSlavename",
393 "--goma-deps-cache-file", 249 "--goma-deps-cache-file",
394 "v8_linux_chromium_gn_rel.gomadeps", 250 "V8_Blink_Linux_64.gomadeps",
395 "--compiler", 251 "--compiler",
396 "goma", 252 "goma",
397 "--goma-jsonstatus", 253 "--goma-jsonstatus",
398 "/path/to/tmp/json", 254 "/path/to/tmp/json",
399 "--goma-service-account-json-file", 255 "--goma-service-account-json-file",
400 "/creds/service_accounts/service-account-goma-client.json", 256 "/creds/service_accounts/service-account-goma-client.json",
401 "--goma-dir", 257 "--goma-dir",
402 "[CACHE]/cipd/goma", 258 "[CACHE]/cipd/goma",
403 "--goma-fail-fast",
404 "--goma-disable-local-fallback",
405 "--ninja-ensure-up-to-date",
406 "--", 259 "--",
407 "base_unittests", 260 "blink_tests"
408 "blink_tests",
409 "extensions_browsertests",
410 "gin_unittests",
411 "net_unittests",
412 "pdfium_test",
413 "postmortem-metadata",
414 "unit_tests"
415 ], 261 ],
262 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
416 "env": { 263 "env": {
417 "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"
418 }, 265 },
419 "name": "compile (with patch)", 266 "name": "compile (with patch)",
420 "~followup_annotations": [ 267 "~followup_annotations": [
421 "step returned non-zero exit code: 1",
422 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 268 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
423 "@@@STEP_LOG_END@json.output (invalid)@@@", 269 "@@@STEP_LOG_END@json.output (invalid)@@@"
424 "@@@STEP_LOG_LINE@exception@TypeError(\"'NoneType' object has no attribute '__getitem__'\",)@@@",
425 "@@@STEP_LOG_END@exception@@@",
426 "@@@STEP_WARNINGS@@@"
427 ] 270 ]
428 }, 271 },
429 { 272 {
273 "cmd": [
274 "python",
275 "-u",
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"
289 ],
290 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
291 "name": "webkit_unit_tests"
292 },
293 {
294 "cmd": [
295 "python",
296 "-u",
297 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
298 "--target",
299 "Release",
300 "--no-xvfb",
301 "--factory-properties",
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\"}",
303 "--build-properties",
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\"}",
305 "--step-name=webkit_tests (with patch)",
306 "--builder-name=V8-Blink Linux 64",
307 "--slave-name=TestSlavename",
308 "--build-number=571",
309 "--run-python-script",
310 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py" ,
311 "--target",
312 "Release",
313 "-o",
314 "[SLAVE_BUILD]/layout-test-results",
315 "--build-dir",
316 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out",
317 "--json-test-results",
318 "/path/to/tmp/json",
319 "--test-results-server",
320 "test-results.appspot.com",
321 "--build-number",
322 "571",
323 "--builder-name",
324 "V8-Blink Linux 64",
325 "--step-name",
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"
330 ],
331 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
332 "name": "webkit_tests (with patch)",
333 "~followup_annotations": [
334 "step returned non-zero exit code: 5",
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/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/><b r/>Total executed: 9001<br/>@@@",
336 "@@@STEP_FAILURE@@@"
337 ]
338 },
339 {
340 "cmd": [
341 "python",
342 "-u",
343 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res ults.py",
344 "--results-dir",
345 "[SLAVE_BUILD]/layout-test-results",
346 "--build-dir",
347 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out",
348 "--build-number",
349 "571",
350 "--builder-name",
351 "V8-Blink Linux 64",
352 "--gs-bucket",
353 "gs://chromium-layout-test-archives",
354 "--staging-dir",
355 "[CACHE]/chrome_staging"
356 ],
357 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
358 "name": "archive_webkit_tests_results",
359 "~followup_annotations": [
360 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@",
361 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@"
362 ]
363 },
364 {
430 "cmd": [ 365 "cmd": [
431 "python", 366 "python",
432 "-u", 367 "-u",
433 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 368 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
434 "--spec", 369 "--spec",
435 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'v8_branch': 'br anches/bleeding_edge'}, 'deps_file': '.DEPS.git', 'managed': 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'}]",
436 "--patch_root", 371 "--patch_root",
437 "src", 372 "src",
438 "--revision_mapping_file", 373 "--revision_mapping_file",
439 "{\"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\"}", 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\"}",
440 "--git-cache-dir", 375 "--git-cache-dir",
441 "[GIT_CACHE]", 376 "[GIT_CACHE]",
442 "--rietveld_server",
443 "https://codereview.chromium.org",
444 "--output_json", 377 "--output_json",
445 "/path/to/tmp/json", 378 "/path/to/tmp/json",
446 "--revision", 379 "--revision",
447 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 380 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
448 "--revision",
449 "src/v8@801ada225ddc271c132c3a35f03975671d43e399",
450 "--output_manifest" 381 "--output_manifest"
451 ], 382 ],
452 "cwd": "[BUILDER_CACHE]/v8_linux_chromium_gn_rel", 383 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
453 "env": { 384 "env": {
454 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 385 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
455 }, 386 },
456 "name": "bot_update (without patch)", 387 "name": "bot_update (2)",
457 "~followup_annotations": [ 388 "~followup_annotations": [
458 "@@@STEP_TEXT@Some step text@@@", 389 "@@@STEP_TEXT@Some step text@@@",
459 "@@@STEP_LOG_LINE@json.output@{@@@", 390 "@@@STEP_LOG_LINE@json.output@{@@@",
460 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 391 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
461 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 392 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
462 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\", @@@", 393 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@",
463 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"801ada225ddc271c132c3a35f0 3975671d43e399\"@@@",
464 "@@@STEP_LOG_LINE@json.output@ }, @@@", 394 "@@@STEP_LOG_LINE@json.output@ }, @@@",
465 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 395 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
466 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", 396 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
467 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@", 397 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
468 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@", 398 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
469 "@@@STEP_LOG_LINE@json.output@ }, @@@", 399 "@@@STEP_LOG_LINE@json.output@ }, @@@",
470 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", 400 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
471 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@", 401 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
472 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@", 402 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
473 "@@@STEP_LOG_LINE@json.output@ }, @@@", 403 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 443 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
514 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 444 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
515 "@@@STEP_LOG_LINE@json.output@}@@@", 445 "@@@STEP_LOG_LINE@json.output@}@@@",
516 "@@@STEP_LOG_END@json.output@@@" 446 "@@@STEP_LOG_END@json.output@@@"
517 ] 447 ]
518 }, 448 },
519 { 449 {
520 "cmd": [ 450 "cmd": [
521 "python", 451 "python",
522 "-u", 452 "-u",
523 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 453 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb.py",
524 "runhooks"
525 ],
526 "cwd": "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src",
527 "env": {
528 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
529 "GYP_CHROMIUM_NO_ACTION": "1",
530 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
531 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
532 },
533 "name": "gclient runhooks (without patch)"
534 },
535 {
536 "cmd": [
537 "python",
538 "-u",
539 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src/tools/mb/mb.py",
540 "gen", 454 "gen",
541 "-m", 455 "-m",
542 "tryserver.v8", 456 "client.v8.fyi",
543 "-b", 457 "-b",
544 "v8_linux_chromium_gn_rel", 458 "V8-Blink Linux 64",
545 "--config-file", 459 "--config-file",
546 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src/tools/mb/mb_config.pyl", 460 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb_config.pyl",
547 "--goma-dir", 461 "--goma-dir",
548 "[CACHE]/cipd/goma", 462 "[CACHE]/cipd/goma",
549 "//out/Release" 463 "//out/Release"
550 ], 464 ],
551 "cwd": "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", 465 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
552 "env": { 466 "env": {
553 "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"
554 }, 468 },
555 "name": "generate_build_files (without patch)" 469 "name": "generate_build_files (without patch)"
556 }, 470 },
557 { 471 {
558 "cmd": [ 472 "cmd": [
559 "python", 473 "python",
560 "-u", 474 "-u",
561 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 475 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
562 "--show-path", 476 "--show-path",
563 "python", 477 "python",
564 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 478 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
565 "--gsutil-py-path", 479 "--gsutil-py-path",
566 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 480 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
567 "--ninja-path", 481 "--ninja-path",
568 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 482 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
569 "--target", 483 "--target",
570 "Release", 484 "Release",
571 "--src-dir", 485 "--src-dir",
572 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", 486 "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
573 "--goma-cache-dir", 487 "--goma-cache-dir",
574 "[GOMA_CACHE]", 488 "[GOMA_CACHE]",
575 "--buildbot-buildername", 489 "--buildbot-buildername",
576 "v8_linux_chromium_gn_rel", 490 "V8-Blink Linux 64",
577 "--buildbot-mastername", 491 "--buildbot-mastername",
578 "tryserver.v8", 492 "client.v8.fyi",
579 "--buildbot-slavename", 493 "--buildbot-slavename",
580 "TestSlavename", 494 "TestSlavename",
581 "--goma-deps-cache-file", 495 "--goma-deps-cache-file",
582 "v8_linux_chromium_gn_rel.gomadeps", 496 "V8_Blink_Linux_64.gomadeps",
583 "--compiler", 497 "--compiler",
584 "goma", 498 "goma",
585 "--goma-jsonstatus", 499 "--goma-jsonstatus",
586 "/path/to/tmp/json", 500 "/path/to/tmp/json",
587 "--goma-service-account-json-file", 501 "--goma-service-account-json-file",
588 "/creds/service_accounts/service-account-goma-client.json", 502 "/creds/service_accounts/service-account-goma-client.json",
589 "--goma-dir", 503 "--goma-dir",
590 "[CACHE]/cipd/goma", 504 "[CACHE]/cipd/goma",
591 "--goma-fail-fast",
592 "--goma-disable-local-fallback",
593 "--ninja-ensure-up-to-date",
594 "--", 505 "--",
595 "base_unittests", 506 "blink_tests"
596 "blink_tests",
597 "extensions_browsertests",
598 "gin_unittests",
599 "net_unittests",
600 "pdfium_test",
601 "postmortem-metadata",
602 "unit_tests"
603 ], 507 ],
508 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
604 "env": { 509 "env": {
605 "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"
606 }, 511 },
607 "name": "compile (without patch)", 512 "name": "compile (without patch)",
608 "~followup_annotations": [ 513 "~followup_annotations": [
609 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 514 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
610 "@@@STEP_LOG_END@json.output (invalid)@@@", 515 "@@@STEP_LOG_END@json.output (invalid)@@@"
611 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@"
612 ] 516 ]
613 }, 517 },
614 { 518 {
615 "cmd": [ 519 "cmd": [
616 "python", 520 "python",
617 "-u", 521 "-u",
618 "import sys; sys.exit(0)" 522 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
523 "--target",
524 "Release",
525 "--no-xvfb",
526 "--factory-properties",
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\"}",
528 "--build-properties",
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\"}",
530 "--step-name=webkit_tests (without patch)",
531 "--builder-name=V8-Blink Linux 64",
532 "--slave-name=TestSlavename",
533 "--build-number=571",
534 "--run-python-script",
535 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py" ,
536 "--target",
537 "Release",
538 "-o",
539 "[SLAVE_BUILD]/layout-test-results",
540 "--build-dir",
541 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out",
542 "--json-test-results",
543 "/path/to/tmp/json",
544 "--test-results-server",
545 "test-results.appspot.com",
546 "--build-number",
547 "571",
548 "--builder-name",
549 "V8-Blink Linux 64",
550 "--step-name",
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",
555 "--test-list",
556 "bad/totally-bad-probably.html\ntricky/totally-maybe-not-awesome.html",
557 "--skipped",
558 "always"
619 ], 559 ],
620 "name": "mark: before_tests", 560 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
561 "name": "webkit_tests (without patch)",
621 "~followup_annotations": [ 562 "~followup_annotations": [
622 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 563 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
623 ] 564 ]
624 }, 565 },
625 { 566 {
567 "cmd": [
568 "python",
569 "-u",
570 "import sys; sys.exit(1)"
571 ],
572 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
573 "name": "webkit_tests (retry summary)",
574 "~followup_annotations": [
575 "step returned non-zero exit code: 1",
576 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/ totally-maybe-not-awesome.html<br/>@@@",
577 "@@@STEP_FAILURE@@@"
578 ]
579 },
580 {
581 "cmd": [
582 "python",
583 "-u",
584 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_ret ry_summary.py",
585 "--retry-summary-json",
586 "{\"failures\": [\"bad/totally-bad-probably.html\", \"tricky/totally-maybe -not-awesome.html\"], \"ignored\": []}",
587 "--build-number",
588 "571",
589 "--builder-name",
590 "V8-Blink Linux 64",
591 "--gs-bucket",
592 "gs://chromium-layout-test-archives"
593 ],
594 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
595 "name": "archive_retry_summary"
596 },
597 {
626 "name": "$result", 598 "name": "$result",
627 "reason": "Step('compile (with patch)') 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",
628 "recipe_result": null, 600 "recipe_result": null,
629 "status_code": 1 601 "status_code": 1
630 } 602 }
631 ] 603 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698