OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.v8", | 8 "tryserver.v8", |
9 "--builder", | 9 "--builder", |
10 "v8_linux_arm64_dbg", | 10 "v8_linux_arm64_dbg", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.com/v8/v8'}]", |
15 "--root", | 15 "--root", |
16 "v8", | 16 "v8", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--issue", | 21 "--issue", |
22 "12853011", | 22 "12853011", |
23 "--patchset", | 23 "--patchset", |
24 "1", | 24 "1", |
25 "--rietveld_server", | 25 "--rietveld_server", |
26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
29 "--revision", | 29 "--revision", |
30 "v8@12345", | 30 "v8@12345", |
31 "--no_shallow", | 31 "--no_shallow", |
32 "--output_manifest" | 32 "--output_manifest" |
33 ], | 33 ], |
34 "cwd": "[SLAVE_BUILD]", | |
35 "env": { | 34 "env": { |
36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
37 }, | 36 }, |
38 "name": "bot_update", | 37 "name": "bot_update", |
39 "~followup_annotations": [ | 38 "~followup_annotations": [ |
40 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
41 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
(...skipping 23 matching lines...) Expand all Loading... |
68 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 67 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
69 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 69 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
71 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
72 ] | 71 ] |
73 }, | 72 }, |
74 { | 73 { |
75 "cmd": [ | 74 "cmd": [ |
76 "python", | 75 "python", |
77 "-u", | 76 "-u", |
78 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 77 "[CWD]/v8/tools/swarming_client/swarming.py", |
79 "--version" | 78 "--version" |
80 ], | 79 ], |
81 "cwd": "[SLAVE_BUILD]", | |
82 "name": "swarming.py --version", | 80 "name": "swarming.py --version", |
83 "stdout": "/path/to/tmp/", | 81 "stdout": "/path/to/tmp/", |
84 "~followup_annotations": [ | 82 "~followup_annotations": [ |
85 "@@@STEP_TEXT@0.4.10@@@" | 83 "@@@STEP_TEXT@0.4.10@@@" |
86 ] | 84 ] |
87 }, | 85 }, |
88 { | 86 { |
89 "cmd": [ | 87 "cmd": [ |
90 "python", | 88 "python", |
91 "-u", | 89 "-u", |
92 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 90 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
93 "runhooks" | 91 "runhooks" |
94 ], | 92 ], |
95 "cwd": "[SLAVE_BUILD]", | |
96 "env": { | 93 "env": { |
97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 94 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
98 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go
ma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dcheck
s=1 v8_optimized_debug=1 v8_target_arch=arm64", | 95 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[ROOT]/b/b
uild/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow
_dchecks=1 v8_optimized_debug=1 v8_target_arch=arm64", |
99 "GYP_GENERATORS": "ninja", | 96 "GYP_GENERATORS": "ninja", |
100 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
101 }, | 98 }, |
102 "name": "gclient runhooks" | 99 "name": "gclient runhooks" |
103 }, | 100 }, |
104 { | 101 { |
105 "cmd": [ | 102 "cmd": [ |
106 "python", | 103 "python", |
107 "-u", | 104 "-u", |
108 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 105 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
109 "--show-path", | 106 "--show-path", |
110 "python", | 107 "python", |
111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 108 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
112 ], | 109 ], |
113 "cwd": "[SLAVE_BUILD]", | |
114 "name": "cleanup_temp" | 110 "name": "cleanup_temp" |
115 }, | 111 }, |
116 { | 112 { |
117 "allow_subannotations": true, | 113 "allow_subannotations": true, |
118 "cmd": [ | 114 "cmd": [ |
119 "python", | 115 "python", |
120 "-u", | 116 "-u", |
121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 117 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
122 "--src-dir", | 118 "--src-dir", |
123 "[SLAVE_BUILD]/v8", | 119 "[CWD]/v8", |
124 "--output-json", | 120 "--output-json", |
125 "/path/to/tmp/json" | 121 "/path/to/tmp/json" |
126 ], | 122 ], |
127 "cwd": "[SLAVE_BUILD]", | |
128 "env": { | 123 "env": { |
129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
130 }, | 125 }, |
131 "name": "clang_revision", | 126 "name": "clang_revision", |
132 "~followup_annotations": [ | 127 "~followup_annotations": [ |
133 "@@@STEP_LOG_LINE@json.output@{@@@", | 128 "@@@STEP_LOG_LINE@json.output@{@@@", |
134 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 129 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
135 "@@@STEP_LOG_LINE@json.output@}@@@", | 130 "@@@STEP_LOG_LINE@json.output@}@@@", |
136 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
137 ] | 132 ] |
138 }, | 133 }, |
139 { | 134 { |
140 "cmd": [ | 135 "cmd": [ |
141 "python", | 136 "python", |
142 "-u", | 137 "-u", |
143 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 138 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
144 "--show-path", | 139 "--show-path", |
145 "python", | 140 "python", |
146 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
147 "--gsutil-py-path", | 142 "--gsutil-py-path", |
148 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 143 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
149 "--ninja-path", | 144 "--ninja-path", |
150 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 145 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
151 "--target", | 146 "--target", |
152 "Debug", | 147 "Debug", |
153 "--src-dir", | 148 "--src-dir", |
154 "[SLAVE_BUILD]/v8", | 149 "[CWD]/v8", |
155 "--goma-cache-dir", | 150 "--goma-cache-dir", |
156 "[GOMA_CACHE]", | 151 "[ROOT]/b/build/slave/goma_cache", |
157 "--build-tool", | 152 "--build-tool", |
158 "ninja", | 153 "ninja", |
159 "--compiler", | 154 "--compiler", |
160 "goma-clang", | 155 "goma-clang", |
161 "--goma-jsonstatus", | 156 "--goma-jsonstatus", |
162 "/path/to/tmp/json", | 157 "/path/to/tmp/json", |
163 "--goma-service-account-json-file", | 158 "--goma-service-account-json-file", |
164 "/creds/service_accounts/service-account-goma-client.json", | 159 "/creds/service_accounts/service-account-goma-client.json", |
165 "--goma-dir", | 160 "--goma-dir", |
166 "[BUILD]/goma", | 161 "[ROOT]/b/build/goma", |
167 "--goma-fail-fast", | 162 "--goma-fail-fast", |
168 "--goma-disable-local-fallback", | 163 "--goma-disable-local-fallback", |
169 "--" | 164 "--" |
170 ], | 165 ], |
171 "cwd": "[SLAVE_BUILD]", | |
172 "env": { | 166 "env": { |
173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
174 }, | 168 }, |
175 "name": "compile", | 169 "name": "compile", |
176 "~followup_annotations": [ | 170 "~followup_annotations": [ |
177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
178 "@@@STEP_LOG_END@json.output (invalid)@@@" | 172 "@@@STEP_LOG_END@json.output (invalid)@@@" |
179 ] | 173 ] |
180 }, | 174 }, |
181 { | 175 { |
182 "cmd": [ | 176 "cmd": [ |
183 "python", | 177 "python", |
184 "-u", | 178 "-u", |
185 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 179 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
186 "[SLAVE_BUILD]/v8/tools/swarming_client", | 180 "[CWD]/v8/tools/swarming_client", |
187 "batcharchive", | 181 "batcharchive", |
188 "--dump-json", | 182 "--dump-json", |
189 "/path/to/tmp/json", | 183 "/path/to/tmp/json", |
190 "--isolate-server", | 184 "--isolate-server", |
191 "https://isolateserver.appspot.com", | 185 "https://isolateserver.appspot.com", |
192 "--verbose", | 186 "--verbose", |
193 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json", | 187 "[CWD]/v8/out/Debug/bot_default.isolated.gen.json", |
194 "[SLAVE_BUILD]/v8/out/Debug/ignition.isolated.gen.json", | 188 "[CWD]/v8/out/Debug/ignition.isolated.gen.json", |
195 "[SLAVE_BUILD]/v8/out/Debug/mjsunit.isolated.gen.json", | 189 "[CWD]/v8/out/Debug/mjsunit.isolated.gen.json", |
196 "[SLAVE_BUILD]/v8/out/Debug/mozilla.isolated.gen.json", | 190 "[CWD]/v8/out/Debug/mozilla.isolated.gen.json", |
197 "[SLAVE_BUILD]/v8/out/Debug/simdjs.isolated.gen.json", | 191 "[CWD]/v8/out/Debug/simdjs.isolated.gen.json", |
198 "[SLAVE_BUILD]/v8/out/Debug/test262.isolated.gen.json" | 192 "[CWD]/v8/out/Debug/test262.isolated.gen.json" |
199 ], | 193 ], |
200 "cwd": "[SLAVE_BUILD]", | |
201 "name": "isolate tests", | 194 "name": "isolate tests", |
202 "~followup_annotations": [ | 195 "~followup_annotations": [ |
203 "@@@STEP_LOG_LINE@json.output@{@@@", | 196 "@@@STEP_LOG_LINE@json.output@{@@@", |
204 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 197 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
205 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 198 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
206 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\",
@@@", | 199 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\",
@@@", |
207 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 200 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
208 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 201 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
209 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
210 "@@@STEP_LOG_LINE@json.output@}@@@", | 203 "@@@STEP_LOG_LINE@json.output@}@@@", |
211 "@@@STEP_LOG_END@json.output@@@" | 204 "@@@STEP_LOG_END@json.output@@@" |
212 ] | 205 ] |
213 }, | 206 }, |
214 { | 207 { |
215 "cmd": [ | 208 "cmd": [ |
216 "python", | 209 "python", |
217 "-u", | 210 "-u", |
218 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 211 "[CWD]/v8/tools/swarming_client/swarming.py", |
219 "trigger", | 212 "trigger", |
220 "--swarming", | 213 "--swarming", |
221 "https://chromium-swarm.appspot.com", | 214 "https://chromium-swarm.appspot.com", |
222 "--isolate-server", | 215 "--isolate-server", |
223 "https://isolateserver.appspot.com", | 216 "https://isolateserver.appspot.com", |
224 "--priority", | 217 "--priority", |
225 "30", | 218 "30", |
226 "--shards", | 219 "--shards", |
227 "3", | 220 "3", |
228 "--task-name", | 221 "--task-name", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 "--timeout=200", | 282 "--timeout=200", |
290 "--random-seed=-2114099713", | 283 "--random-seed=-2114099713", |
291 "bot_default", | 284 "bot_default", |
292 "--exhaustive-variants", | 285 "--exhaustive-variants", |
293 "--dcheck-always-on", | 286 "--dcheck-always-on", |
294 "--rerun-failures-count=2", | 287 "--rerun-failures-count=2", |
295 "--swarming", | 288 "--swarming", |
296 "--json-test-results", | 289 "--json-test-results", |
297 "${ISOLATED_OUTDIR}/output.json" | 290 "${ISOLATED_OUTDIR}/output.json" |
298 ], | 291 ], |
299 "cwd": "[SLAVE_BUILD]", | |
300 "name": "[trigger] Check on Ubuntu-12.04", | 292 "name": "[trigger] Check on Ubuntu-12.04", |
301 "~followup_annotations": [ | 293 "~followup_annotations": [ |
302 "@@@STEP_LOG_LINE@json.output@{@@@", | 294 "@@@STEP_LOG_LINE@json.output@{@@@", |
303 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/v8_linux_arm64_dbg/571\", @@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/v8_linux_arm64_dbg/571\", @@@", |
304 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
305 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/v8_linux
_arm64_dbg/571:3:0\": {@@@", | 297 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/v8_linux
_arm64_dbg/571:3:0\": {@@@", |
306 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 298 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
307 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 299 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
308 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 300 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
309 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 301 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 12 matching lines...) Expand all Loading... |
322 "@@@STEP_LOG_END@json.output@@@", | 314 "@@@STEP_LOG_END@json.output@@@", |
323 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 315 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
324 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", | 316 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@", |
325 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@" | 317 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@
@@" |
326 ] | 318 ] |
327 }, | 319 }, |
328 { | 320 { |
329 "cmd": [ | 321 "cmd": [ |
330 "python", | 322 "python", |
331 "-u", | 323 "-u", |
332 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 324 "[CWD]/v8/tools/swarming_client/swarming.py", |
333 "trigger", | 325 "trigger", |
334 "--swarming", | 326 "--swarming", |
335 "https://chromium-swarm.appspot.com", | 327 "https://chromium-swarm.appspot.com", |
336 "--isolate-server", | 328 "--isolate-server", |
337 "https://isolateserver.appspot.com", | 329 "https://isolateserver.appspot.com", |
338 "--priority", | 330 "--priority", |
339 "30", | 331 "30", |
340 "--shards", | 332 "--shards", |
341 "1", | 333 "1", |
342 "--task-name", | 334 "--task-name", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 "--random-seed=-2114099713", | 396 "--random-seed=-2114099713", |
405 "test262", | 397 "test262", |
406 "--download-data", | 398 "--download-data", |
407 "--variants=default", | 399 "--variants=default", |
408 "--dcheck-always-on", | 400 "--dcheck-always-on", |
409 "--rerun-failures-count=2", | 401 "--rerun-failures-count=2", |
410 "--swarming", | 402 "--swarming", |
411 "--json-test-results", | 403 "--json-test-results", |
412 "${ISOLATED_OUTDIR}/output.json" | 404 "${ISOLATED_OUTDIR}/output.json" |
413 ], | 405 ], |
414 "cwd": "[SLAVE_BUILD]", | |
415 "name": "[trigger] Test262 - no variants on Ubuntu-12.04", | 406 "name": "[trigger] Test262 - no variants on Ubuntu-12.04", |
416 "~followup_annotations": [ | 407 "~followup_annotations": [ |
417 "@@@STEP_LOG_LINE@json.output@{@@@", | 408 "@@@STEP_LOG_LINE@json.output@{@@@", |
418 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571\", @@@", | 409 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571\", @@@", |
419 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 410 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
420 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-12.04/[du
mmy has/v8_linux_arm64_dbg/571\": {@@@", | 411 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-12.04/[du
mmy has/v8_linux_arm64_dbg/571\": {@@@", |
421 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 412 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
422 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 413 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
423 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 414 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
424 "@@@STEP_LOG_LINE@json.output@ }@@@", | 415 "@@@STEP_LOG_LINE@json.output@ }@@@", |
425 "@@@STEP_LOG_LINE@json.output@ }@@@", | 416 "@@@STEP_LOG_LINE@json.output@ }@@@", |
426 "@@@STEP_LOG_LINE@json.output@}@@@", | 417 "@@@STEP_LOG_LINE@json.output@}@@@", |
427 "@@@STEP_LOG_END@json.output@@@", | 418 "@@@STEP_LOG_END@json.output@@@", |
428 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 419 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
429 ] | 420 ] |
430 }, | 421 }, |
431 { | 422 { |
432 "cmd": [ | 423 "cmd": [ |
433 "python", | 424 "python", |
434 "-u", | 425 "-u", |
435 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 426 "[CWD]/v8/tools/swarming_client/swarming.py", |
436 "trigger", | 427 "trigger", |
437 "--swarming", | 428 "--swarming", |
438 "https://chromium-swarm.appspot.com", | 429 "https://chromium-swarm.appspot.com", |
439 "--isolate-server", | 430 "--isolate-server", |
440 "https://isolateserver.appspot.com", | 431 "https://isolateserver.appspot.com", |
441 "--priority", | 432 "--priority", |
442 "30", | 433 "30", |
443 "--shards", | 434 "--shards", |
444 "1", | 435 "1", |
445 "--task-name", | 436 "--task-name", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
506 "--timeout=200", | 497 "--timeout=200", |
507 "--random-seed=-2114099713", | 498 "--random-seed=-2114099713", |
508 "mozilla", | 499 "mozilla", |
509 "--exhaustive-variants", | 500 "--exhaustive-variants", |
510 "--dcheck-always-on", | 501 "--dcheck-always-on", |
511 "--rerun-failures-count=2", | 502 "--rerun-failures-count=2", |
512 "--swarming", | 503 "--swarming", |
513 "--json-test-results", | 504 "--json-test-results", |
514 "${ISOLATED_OUTDIR}/output.json" | 505 "${ISOLATED_OUTDIR}/output.json" |
515 ], | 506 ], |
516 "cwd": "[SLAVE_BUILD]", | |
517 "name": "[trigger] Mozilla on Ubuntu-12.04", | 507 "name": "[trigger] Mozilla on Ubuntu-12.04", |
518 "~followup_annotations": [ | 508 "~followup_annotations": [ |
519 "@@@STEP_LOG_LINE@json.output@{@@@", | 509 "@@@STEP_LOG_LINE@json.output@{@@@", |
520 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/v8_linux_arm64_dbg/571\", @@@", | 510 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/v8_linux_arm64_dbg/571\", @@@", |
521 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 511 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
522 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/v8_lin
ux_arm64_dbg/571\": {@@@", | 512 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/v8_lin
ux_arm64_dbg/571\": {@@@", |
523 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 513 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
524 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 514 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
525 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 515 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
526 "@@@STEP_LOG_LINE@json.output@ }@@@", | 516 "@@@STEP_LOG_LINE@json.output@ }@@@", |
527 "@@@STEP_LOG_LINE@json.output@ }@@@", | 517 "@@@STEP_LOG_LINE@json.output@ }@@@", |
528 "@@@STEP_LOG_LINE@json.output@}@@@", | 518 "@@@STEP_LOG_LINE@json.output@}@@@", |
529 "@@@STEP_LOG_END@json.output@@@", | 519 "@@@STEP_LOG_END@json.output@@@", |
530 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 520 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
531 ] | 521 ] |
532 }, | 522 }, |
533 { | 523 { |
534 "cmd": [ | 524 "cmd": [ |
535 "python", | 525 "python", |
536 "-u", | 526 "-u", |
537 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 527 "[CWD]/v8/tools/swarming_client/swarming.py", |
538 "trigger", | 528 "trigger", |
539 "--swarming", | 529 "--swarming", |
540 "https://chromium-swarm.appspot.com", | 530 "https://chromium-swarm.appspot.com", |
541 "--isolate-server", | 531 "--isolate-server", |
542 "https://isolateserver.appspot.com", | 532 "https://isolateserver.appspot.com", |
543 "--priority", | 533 "--priority", |
544 "30", | 534 "30", |
545 "--shards", | 535 "--shards", |
546 "1", | 536 "1", |
547 "--task-name", | 537 "--task-name", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
609 "--random-seed=-2114099713", | 599 "--random-seed=-2114099713", |
610 "simdjs", | 600 "simdjs", |
611 "--download-data", | 601 "--download-data", |
612 "--exhaustive-variants", | 602 "--exhaustive-variants", |
613 "--dcheck-always-on", | 603 "--dcheck-always-on", |
614 "--rerun-failures-count=2", | 604 "--rerun-failures-count=2", |
615 "--swarming", | 605 "--swarming", |
616 "--json-test-results", | 606 "--json-test-results", |
617 "${ISOLATED_OUTDIR}/output.json" | 607 "${ISOLATED_OUTDIR}/output.json" |
618 ], | 608 ], |
619 "cwd": "[SLAVE_BUILD]", | |
620 "name": "[trigger] SimdJs - all on Ubuntu-12.04", | 609 "name": "[trigger] SimdJs - all on Ubuntu-12.04", |
621 "~followup_annotations": [ | 610 "~followup_annotations": [ |
622 "@@@STEP_LOG_LINE@json.output@{@@@", | 611 "@@@STEP_LOG_LINE@json.output@{@@@", |
623 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/v8_linux_arm64_dbg/571\", @@@", | 612 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/v8_linux_arm64_dbg/571\", @@@", |
624 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 613 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
625 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/v
8_linux_arm64_dbg/571\": {@@@", | 614 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/v
8_linux_arm64_dbg/571\": {@@@", |
626 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 615 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
627 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 616 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
628 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 617 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
629 "@@@STEP_LOG_LINE@json.output@ }@@@", | 618 "@@@STEP_LOG_LINE@json.output@ }@@@", |
630 "@@@STEP_LOG_LINE@json.output@ }@@@", | 619 "@@@STEP_LOG_LINE@json.output@ }@@@", |
631 "@@@STEP_LOG_LINE@json.output@}@@@", | 620 "@@@STEP_LOG_LINE@json.output@}@@@", |
632 "@@@STEP_LOG_END@json.output@@@", | 621 "@@@STEP_LOG_END@json.output@@@", |
633 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 622 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
634 ] | 623 ] |
635 }, | 624 }, |
636 { | 625 { |
637 "cmd": [ | 626 "cmd": [ |
638 "python", | 627 "python", |
639 "-u", | 628 "-u", |
640 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 629 "[CWD]/v8/tools/swarming_client/swarming.py", |
641 "trigger", | 630 "trigger", |
642 "--swarming", | 631 "--swarming", |
643 "https://chromium-swarm.appspot.com", | 632 "https://chromium-swarm.appspot.com", |
644 "--isolate-server", | 633 "--isolate-server", |
645 "https://isolateserver.appspot.com", | 634 "https://isolateserver.appspot.com", |
646 "--priority", | 635 "--priority", |
647 "30", | 636 "30", |
648 "--shards", | 637 "--shards", |
649 "1", | 638 "1", |
650 "--task-name", | 639 "--task-name", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
712 "--random-seed=-2114099713", | 701 "--random-seed=-2114099713", |
713 "ignition", | 702 "ignition", |
714 "--ignition-turbofan", | 703 "--ignition-turbofan", |
715 "--variants=ignition_turbofan", | 704 "--variants=ignition_turbofan", |
716 "--dcheck-always-on", | 705 "--dcheck-always-on", |
717 "--rerun-failures-count=2", | 706 "--rerun-failures-count=2", |
718 "--swarming", | 707 "--swarming", |
719 "--json-test-results", | 708 "--json-test-results", |
720 "${ISOLATED_OUTDIR}/output.json" | 709 "${ISOLATED_OUTDIR}/output.json" |
721 ], | 710 ], |
722 "cwd": "[SLAVE_BUILD]", | |
723 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", | 711 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", |
724 "~followup_annotations": [ | 712 "~followup_annotations": [ |
725 "@@@STEP_LOG_LINE@json.output@{@@@", | 713 "@@@STEP_LOG_LINE@json.output@{@@@", |
726 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571\", @@@", | 714 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571\", @@@", |
727 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 715 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
728 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-12.04/[dumm
y has/v8_linux_arm64_dbg/571\": {@@@", | 716 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-12.04/[dumm
y has/v8_linux_arm64_dbg/571\": {@@@", |
729 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 717 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
730 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 718 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
731 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 719 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
732 "@@@STEP_LOG_LINE@json.output@ }@@@", | 720 "@@@STEP_LOG_LINE@json.output@ }@@@", |
733 "@@@STEP_LOG_LINE@json.output@ }@@@", | 721 "@@@STEP_LOG_LINE@json.output@ }@@@", |
734 "@@@STEP_LOG_LINE@json.output@}@@@", | 722 "@@@STEP_LOG_LINE@json.output@}@@@", |
735 "@@@STEP_LOG_END@json.output@@@", | 723 "@@@STEP_LOG_END@json.output@@@", |
736 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 724 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
737 ] | 725 ] |
738 }, | 726 }, |
739 { | 727 { |
740 "cmd": [ | 728 "cmd": [ |
741 "python", | 729 "python", |
742 "-u", | 730 "-u", |
743 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 731 "[CWD]/v8/tools/swarming_client/swarming.py", |
744 "trigger", | 732 "trigger", |
745 "--swarming", | 733 "--swarming", |
746 "https://chromium-swarm.appspot.com", | 734 "https://chromium-swarm.appspot.com", |
747 "--isolate-server", | 735 "--isolate-server", |
748 "https://isolateserver.appspot.com", | 736 "https://isolateserver.appspot.com", |
749 "--priority", | 737 "--priority", |
750 "30", | 738 "30", |
751 "--shards", | 739 "--shards", |
752 "1", | 740 "1", |
753 "--task-name", | 741 "--task-name", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
815 "--random-seed=-2114099713", | 803 "--random-seed=-2114099713", |
816 "mjsunit", | 804 "mjsunit", |
817 "--extra-flags=--turbo_sp_frame_access", | 805 "--extra-flags=--turbo_sp_frame_access", |
818 "--variants=turbofan", | 806 "--variants=turbofan", |
819 "--dcheck-always-on", | 807 "--dcheck-always-on", |
820 "--rerun-failures-count=2", | 808 "--rerun-failures-count=2", |
821 "--swarming", | 809 "--swarming", |
822 "--json-test-results", | 810 "--json-test-results", |
823 "${ISOLATED_OUTDIR}/output.json" | 811 "${ISOLATED_OUTDIR}/output.json" |
824 ], | 812 ], |
825 "cwd": "[SLAVE_BUILD]", | |
826 "name": "[trigger] Mjsunit - sp frame access on Ubuntu-12.04", | 813 "name": "[trigger] Mjsunit - sp frame access on Ubuntu-12.04", |
827 "~followup_annotations": [ | 814 "~followup_annotations": [ |
828 "@@@STEP_LOG_LINE@json.output@{@@@", | 815 "@@@STEP_LOG_LINE@json.output@{@@@", |
829 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - sp frame a
ccess/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571\", @@@", | 816 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - sp frame a
ccess/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571\", @@@", |
830 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 817 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
831 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - sp frame access/Ubuntu-12.04
/[dummy has/v8_linux_arm64_dbg/571\": {@@@", | 818 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - sp frame access/Ubuntu-12.04
/[dummy has/v8_linux_arm64_dbg/571\": {@@@", |
832 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 819 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
833 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 820 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
834 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 821 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
835 "@@@STEP_LOG_LINE@json.output@ }@@@", | 822 "@@@STEP_LOG_LINE@json.output@ }@@@", |
836 "@@@STEP_LOG_LINE@json.output@ }@@@", | 823 "@@@STEP_LOG_LINE@json.output@ }@@@", |
837 "@@@STEP_LOG_LINE@json.output@}@@@", | 824 "@@@STEP_LOG_LINE@json.output@}@@@", |
838 "@@@STEP_LOG_END@json.output@@@", | 825 "@@@STEP_LOG_END@json.output@@@", |
839 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 826 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
840 ] | 827 ] |
841 }, | 828 }, |
842 { | 829 { |
843 "cmd": [ | 830 "cmd": [ |
844 "python", | 831 "python", |
845 "-u", | 832 "-u", |
846 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 833 "[CWD]/v8/tools/swarming_client/swarming.py", |
847 "trigger", | 834 "trigger", |
848 "--swarming", | 835 "--swarming", |
849 "https://chromium-swarm.appspot.com", | 836 "https://chromium-swarm.appspot.com", |
850 "--isolate-server", | 837 "--isolate-server", |
851 "https://isolateserver.appspot.com", | 838 "https://isolateserver.appspot.com", |
852 "--priority", | 839 "--priority", |
853 "30", | 840 "30", |
854 "--shards", | 841 "--shards", |
855 "2", | 842 "2", |
856 "--task-name", | 843 "--task-name", |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
919 "test262", | 906 "test262", |
920 "--ignition-turbofan", | 907 "--ignition-turbofan", |
921 "--download-data", | 908 "--download-data", |
922 "--variants=ignition_turbofan", | 909 "--variants=ignition_turbofan", |
923 "--dcheck-always-on", | 910 "--dcheck-always-on", |
924 "--rerun-failures-count=2", | 911 "--rerun-failures-count=2", |
925 "--swarming", | 912 "--swarming", |
926 "--json-test-results", | 913 "--json-test-results", |
927 "${ISOLATED_OUTDIR}/output.json" | 914 "${ISOLATED_OUTDIR}/output.json" |
928 ], | 915 ], |
929 "cwd": "[SLAVE_BUILD]", | |
930 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", | 916 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", |
931 "~followup_annotations": [ | 917 "~followup_annotations": [ |
932 "@@@STEP_LOG_LINE@json.output@{@@@", | 918 "@@@STEP_LOG_LINE@json.output@{@@@", |
933 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition -
turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571\", @@@", | 919 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition -
turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571\", @@@", |
934 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 920 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
935 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition - turbofan/Ubuntu-1
2.04/[dummy has/v8_linux_arm64_dbg/571:2:0\": {@@@", | 921 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition - turbofan/Ubuntu-1
2.04/[dummy has/v8_linux_arm64_dbg/571:2:0\": {@@@", |
936 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 922 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
937 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 923 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
938 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 924 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
939 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 925 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
940 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition - turbofan/Ubuntu-1
2.04/[dummy has/v8_linux_arm64_dbg/571:2:1\": {@@@", | 926 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition - turbofan/Ubuntu-1
2.04/[dummy has/v8_linux_arm64_dbg/571:2:1\": {@@@", |
941 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 927 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
942 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 928 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
943 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 929 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
944 "@@@STEP_LOG_LINE@json.output@ }@@@", | 930 "@@@STEP_LOG_LINE@json.output@ }@@@", |
945 "@@@STEP_LOG_LINE@json.output@ }@@@", | 931 "@@@STEP_LOG_LINE@json.output@ }@@@", |
946 "@@@STEP_LOG_LINE@json.output@}@@@", | 932 "@@@STEP_LOG_LINE@json.output@}@@@", |
947 "@@@STEP_LOG_END@json.output@@@", | 933 "@@@STEP_LOG_END@json.output@@@", |
948 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 934 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
949 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 935 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
950 ] | 936 ] |
951 }, | 937 }, |
952 { | 938 { |
953 "allow_subannotations": true, | 939 "allow_subannotations": true, |
954 "cmd": [ | 940 "cmd": [ |
955 "python", | 941 "python", |
956 "-u", | 942 "-u", |
957 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 943 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
958 "--swarming-client-dir", | 944 "--swarming-client-dir", |
959 "[SLAVE_BUILD]/v8/tools/swarming_client", | 945 "[CWD]/v8/tools/swarming_client", |
960 "--temp-root-dir", | 946 "--temp-root-dir", |
961 "[TMP_BASE]", | 947 "[TMP]", |
962 "--merged-test-output", | 948 "--merged-test-output", |
963 "/path/to/tmp/json", | 949 "/path/to/tmp/json", |
964 "--", | 950 "--", |
965 "collect", | 951 "collect", |
966 "--swarming", | 952 "--swarming", |
967 "https://chromium-swarm.appspot.com", | 953 "https://chromium-swarm.appspot.com", |
968 "--decorate", | 954 "--decorate", |
969 "--print-status-updates", | 955 "--print-status-updates", |
970 "--shards", | 956 "--shards", |
971 "3", | 957 "3", |
972 "Check/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571" | 958 "Check/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571" |
973 ], | 959 ], |
974 "cwd": "[SLAVE_BUILD]", | |
975 "name": "Check", | 960 "name": "Check", |
976 "~followup_annotations": [ | 961 "~followup_annotations": [ |
977 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 962 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
978 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 963 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
979 "@@@STEP_LOG_LINE@durations@@@@", | 964 "@@@STEP_LOG_LINE@durations@@@@", |
980 "@@@STEP_LOG_LINE@durations@Details:@@@", | 965 "@@@STEP_LOG_LINE@durations@Details:@@@", |
981 "@@@STEP_LOG_LINE@durations@@@@", | 966 "@@@STEP_LOG_LINE@durations@@@@", |
982 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 967 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
983 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 968 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
984 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 969 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
985 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 970 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
986 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 971 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
987 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 972 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
988 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 973 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
989 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 974 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
990 "@@@STEP_LOG_END@durations@@@" | 975 "@@@STEP_LOG_END@durations@@@" |
991 ] | 976 ] |
992 }, | 977 }, |
993 { | 978 { |
994 "allow_subannotations": true, | 979 "allow_subannotations": true, |
995 "cmd": [ | 980 "cmd": [ |
996 "python", | 981 "python", |
997 "-u", | 982 "-u", |
998 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 983 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
999 "--swarming-client-dir", | 984 "--swarming-client-dir", |
1000 "[SLAVE_BUILD]/v8/tools/swarming_client", | 985 "[CWD]/v8/tools/swarming_client", |
1001 "--temp-root-dir", | 986 "--temp-root-dir", |
1002 "[TMP_BASE]", | 987 "[TMP]", |
1003 "--merged-test-output", | 988 "--merged-test-output", |
1004 "/path/to/tmp/json", | 989 "/path/to/tmp/json", |
1005 "--", | 990 "--", |
1006 "collect", | 991 "collect", |
1007 "--swarming", | 992 "--swarming", |
1008 "https://chromium-swarm.appspot.com", | 993 "https://chromium-swarm.appspot.com", |
1009 "--decorate", | 994 "--decorate", |
1010 "--print-status-updates", | 995 "--print-status-updates", |
1011 "--shards", | 996 "--shards", |
1012 "1", | 997 "1", |
1013 "Test262 - no variants/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571" | 998 "Test262 - no variants/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571" |
1014 ], | 999 ], |
1015 "cwd": "[SLAVE_BUILD]", | |
1016 "name": "Test262 - no variants", | 1000 "name": "Test262 - no variants", |
1017 "~followup_annotations": [ | 1001 "~followup_annotations": [ |
1018 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1002 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
1019 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1003 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
1020 "@@@STEP_LOG_LINE@durations@@@@", | 1004 "@@@STEP_LOG_LINE@durations@@@@", |
1021 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1005 "@@@STEP_LOG_LINE@durations@Details:@@@", |
1022 "@@@STEP_LOG_LINE@durations@@@@", | 1006 "@@@STEP_LOG_LINE@durations@@@@", |
1023 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1007 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
1024 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1008 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
1025 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1009 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
1026 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1010 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
1027 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1011 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
1028 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1012 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
1029 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1013 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1030 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1014 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1031 "@@@STEP_LOG_END@durations@@@" | 1015 "@@@STEP_LOG_END@durations@@@" |
1032 ] | 1016 ] |
1033 }, | 1017 }, |
1034 { | 1018 { |
1035 "allow_subannotations": true, | 1019 "allow_subannotations": true, |
1036 "cmd": [ | 1020 "cmd": [ |
1037 "python", | 1021 "python", |
1038 "-u", | 1022 "-u", |
1039 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1023 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
1040 "--swarming-client-dir", | 1024 "--swarming-client-dir", |
1041 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1025 "[CWD]/v8/tools/swarming_client", |
1042 "--temp-root-dir", | 1026 "--temp-root-dir", |
1043 "[TMP_BASE]", | 1027 "[TMP]", |
1044 "--merged-test-output", | 1028 "--merged-test-output", |
1045 "/path/to/tmp/json", | 1029 "/path/to/tmp/json", |
1046 "--", | 1030 "--", |
1047 "collect", | 1031 "collect", |
1048 "--swarming", | 1032 "--swarming", |
1049 "https://chromium-swarm.appspot.com", | 1033 "https://chromium-swarm.appspot.com", |
1050 "--decorate", | 1034 "--decorate", |
1051 "--print-status-updates", | 1035 "--print-status-updates", |
1052 "--shards", | 1036 "--shards", |
1053 "1", | 1037 "1", |
1054 "Mozilla/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571" | 1038 "Mozilla/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571" |
1055 ], | 1039 ], |
1056 "cwd": "[SLAVE_BUILD]", | |
1057 "name": "Mozilla", | 1040 "name": "Mozilla", |
1058 "~followup_annotations": [ | 1041 "~followup_annotations": [ |
1059 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1042 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
1060 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1043 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
1061 "@@@STEP_LOG_LINE@durations@@@@", | 1044 "@@@STEP_LOG_LINE@durations@@@@", |
1062 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1045 "@@@STEP_LOG_LINE@durations@Details:@@@", |
1063 "@@@STEP_LOG_LINE@durations@@@@", | 1046 "@@@STEP_LOG_LINE@durations@@@@", |
1064 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1047 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
1065 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1048 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
1066 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1049 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
1067 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1050 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
1068 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1051 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
1069 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1052 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
1070 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1053 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1071 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1054 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1072 "@@@STEP_LOG_END@durations@@@" | 1055 "@@@STEP_LOG_END@durations@@@" |
1073 ] | 1056 ] |
1074 }, | 1057 }, |
1075 { | 1058 { |
1076 "allow_subannotations": true, | 1059 "allow_subannotations": true, |
1077 "cmd": [ | 1060 "cmd": [ |
1078 "python", | 1061 "python", |
1079 "-u", | 1062 "-u", |
1080 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1063 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
1081 "--swarming-client-dir", | 1064 "--swarming-client-dir", |
1082 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1065 "[CWD]/v8/tools/swarming_client", |
1083 "--temp-root-dir", | 1066 "--temp-root-dir", |
1084 "[TMP_BASE]", | 1067 "[TMP]", |
1085 "--merged-test-output", | 1068 "--merged-test-output", |
1086 "/path/to/tmp/json", | 1069 "/path/to/tmp/json", |
1087 "--", | 1070 "--", |
1088 "collect", | 1071 "collect", |
1089 "--swarming", | 1072 "--swarming", |
1090 "https://chromium-swarm.appspot.com", | 1073 "https://chromium-swarm.appspot.com", |
1091 "--decorate", | 1074 "--decorate", |
1092 "--print-status-updates", | 1075 "--print-status-updates", |
1093 "--shards", | 1076 "--shards", |
1094 "1", | 1077 "1", |
1095 "SimdJs - all/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571" | 1078 "SimdJs - all/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571" |
1096 ], | 1079 ], |
1097 "cwd": "[SLAVE_BUILD]", | |
1098 "name": "SimdJs - all", | 1080 "name": "SimdJs - all", |
1099 "~followup_annotations": [ | 1081 "~followup_annotations": [ |
1100 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1082 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
1101 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1083 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
1102 "@@@STEP_LOG_LINE@durations@@@@", | 1084 "@@@STEP_LOG_LINE@durations@@@@", |
1103 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1085 "@@@STEP_LOG_LINE@durations@Details:@@@", |
1104 "@@@STEP_LOG_LINE@durations@@@@", | 1086 "@@@STEP_LOG_LINE@durations@@@@", |
1105 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1087 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
1106 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1088 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
1107 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1089 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
1108 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1090 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
1109 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1091 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
1110 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1092 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
1111 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1093 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1112 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1094 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1113 "@@@STEP_LOG_END@durations@@@" | 1095 "@@@STEP_LOG_END@durations@@@" |
1114 ] | 1096 ] |
1115 }, | 1097 }, |
1116 { | 1098 { |
1117 "allow_subannotations": true, | 1099 "allow_subannotations": true, |
1118 "cmd": [ | 1100 "cmd": [ |
1119 "python", | 1101 "python", |
1120 "-u", | 1102 "-u", |
1121 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1103 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
1122 "--swarming-client-dir", | 1104 "--swarming-client-dir", |
1123 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1105 "[CWD]/v8/tools/swarming_client", |
1124 "--temp-root-dir", | 1106 "--temp-root-dir", |
1125 "[TMP_BASE]", | 1107 "[TMP]", |
1126 "--merged-test-output", | 1108 "--merged-test-output", |
1127 "/path/to/tmp/json", | 1109 "/path/to/tmp/json", |
1128 "--", | 1110 "--", |
1129 "collect", | 1111 "collect", |
1130 "--swarming", | 1112 "--swarming", |
1131 "https://chromium-swarm.appspot.com", | 1113 "https://chromium-swarm.appspot.com", |
1132 "--decorate", | 1114 "--decorate", |
1133 "--print-status-updates", | 1115 "--print-status-updates", |
1134 "--shards", | 1116 "--shards", |
1135 "1", | 1117 "1", |
1136 "Ignition - turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571" | 1118 "Ignition - turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571" |
1137 ], | 1119 ], |
1138 "cwd": "[SLAVE_BUILD]", | |
1139 "name": "Ignition - turbofan", | 1120 "name": "Ignition - turbofan", |
1140 "~followup_annotations": [ | 1121 "~followup_annotations": [ |
1141 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1122 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
1142 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1123 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
1143 "@@@STEP_LOG_LINE@durations@@@@", | 1124 "@@@STEP_LOG_LINE@durations@@@@", |
1144 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1125 "@@@STEP_LOG_LINE@durations@Details:@@@", |
1145 "@@@STEP_LOG_LINE@durations@@@@", | 1126 "@@@STEP_LOG_LINE@durations@@@@", |
1146 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1127 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
1147 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1128 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
1148 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1129 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
1149 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1130 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
1150 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1131 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
1151 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1132 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
1152 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1133 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1153 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1134 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1154 "@@@STEP_LOG_END@durations@@@" | 1135 "@@@STEP_LOG_END@durations@@@" |
1155 ] | 1136 ] |
1156 }, | 1137 }, |
1157 { | 1138 { |
1158 "allow_subannotations": true, | 1139 "allow_subannotations": true, |
1159 "cmd": [ | 1140 "cmd": [ |
1160 "python", | 1141 "python", |
1161 "-u", | 1142 "-u", |
1162 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1143 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
1163 "--swarming-client-dir", | 1144 "--swarming-client-dir", |
1164 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1145 "[CWD]/v8/tools/swarming_client", |
1165 "--temp-root-dir", | 1146 "--temp-root-dir", |
1166 "[TMP_BASE]", | 1147 "[TMP]", |
1167 "--merged-test-output", | 1148 "--merged-test-output", |
1168 "/path/to/tmp/json", | 1149 "/path/to/tmp/json", |
1169 "--", | 1150 "--", |
1170 "collect", | 1151 "collect", |
1171 "--swarming", | 1152 "--swarming", |
1172 "https://chromium-swarm.appspot.com", | 1153 "https://chromium-swarm.appspot.com", |
1173 "--decorate", | 1154 "--decorate", |
1174 "--print-status-updates", | 1155 "--print-status-updates", |
1175 "--shards", | 1156 "--shards", |
1176 "1", | 1157 "1", |
1177 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571" | 1158 "Mjsunit - sp frame access/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/571" |
1178 ], | 1159 ], |
1179 "cwd": "[SLAVE_BUILD]", | |
1180 "name": "Mjsunit - sp frame access", | 1160 "name": "Mjsunit - sp frame access", |
1181 "~followup_annotations": [ | 1161 "~followup_annotations": [ |
1182 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1162 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
1183 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1163 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
1184 "@@@STEP_LOG_LINE@durations@@@@", | 1164 "@@@STEP_LOG_LINE@durations@@@@", |
1185 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1165 "@@@STEP_LOG_LINE@durations@Details:@@@", |
1186 "@@@STEP_LOG_LINE@durations@@@@", | 1166 "@@@STEP_LOG_LINE@durations@@@@", |
1187 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1167 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
1188 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1168 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
1189 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1169 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
1190 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1170 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
1191 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1171 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
1192 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1172 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
1193 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1173 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1194 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1174 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1195 "@@@STEP_LOG_END@durations@@@" | 1175 "@@@STEP_LOG_END@durations@@@" |
1196 ] | 1176 ] |
1197 }, | 1177 }, |
1198 { | 1178 { |
1199 "allow_subannotations": true, | 1179 "allow_subannotations": true, |
1200 "cmd": [ | 1180 "cmd": [ |
1201 "python", | 1181 "python", |
1202 "-u", | 1182 "-u", |
1203 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 1183 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
1204 "--swarming-client-dir", | 1184 "--swarming-client-dir", |
1205 "[SLAVE_BUILD]/v8/tools/swarming_client", | 1185 "[CWD]/v8/tools/swarming_client", |
1206 "--temp-root-dir", | 1186 "--temp-root-dir", |
1207 "[TMP_BASE]", | 1187 "[TMP]", |
1208 "--merged-test-output", | 1188 "--merged-test-output", |
1209 "/path/to/tmp/json", | 1189 "/path/to/tmp/json", |
1210 "--", | 1190 "--", |
1211 "collect", | 1191 "collect", |
1212 "--swarming", | 1192 "--swarming", |
1213 "https://chromium-swarm.appspot.com", | 1193 "https://chromium-swarm.appspot.com", |
1214 "--decorate", | 1194 "--decorate", |
1215 "--print-status-updates", | 1195 "--print-status-updates", |
1216 "--shards", | 1196 "--shards", |
1217 "2", | 1197 "2", |
1218 "Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/
571" | 1198 "Test262 - ignition - turbofan/Ubuntu-12.04/[dummy has/v8_linux_arm64_dbg/
571" |
1219 ], | 1199 ], |
1220 "cwd": "[SLAVE_BUILD]", | |
1221 "name": "Test262 - ignition - turbofan", | 1200 "name": "Test262 - ignition - turbofan", |
1222 "~followup_annotations": [ | 1201 "~followup_annotations": [ |
1223 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 1202 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
1224 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 1203 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
1225 "@@@STEP_LOG_LINE@durations@@@@", | 1204 "@@@STEP_LOG_LINE@durations@@@@", |
1226 "@@@STEP_LOG_LINE@durations@Details:@@@", | 1205 "@@@STEP_LOG_LINE@durations@Details:@@@", |
1227 "@@@STEP_LOG_LINE@durations@@@@", | 1206 "@@@STEP_LOG_LINE@durations@@@@", |
1228 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 1207 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
1229 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 1208 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
1230 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 1209 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
1231 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1210 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
1232 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1211 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
1233 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1212 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
1234 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1213 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
1235 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1214 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1236 "@@@STEP_LOG_END@durations@@@" | 1215 "@@@STEP_LOG_END@durations@@@" |
1237 ] | 1216 ] |
1238 }, | 1217 }, |
1239 { | 1218 { |
1240 "name": "$result", | 1219 "name": "$result", |
1241 "recipe_result": null, | 1220 "recipe_result": null, |
1242 "status_code": 0 | 1221 "status_code": 0 |
1243 } | 1222 } |
1244 ] | 1223 ] |
OLD | NEW |