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 "client.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux64 ASAN", | 10 "V8 Linux64 ASAN", |
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 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "v8@20123", | 24 "v8@20123", |
25 "--no_shallow", | 25 "--no_shallow", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
(...skipping 23 matching lines...) Expand all Loading... |
62 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 61 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 63 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
65 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
66 ] | 65 ] |
67 }, | 66 }, |
68 { | 67 { |
69 "cmd": [ | 68 "cmd": [ |
70 "python", | 69 "python", |
71 "-u", | 70 "-u", |
72 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 71 "[CWD]/v8/tools/swarming_client/swarming.py", |
73 "--version" | 72 "--version" |
74 ], | 73 ], |
75 "cwd": "[SLAVE_BUILD]", | |
76 "name": "swarming.py --version", | 74 "name": "swarming.py --version", |
77 "stdout": "/path/to/tmp/", | 75 "stdout": "/path/to/tmp/", |
78 "~followup_annotations": [ | 76 "~followup_annotations": [ |
79 "@@@STEP_TEXT@0.4.10@@@" | 77 "@@@STEP_TEXT@0.4.10@@@" |
80 ] | 78 ] |
81 }, | 79 }, |
82 { | 80 { |
83 "cmd": [ | 81 "cmd": [ |
84 "python", | 82 "python", |
85 "-u", | 83 "-u", |
86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
87 "runhooks" | 85 "runhooks" |
88 ], | 86 ], |
89 "cwd": "[SLAVE_BUILD]", | |
90 "env": { | 87 "env": { |
91 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 88 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
92 "GYP_DEFINES": "asan=1 clang=1 gomadir='[BUILD]/goma' lsan=1 target_arch=x
64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", | 89 "GYP_DEFINES": "asan=1 clang=1 gomadir='[ROOT]/b/build/goma' lsan=1 target
_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", |
93 "GYP_GENERATORS": "ninja", | 90 "GYP_GENERATORS": "ninja", |
94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 91 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
95 }, | 92 }, |
96 "name": "gclient runhooks" | 93 "name": "gclient runhooks" |
97 }, | 94 }, |
98 { | 95 { |
99 "cmd": [ | 96 "cmd": [ |
100 "python", | 97 "python", |
101 "-u", | 98 "-u", |
102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
103 "--show-path", | 100 "--show-path", |
104 "python", | 101 "python", |
105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
106 ], | 103 ], |
107 "cwd": "[SLAVE_BUILD]", | |
108 "name": "cleanup_temp" | 104 "name": "cleanup_temp" |
109 }, | 105 }, |
110 { | 106 { |
111 "allow_subannotations": true, | 107 "allow_subannotations": true, |
112 "cmd": [ | 108 "cmd": [ |
113 "python", | 109 "python", |
114 "-u", | 110 "-u", |
115 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
116 "--src-dir", | 112 "--src-dir", |
117 "[SLAVE_BUILD]/v8", | 113 "[CWD]/v8", |
118 "--output-json", | 114 "--output-json", |
119 "/path/to/tmp/json" | 115 "/path/to/tmp/json" |
120 ], | 116 ], |
121 "cwd": "[SLAVE_BUILD]", | |
122 "env": { | 117 "env": { |
123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
124 }, | 119 }, |
125 "name": "clang_revision", | 120 "name": "clang_revision", |
126 "~followup_annotations": [ | 121 "~followup_annotations": [ |
127 "@@@STEP_LOG_LINE@json.output@{@@@", | 122 "@@@STEP_LOG_LINE@json.output@{@@@", |
128 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
129 "@@@STEP_LOG_LINE@json.output@}@@@", | 124 "@@@STEP_LOG_LINE@json.output@}@@@", |
130 "@@@STEP_LOG_END@json.output@@@" | 125 "@@@STEP_LOG_END@json.output@@@" |
131 ] | 126 ] |
132 }, | 127 }, |
133 { | 128 { |
134 "cmd": [ | 129 "cmd": [ |
135 "python", | 130 "python", |
136 "-u", | 131 "-u", |
137 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 132 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
138 "--show-path", | 133 "--show-path", |
139 "python", | 134 "python", |
140 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 135 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
141 "--gsutil-py-path", | 136 "--gsutil-py-path", |
142 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 137 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
143 "--ninja-path", | 138 "--ninja-path", |
144 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 139 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
145 "--target", | 140 "--target", |
146 "Release", | 141 "Release", |
147 "--src-dir", | 142 "--src-dir", |
148 "[SLAVE_BUILD]/v8", | 143 "[CWD]/v8", |
149 "--goma-cache-dir", | 144 "--goma-cache-dir", |
150 "[GOMA_CACHE]", | 145 "[ROOT]/b/build/slave/goma_cache", |
151 "--build-tool", | 146 "--build-tool", |
152 "ninja", | 147 "ninja", |
153 "--compiler", | 148 "--compiler", |
154 "goma-clang", | 149 "goma-clang", |
155 "--goma-jsonstatus", | 150 "--goma-jsonstatus", |
156 "/path/to/tmp/json", | 151 "/path/to/tmp/json", |
157 "--goma-service-account-json-file", | 152 "--goma-service-account-json-file", |
158 "/creds/service_accounts/service-account-goma-client.json", | 153 "/creds/service_accounts/service-account-goma-client.json", |
159 "--goma-dir", | 154 "--goma-dir", |
160 "[BUILD]/goma", | 155 "[ROOT]/b/build/goma", |
161 "--" | 156 "--" |
162 ], | 157 ], |
163 "cwd": "[SLAVE_BUILD]", | |
164 "env": { | 158 "env": { |
165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
166 }, | 160 }, |
167 "name": "compile", | 161 "name": "compile", |
168 "~followup_annotations": [ | 162 "~followup_annotations": [ |
169 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
170 "@@@STEP_LOG_END@json.output (invalid)@@@" | 164 "@@@STEP_LOG_END@json.output (invalid)@@@" |
171 ] | 165 ] |
172 }, | 166 }, |
173 { | 167 { |
174 "cmd": [ | 168 "cmd": [ |
175 "python", | 169 "python", |
176 "-u", | 170 "-u", |
177 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 171 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
178 "[SLAVE_BUILD]/v8/tools/swarming_client", | 172 "[CWD]/v8/tools/swarming_client", |
179 "batcharchive", | 173 "batcharchive", |
180 "--dump-json", | 174 "--dump-json", |
181 "/path/to/tmp/json", | 175 "/path/to/tmp/json", |
182 "--isolate-server", | 176 "--isolate-server", |
183 "https://isolateserver.appspot.com", | 177 "https://isolateserver.appspot.com", |
184 "--verbose", | 178 "--verbose", |
185 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", | 179 "[CWD]/v8/out/Release/bot_default.isolated.gen.json", |
186 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", | 180 "[CWD]/v8/out/Release/ignition.isolated.gen.json", |
187 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" | 181 "[CWD]/v8/out/Release/test262.isolated.gen.json" |
188 ], | 182 ], |
189 "cwd": "[SLAVE_BUILD]", | |
190 "name": "isolate tests", | 183 "name": "isolate tests", |
191 "~followup_annotations": [ | 184 "~followup_annotations": [ |
192 "@@@STEP_LOG_LINE@json.output@{@@@", | 185 "@@@STEP_LOG_LINE@json.output@{@@@", |
193 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 186 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
194 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 187 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
195 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 188 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
196 "@@@STEP_LOG_LINE@json.output@}@@@", | 189 "@@@STEP_LOG_LINE@json.output@}@@@", |
197 "@@@STEP_LOG_END@json.output@@@" | 190 "@@@STEP_LOG_END@json.output@@@" |
198 ] | 191 ] |
199 }, | 192 }, |
200 { | 193 { |
201 "cmd": [ | 194 "cmd": [ |
202 "python", | 195 "python", |
203 "-u", | 196 "-u", |
204 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 197 "[CWD]/v8/tools/swarming_client/swarming.py", |
205 "trigger", | 198 "trigger", |
206 "--swarming", | 199 "--swarming", |
207 "https://chromium-swarm.appspot.com", | 200 "https://chromium-swarm.appspot.com", |
208 "--isolate-server", | 201 "--isolate-server", |
209 "https://isolateserver.appspot.com", | 202 "https://isolateserver.appspot.com", |
210 "--priority", | 203 "--priority", |
211 "25", | 204 "25", |
212 "--shards", | 205 "--shards", |
213 "2", | 206 "2", |
214 "--task-name", | 207 "--task-name", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 "--timeout=200", | 262 "--timeout=200", |
270 "--random-seed=1950386076", | 263 "--random-seed=1950386076", |
271 "bot_default", | 264 "bot_default", |
272 "--exhaustive-variants", | 265 "--exhaustive-variants", |
273 "--asan", | 266 "--asan", |
274 "--rerun-failures-count=2", | 267 "--rerun-failures-count=2", |
275 "--swarming", | 268 "--swarming", |
276 "--json-test-results", | 269 "--json-test-results", |
277 "${ISOLATED_OUTDIR}/output.json" | 270 "${ISOLATED_OUTDIR}/output.json" |
278 ], | 271 ], |
279 "cwd": "[SLAVE_BUILD]", | |
280 "name": "[trigger] Check on Ubuntu-14.04", | 272 "name": "[trigger] Check on Ubuntu-14.04", |
281 "~followup_annotations": [ | 273 "~followup_annotations": [ |
282 "@@@STEP_LOG_LINE@json.output@{@@@", | 274 "@@@STEP_LOG_LINE@json.output@{@@@", |
283 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/V8 Linux64 ASAN/571\", @@@", | 275 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/V8 Linux64 ASAN/571\", @@@", |
284 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
285 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux
64 ASAN/571:2:0\": {@@@", | 277 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux
64 ASAN/571:2:0\": {@@@", |
286 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 278 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
287 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 279 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
288 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 280 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
289 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 281 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
290 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux
64 ASAN/571:2:1\": {@@@", | 282 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux
64 ASAN/571:2:1\": {@@@", |
291 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
292 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
293 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
294 "@@@STEP_LOG_LINE@json.output@ }@@@", | 286 "@@@STEP_LOG_LINE@json.output@ }@@@", |
295 "@@@STEP_LOG_LINE@json.output@ }@@@", | 287 "@@@STEP_LOG_LINE@json.output@ }@@@", |
296 "@@@STEP_LOG_LINE@json.output@}@@@", | 288 "@@@STEP_LOG_LINE@json.output@}@@@", |
297 "@@@STEP_LOG_END@json.output@@@", | 289 "@@@STEP_LOG_END@json.output@@@", |
298 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 290 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
299 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 291 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
300 ] | 292 ] |
301 }, | 293 }, |
302 { | 294 { |
303 "cmd": [ | 295 "cmd": [ |
304 "python", | 296 "python", |
305 "-u", | 297 "-u", |
306 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 298 "[CWD]/v8/tools/swarming_client/swarming.py", |
307 "trigger", | 299 "trigger", |
308 "--swarming", | 300 "--swarming", |
309 "https://chromium-swarm.appspot.com", | 301 "https://chromium-swarm.appspot.com", |
310 "--isolate-server", | 302 "--isolate-server", |
311 "https://isolateserver.appspot.com", | 303 "https://isolateserver.appspot.com", |
312 "--priority", | 304 "--priority", |
313 "25", | 305 "25", |
314 "--shards", | 306 "--shards", |
315 "1", | 307 "1", |
316 "--task-name", | 308 "--task-name", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 "--random-seed=1950386076", | 364 "--random-seed=1950386076", |
373 "test262", | 365 "test262", |
374 "--download-data", | 366 "--download-data", |
375 "--variants=default", | 367 "--variants=default", |
376 "--asan", | 368 "--asan", |
377 "--rerun-failures-count=2", | 369 "--rerun-failures-count=2", |
378 "--swarming", | 370 "--swarming", |
379 "--json-test-results", | 371 "--json-test-results", |
380 "${ISOLATED_OUTDIR}/output.json" | 372 "${ISOLATED_OUTDIR}/output.json" |
381 ], | 373 ], |
382 "cwd": "[SLAVE_BUILD]", | |
383 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", | 374 "name": "[trigger] Test262 - no variants on Ubuntu-14.04", |
384 "~followup_annotations": [ | 375 "~followup_annotations": [ |
385 "@@@STEP_LOG_LINE@json.output@{@@@", | 376 "@@@STEP_LOG_LINE@json.output@{@@@", |
386 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571\", @@@", | 377 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571\", @@@", |
387 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 378 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
388 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/V8 Linux64 ASAN/571\": {@@@", | 379 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-14.04/[du
mmy has/V8 Linux64 ASAN/571\": {@@@", |
389 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
390 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 381 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
391 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 382 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
392 "@@@STEP_LOG_LINE@json.output@ }@@@", | 383 "@@@STEP_LOG_LINE@json.output@ }@@@", |
393 "@@@STEP_LOG_LINE@json.output@ }@@@", | 384 "@@@STEP_LOG_LINE@json.output@ }@@@", |
394 "@@@STEP_LOG_LINE@json.output@}@@@", | 385 "@@@STEP_LOG_LINE@json.output@}@@@", |
395 "@@@STEP_LOG_END@json.output@@@", | 386 "@@@STEP_LOG_END@json.output@@@", |
396 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 387 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
397 ] | 388 ] |
398 }, | 389 }, |
399 { | 390 { |
400 "cmd": [ | 391 "cmd": [ |
401 "python", | 392 "python", |
402 "-u", | 393 "-u", |
403 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 394 "[CWD]/v8/tools/swarming_client/swarming.py", |
404 "trigger", | 395 "trigger", |
405 "--swarming", | 396 "--swarming", |
406 "https://chromium-swarm.appspot.com", | 397 "https://chromium-swarm.appspot.com", |
407 "--isolate-server", | 398 "--isolate-server", |
408 "https://isolateserver.appspot.com", | 399 "https://isolateserver.appspot.com", |
409 "--priority", | 400 "--priority", |
410 "25", | 401 "25", |
411 "--shards", | 402 "--shards", |
412 "1", | 403 "1", |
413 "--task-name", | 404 "--task-name", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 "--random-seed=1950386076", | 460 "--random-seed=1950386076", |
470 "ignition", | 461 "ignition", |
471 "--ignition-turbofan", | 462 "--ignition-turbofan", |
472 "--variants=ignition_turbofan", | 463 "--variants=ignition_turbofan", |
473 "--asan", | 464 "--asan", |
474 "--rerun-failures-count=2", | 465 "--rerun-failures-count=2", |
475 "--swarming", | 466 "--swarming", |
476 "--json-test-results", | 467 "--json-test-results", |
477 "${ISOLATED_OUTDIR}/output.json" | 468 "${ISOLATED_OUTDIR}/output.json" |
478 ], | 469 ], |
479 "cwd": "[SLAVE_BUILD]", | |
480 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", | 470 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", |
481 "~followup_annotations": [ | 471 "~followup_annotations": [ |
482 "@@@STEP_LOG_LINE@json.output@{@@@", | 472 "@@@STEP_LOG_LINE@json.output@{@@@", |
483 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571\", @@@", | 473 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571\", @@@", |
484 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 474 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
485 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-14.04/[dumm
y has/V8 Linux64 ASAN/571\": {@@@", | 475 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Ubuntu-14.04/[dumm
y has/V8 Linux64 ASAN/571\": {@@@", |
486 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 476 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
487 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 477 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
488 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 478 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
489 "@@@STEP_LOG_LINE@json.output@ }@@@", | 479 "@@@STEP_LOG_LINE@json.output@ }@@@", |
490 "@@@STEP_LOG_LINE@json.output@ }@@@", | 480 "@@@STEP_LOG_LINE@json.output@ }@@@", |
491 "@@@STEP_LOG_LINE@json.output@}@@@", | 481 "@@@STEP_LOG_LINE@json.output@}@@@", |
492 "@@@STEP_LOG_END@json.output@@@", | 482 "@@@STEP_LOG_END@json.output@@@", |
493 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 483 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
494 ] | 484 ] |
495 }, | 485 }, |
496 { | 486 { |
497 "allow_subannotations": true, | 487 "allow_subannotations": true, |
498 "cmd": [ | 488 "cmd": [ |
499 "python", | 489 "python", |
500 "-u", | 490 "-u", |
501 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 491 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
502 "--swarming-client-dir", | 492 "--swarming-client-dir", |
503 "[SLAVE_BUILD]/v8/tools/swarming_client", | 493 "[CWD]/v8/tools/swarming_client", |
504 "--temp-root-dir", | 494 "--temp-root-dir", |
505 "[TMP_BASE]", | 495 "[TMP]", |
506 "--merged-test-output", | 496 "--merged-test-output", |
507 "/path/to/tmp/json", | 497 "/path/to/tmp/json", |
508 "--", | 498 "--", |
509 "collect", | 499 "collect", |
510 "--swarming", | 500 "--swarming", |
511 "https://chromium-swarm.appspot.com", | 501 "https://chromium-swarm.appspot.com", |
512 "--decorate", | 502 "--decorate", |
513 "--print-status-updates", | 503 "--print-status-updates", |
514 "--shards", | 504 "--shards", |
515 "2", | 505 "2", |
516 "Check/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571" | 506 "Check/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571" |
517 ], | 507 ], |
518 "cwd": "[SLAVE_BUILD]", | |
519 "name": "Check", | 508 "name": "Check", |
520 "~followup_annotations": [ | 509 "~followup_annotations": [ |
521 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 510 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
522 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 511 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
523 "@@@STEP_LOG_LINE@durations@@@@", | 512 "@@@STEP_LOG_LINE@durations@@@@", |
524 "@@@STEP_LOG_LINE@durations@Details:@@@", | 513 "@@@STEP_LOG_LINE@durations@Details:@@@", |
525 "@@@STEP_LOG_LINE@durations@@@@", | 514 "@@@STEP_LOG_LINE@durations@@@@", |
526 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 515 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
527 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 516 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
528 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 517 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
529 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 518 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
530 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 519 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
531 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 520 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
532 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 521 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
533 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 522 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
534 "@@@STEP_LOG_END@durations@@@" | 523 "@@@STEP_LOG_END@durations@@@" |
535 ] | 524 ] |
536 }, | 525 }, |
537 { | 526 { |
538 "allow_subannotations": true, | 527 "allow_subannotations": true, |
539 "cmd": [ | 528 "cmd": [ |
540 "python", | 529 "python", |
541 "-u", | 530 "-u", |
542 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 531 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
543 "--swarming-client-dir", | 532 "--swarming-client-dir", |
544 "[SLAVE_BUILD]/v8/tools/swarming_client", | 533 "[CWD]/v8/tools/swarming_client", |
545 "--temp-root-dir", | 534 "--temp-root-dir", |
546 "[TMP_BASE]", | 535 "[TMP]", |
547 "--merged-test-output", | 536 "--merged-test-output", |
548 "/path/to/tmp/json", | 537 "/path/to/tmp/json", |
549 "--", | 538 "--", |
550 "collect", | 539 "collect", |
551 "--swarming", | 540 "--swarming", |
552 "https://chromium-swarm.appspot.com", | 541 "https://chromium-swarm.appspot.com", |
553 "--decorate", | 542 "--decorate", |
554 "--print-status-updates", | 543 "--print-status-updates", |
555 "--shards", | 544 "--shards", |
556 "1", | 545 "1", |
557 "Test262 - no variants/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571" | 546 "Test262 - no variants/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571" |
558 ], | 547 ], |
559 "cwd": "[SLAVE_BUILD]", | |
560 "name": "Test262 - no variants", | 548 "name": "Test262 - no variants", |
561 "~followup_annotations": [ | 549 "~followup_annotations": [ |
562 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 550 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
563 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 551 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
564 "@@@STEP_LOG_LINE@durations@@@@", | 552 "@@@STEP_LOG_LINE@durations@@@@", |
565 "@@@STEP_LOG_LINE@durations@Details:@@@", | 553 "@@@STEP_LOG_LINE@durations@Details:@@@", |
566 "@@@STEP_LOG_LINE@durations@@@@", | 554 "@@@STEP_LOG_LINE@durations@@@@", |
567 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 555 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
568 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 556 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
569 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 557 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
570 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 558 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
571 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 559 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
572 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 560 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
573 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 561 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
574 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 562 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
575 "@@@STEP_LOG_END@durations@@@" | 563 "@@@STEP_LOG_END@durations@@@" |
576 ] | 564 ] |
577 }, | 565 }, |
578 { | 566 { |
579 "allow_subannotations": true, | 567 "allow_subannotations": true, |
580 "cmd": [ | 568 "cmd": [ |
581 "python", | 569 "python", |
582 "-u", | 570 "-u", |
583 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 571 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
584 "--swarming-client-dir", | 572 "--swarming-client-dir", |
585 "[SLAVE_BUILD]/v8/tools/swarming_client", | 573 "[CWD]/v8/tools/swarming_client", |
586 "--temp-root-dir", | 574 "--temp-root-dir", |
587 "[TMP_BASE]", | 575 "[TMP]", |
588 "--merged-test-output", | 576 "--merged-test-output", |
589 "/path/to/tmp/json", | 577 "/path/to/tmp/json", |
590 "--", | 578 "--", |
591 "collect", | 579 "collect", |
592 "--swarming", | 580 "--swarming", |
593 "https://chromium-swarm.appspot.com", | 581 "https://chromium-swarm.appspot.com", |
594 "--decorate", | 582 "--decorate", |
595 "--print-status-updates", | 583 "--print-status-updates", |
596 "--shards", | 584 "--shards", |
597 "1", | 585 "1", |
598 "Ignition - turbofan/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571" | 586 "Ignition - turbofan/Ubuntu-14.04/[dummy has/V8 Linux64 ASAN/571" |
599 ], | 587 ], |
600 "cwd": "[SLAVE_BUILD]", | |
601 "name": "Ignition - turbofan", | 588 "name": "Ignition - turbofan", |
602 "~followup_annotations": [ | 589 "~followup_annotations": [ |
603 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 590 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
604 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 591 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
605 "@@@STEP_LOG_LINE@durations@@@@", | 592 "@@@STEP_LOG_LINE@durations@@@@", |
606 "@@@STEP_LOG_LINE@durations@Details:@@@", | 593 "@@@STEP_LOG_LINE@durations@Details:@@@", |
607 "@@@STEP_LOG_LINE@durations@@@@", | 594 "@@@STEP_LOG_LINE@durations@@@@", |
608 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 595 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
609 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 596 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
610 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 597 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
611 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 598 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
612 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 599 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
613 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 600 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
614 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 601 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
615 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 602 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
616 "@@@STEP_LOG_END@durations@@@" | 603 "@@@STEP_LOG_END@durations@@@" |
617 ] | 604 ] |
618 }, | 605 }, |
619 { | 606 { |
620 "cmd": [], | 607 "cmd": [], |
621 "cwd": "[SLAVE_BUILD]", | |
622 "name": "trigger", | 608 "name": "trigger", |
623 "trigger_specs": [ | 609 "trigger_specs": [ |
624 { | 610 { |
625 "builder_name": "V8 Linux64 ASAN no inline - release builder", | 611 "builder_name": "V8 Linux64 ASAN no inline - release builder", |
626 "properties": { | 612 "properties": { |
627 "parent_build_environment": { | 613 "parent_build_environment": { |
628 "GYP_DEFINES": "asan=1 clang=1 lsan=1 target_arch=x64 test_isolation
_mode=prepare use_goma=1 v8_target_arch=x64", | 614 "GYP_DEFINES": "asan=1 clang=1 lsan=1 target_arch=x64 test_isolation
_mode=prepare use_goma=1 v8_target_arch=x64", |
629 "GYP_GENERATORS": "ninja" | 615 "GYP_GENERATORS": "ninja" |
630 }, | 616 }, |
631 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 617 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 "~followup_annotations": [ | 701 "~followup_annotations": [ |
716 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" | 702 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" |
717 ] | 703 ] |
718 }, | 704 }, |
719 { | 705 { |
720 "name": "$result", | 706 "name": "$result", |
721 "recipe_result": null, | 707 "recipe_result": null, |
722 "status_code": 0 | 708 "status_code": 0 |
723 } | 709 } |
724 ] | 710 ] |
OLD | NEW |