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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_deapply_fn.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars' : {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn ://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn:// svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url' : 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo. chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m irror.golo.chromium.org/chrome/trunk/src'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}", 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[ROOT]/b/build/slave/cache_dir", 20 "[GIT_CACHE]",
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 "src@HEAD", 30 "src@HEAD",
31 "--output_manifest" 31 "--output_manifest"
32 ], 32 ],
33 "cwd": "[SLAVE_BUILD]",
33 "env": { 34 "env": {
34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
35 }, 36 },
36 "name": "bot_update", 37 "name": "bot_update",
37 "~followup_annotations": [ 38 "~followup_annotations": [
38 "@@@STEP_TEXT@Some step text@@@", 39 "@@@STEP_TEXT@Some step text@@@",
39 "@@@STEP_LOG_LINE@json.output@{@@@", 40 "@@@STEP_LOG_LINE@json.output@{@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
97 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
98 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
99 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
100 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
101 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
102 ] 103 ]
103 }, 104 },
104 { 105 {
105 "cmd": [], 106 "cmd": [],
107 "cwd": "[SLAVE_BUILD]",
106 "name": "ensure_goma" 108 "name": "ensure_goma"
107 }, 109 },
108 { 110 {
109 "cmd": [ 111 "cmd": [
110 "python", 112 "python",
111 "-u", 113 "-u",
112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
113 "--platform", 115 "--platform",
114 "linux-amd64", 116 "linux-amd64",
115 "--dest-directory", 117 "--dest-directory",
116 "[CWD]/cipd", 118 "[SLAVE_BUILD]/cipd",
117 "--json-output", 119 "--json-output",
118 "/path/to/tmp/json" 120 "/path/to/tmp/json"
119 ], 121 ],
122 "cwd": "[SLAVE_BUILD]",
120 "name": "ensure_goma.install cipd", 123 "name": "ensure_goma.install cipd",
121 "~followup_annotations": [ 124 "~followup_annotations": [
122 "@@@STEP_NEST_LEVEL@1@@@", 125 "@@@STEP_NEST_LEVEL@1@@@",
123 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @", 126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
124 "@@@STEP_LOG_LINE@json.output@{@@@", 127 "@@@STEP_LOG_LINE@json.output@{@@@",
125 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\", @@@", 128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
126 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@", 129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
127 "@@@STEP_LOG_LINE@json.output@}@@@", 130 "@@@STEP_LOG_LINE@json.output@}@@@",
128 "@@@STEP_LOG_END@json.output@@@" 131 "@@@STEP_LOG_END@json.output@@@"
129 ] 132 ]
130 }, 133 },
131 { 134 {
132 "cmd": [ 135 "cmd": [
133 "fake_slave_build/cipd", 136 "[SLAVE_BUILD]/cipd/cipd",
134 "ensure", 137 "ensure",
135 "--root", 138 "--root",
136 "[ROOT]/b/build/slave/cache/cipd/goma", 139 "[CACHE]/cipd/goma",
137 "--list", 140 "--list",
138 "infra_internal/goma/client/linux-amd64 release", 141 "infra_internal/goma/client/linux-amd64 release",
139 "--json-output", 142 "--json-output",
140 "/path/to/tmp/json", 143 "/path/to/tmp/json",
141 "--service-account-json", 144 "--service-account-json",
142 "/creds/service_accounts/service-account-goma-client.json" 145 "/creds/service_accounts/service-account-goma-client.json"
143 ], 146 ],
147 "cwd": "[SLAVE_BUILD]",
144 "name": "ensure_goma.ensure_installed", 148 "name": "ensure_goma.ensure_installed",
145 "~followup_annotations": [ 149 "~followup_annotations": [
146 "@@@STEP_NEST_LEVEL@1@@@", 150 "@@@STEP_NEST_LEVEL@1@@@",
147 "@@@STEP_LOG_LINE@json.output@{@@@", 151 "@@@STEP_LOG_LINE@json.output@{@@@",
148 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", 152 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
149 "@@@STEP_LOG_LINE@json.output@ {@@@", 153 "@@@STEP_LOG_LINE@json.output@ {@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 154 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
151 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@", 155 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
152 "@@@STEP_LOG_LINE@json.output@ }@@@", 156 "@@@STEP_LOG_LINE@json.output@ }@@@",
153 "@@@STEP_LOG_LINE@json.output@ ]@@@", 157 "@@@STEP_LOG_LINE@json.output@ ]@@@",
154 "@@@STEP_LOG_LINE@json.output@}@@@", 158 "@@@STEP_LOG_LINE@json.output@}@@@",
155 "@@@STEP_LOG_END@json.output@@@" 159 "@@@STEP_LOG_END@json.output@@@"
156 ] 160 ]
157 }, 161 },
158 { 162 {
159 "cmd": [ 163 "cmd": [
160 "python", 164 "python",
161 "-u", 165 "-u",
162 "[CWD]/src/tools/swarming_client/swarming.py", 166 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
163 "--version" 167 "--version"
164 ], 168 ],
169 "cwd": "[SLAVE_BUILD]",
165 "name": "swarming.py --version", 170 "name": "swarming.py --version",
166 "stdout": "/path/to/tmp/", 171 "stdout": "/path/to/tmp/",
167 "~followup_annotations": [ 172 "~followup_annotations": [
168 "@@@STEP_TEXT@0.4.10@@@" 173 "@@@STEP_TEXT@0.4.10@@@"
169 ] 174 ]
170 }, 175 },
171 { 176 {
172 "cmd": [ 177 "cmd": [
173 "python", 178 "python",
174 "-u", 179 "-u",
175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 180 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
176 "runhooks" 181 "runhooks"
177 ], 182 ],
183 "cwd": "[SLAVE_BUILD]",
178 "env": { 184 "env": {
179 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
180 "GYP_CHROMIUM_NO_ACTION": "1", 186 "GYP_CHROMIUM_NO_ACTION": "1",
181 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]/b/build/slave/cache/cip d/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_gom a=1", 187 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary _codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1",
182 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 188 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
183 }, 189 },
184 "name": "gclient runhooks (with patch)" 190 "name": "gclient runhooks (with patch)"
185 }, 191 },
186 { 192 {
187 "cmd": [ 193 "cmd": [
188 "python", 194 "python",
189 "-u", 195 "-u",
190 "[CWD]/src/testing/scripts/get_compile_targets.py", 196 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
191 "--output", 197 "--output",
192 "/path/to/tmp/json", 198 "/path/to/tmp/json",
193 "--", 199 "--",
194 "--build-config-fs", 200 "--build-config-fs",
195 "Release", 201 "Release",
196 "--use-src-side-runtest-py", 202 "--use-src-side-runtest-py",
197 "--paths", 203 "--paths",
198 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/ scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s lave/runtest.py\"}", 204 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}",
199 "--properties", 205 "--properties",
200 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ et_platform\": \"linux\"}" 206 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ et_platform\": \"linux\"}"
201 ], 207 ],
208 "cwd": "[SLAVE_BUILD]",
202 "name": "get compile targets for scripts", 209 "name": "get compile targets for scripts",
203 "~followup_annotations": [ 210 "~followup_annotations": [
204 "@@@STEP_LOG_LINE@json.output@{}@@@", 211 "@@@STEP_LOG_LINE@json.output@{}@@@",
205 "@@@STEP_LOG_END@json.output@@@" 212 "@@@STEP_LOG_END@json.output@@@"
206 ] 213 ]
207 }, 214 },
208 { 215 {
209 "cmd": [ 216 "cmd": [
210 "python", 217 "python",
211 "-u", 218 "-u",
212 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 219 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
213 "[CWD]/src/testing/buildbot/chromium.gpu.json", 220 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json",
214 "/path/to/tmp/json" 221 "/path/to/tmp/json"
215 ], 222 ],
223 "cwd": "[SLAVE_BUILD]",
216 "name": "read test spec", 224 "name": "read test spec",
217 "~followup_annotations": [ 225 "~followup_annotations": [
218 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.gpu.json@@@", 226 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json@@ @",
219 "@@@STEP_LOG_LINE@json.output@{}@@@", 227 "@@@STEP_LOG_LINE@json.output@{}@@@",
220 "@@@STEP_LOG_END@json.output@@@" 228 "@@@STEP_LOG_END@json.output@@@"
221 ] 229 ]
222 }, 230 },
223 { 231 {
224 "cmd": [ 232 "cmd": [
225 "python", 233 "python",
226 "-u", 234 "-u",
227 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 235 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
228 "[CWD]/src/testing/buildbot/chromium.linux.json", 236 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json",
229 "/path/to/tmp/json" 237 "/path/to/tmp/json"
230 ], 238 ],
239 "cwd": "[SLAVE_BUILD]",
231 "name": "read test spec (2)", 240 "name": "read test spec (2)",
232 "~followup_annotations": [ 241 "~followup_annotations": [
233 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.linux.json@@@", 242 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@",
234 "@@@STEP_LOG_LINE@json.output@{@@@", 243 "@@@STEP_LOG_LINE@json.output@{@@@",
235 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", 244 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@",
236 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 245 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
237 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", 246 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@",
238 "@@@STEP_LOG_LINE@json.output@ ]@@@", 247 "@@@STEP_LOG_LINE@json.output@ ]@@@",
239 "@@@STEP_LOG_LINE@json.output@ }@@@", 248 "@@@STEP_LOG_LINE@json.output@ }@@@",
240 "@@@STEP_LOG_LINE@json.output@}@@@", 249 "@@@STEP_LOG_LINE@json.output@}@@@",
241 "@@@STEP_LOG_END@json.output@@@" 250 "@@@STEP_LOG_END@json.output@@@"
242 ] 251 ]
243 }, 252 },
244 { 253 {
245 "cmd": [ 254 "cmd": [
246 "git", 255 "git",
247 "diff", 256 "diff",
248 "--cached", 257 "--cached",
249 "--name-only" 258 "--name-only"
250 ], 259 ],
251 "cwd": "[CWD]/src", 260 "cwd": "[SLAVE_BUILD]/src",
252 "name": "git diff to analyze patch", 261 "name": "git diff to analyze patch",
253 "stdout": "/path/to/tmp/", 262 "stdout": "/path/to/tmp/",
254 "~followup_annotations": [ 263 "~followup_annotations": [
255 "@@@STEP_LOG_LINE@files@foo.cc@@@", 264 "@@@STEP_LOG_LINE@files@foo.cc@@@",
256 "@@@STEP_LOG_END@files@@@", 265 "@@@STEP_LOG_END@files@@@",
257 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 266 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
258 ] 267 ]
259 }, 268 },
260 { 269 {
261 "cmd": [ 270 "cmd": [
262 "python", 271 "python",
263 "-u", 272 "-u",
264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 273 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
265 "[CWD]/src/testing/buildbot/trybot_analyze_config.json", 274 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
266 "/path/to/tmp/json" 275 "/path/to/tmp/json"
267 ], 276 ],
277 "cwd": "[SLAVE_BUILD]",
268 "name": "read filter exclusion spec", 278 "name": "read filter exclusion spec",
269 "~followup_annotations": [ 279 "~followup_annotations": [
270 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 280 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
271 "@@@STEP_LOG_LINE@json.output@{@@@", 281 "@@@STEP_LOG_LINE@json.output@{@@@",
272 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 282 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
273 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", 283 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
274 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", 284 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
275 "@@@STEP_LOG_LINE@json.output@ ]@@@", 285 "@@@STEP_LOG_LINE@json.output@ ]@@@",
276 "@@@STEP_LOG_LINE@json.output@ }, @@@", 286 "@@@STEP_LOG_LINE@json.output@ }, @@@",
277 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 287 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
278 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 288 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
279 "@@@STEP_LOG_LINE@json.output@ }@@@", 289 "@@@STEP_LOG_LINE@json.output@ }@@@",
280 "@@@STEP_LOG_LINE@json.output@}@@@", 290 "@@@STEP_LOG_LINE@json.output@}@@@",
281 "@@@STEP_LOG_END@json.output@@@" 291 "@@@STEP_LOG_END@json.output@@@"
282 ] 292 ]
283 }, 293 },
284 { 294 {
285 "cmd": [ 295 "cmd": [
286 "python", 296 "python",
287 "-u", 297 "-u",
288 "import sys; sys.exit(0)" 298 "import sys; sys.exit(0)"
289 ], 299 ],
300 "cwd": "[SLAVE_BUILD]",
290 "name": "analyze", 301 "name": "analyze",
291 "~followup_annotations": [ 302 "~followup_annotations": [
292 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 303 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
293 "@@@STEP_LOG_END@excluded_files@@@", 304 "@@@STEP_LOG_END@excluded_files@@@",
294 "@@@STEP_LOG_LINE@analyze_details@{@@@", 305 "@@@STEP_LOG_LINE@analyze_details@{@@@",
295 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 306 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
296 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 307 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
297 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 308 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
298 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 309 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
299 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 310 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
(...skipping 15 matching lines...) Expand all
315 }, 326 },
316 { 327 {
317 "cmd": [ 328 "cmd": [
318 "python", 329 "python",
319 "-u", 330 "-u",
320 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 331 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
321 "--show-path", 332 "--show-path",
322 "python", 333 "python",
323 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 334 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
324 ], 335 ],
336 "cwd": "[SLAVE_BUILD]",
325 "name": "cleanup_temp" 337 "name": "cleanup_temp"
326 }, 338 },
327 { 339 {
328 "cmd": [ 340 "cmd": [
329 "python", 341 "python",
330 "-u", 342 "-u",
331 "[CWD]/src/tools/mb/mb.py", 343 "[SLAVE_BUILD]/src/tools/mb/mb.py",
332 "gen", 344 "gen",
333 "-m", 345 "-m",
334 "tryserver.chromium.linux", 346 "tryserver.chromium.linux",
335 "-b", 347 "-b",
336 "linux_chromium_rel_ng", 348 "linux_chromium_rel_ng",
337 "--config-file", 349 "--config-file",
338 "[CWD]/src/tools/mb/mb_config.pyl", 350 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
339 "--goma-dir", 351 "--goma-dir",
340 "[ROOT]/b/build/slave/cache/cipd/goma", 352 "[CACHE]/cipd/goma",
341 "//out/Release" 353 "//out/Release"
342 ], 354 ],
355 "cwd": "[SLAVE_BUILD]",
343 "name": "generate_build_files (with patch)" 356 "name": "generate_build_files (with patch)"
344 }, 357 },
345 { 358 {
346 "cmd": [ 359 "cmd": [
347 "python", 360 "python",
348 "-u", 361 "-u",
349 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 362 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
350 "--show-path", 363 "--show-path",
351 "python", 364 "python",
352 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 365 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
353 "--gsutil-py-path", 366 "--gsutil-py-path",
354 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 367 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
355 "--ninja-path", 368 "--ninja-path",
356 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 369 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
357 "--target", 370 "--target",
358 "Release", 371 "Release",
359 "--src-dir", 372 "--src-dir",
360 "[CWD]/src", 373 "[SLAVE_BUILD]/src",
361 "--goma-cache-dir", 374 "--goma-cache-dir",
362 "[ROOT]/b/build/slave/goma_cache", 375 "[GOMA_CACHE]",
363 "--build-tool", 376 "--build-tool",
364 "ninja", 377 "ninja",
365 "--compiler", 378 "--compiler",
366 "goma", 379 "goma",
367 "--goma-jsonstatus", 380 "--goma-jsonstatus",
368 "/path/to/tmp/json", 381 "/path/to/tmp/json",
369 "--goma-service-account-json-file", 382 "--goma-service-account-json-file",
370 "/creds/service_accounts/service-account-goma-client.json", 383 "/creds/service_accounts/service-account-goma-client.json",
371 "--goma-dir", 384 "--goma-dir",
372 "[ROOT]/b/build/slave/cache/cipd/goma", 385 "[CACHE]/cipd/goma",
373 "--goma-fail-fast", 386 "--goma-fail-fast",
374 "--goma-disable-local-fallback", 387 "--goma-disable-local-fallback",
375 "--ninja-ensure-up-to-date", 388 "--ninja-ensure-up-to-date",
376 "--", 389 "--",
377 "base_unittests", 390 "base_unittests",
378 "chromium_swarm_tests" 391 "chromium_swarm_tests"
379 ], 392 ],
393 "cwd": "[SLAVE_BUILD]",
380 "env": { 394 "env": {
381 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 395 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
382 }, 396 },
383 "name": "compile (with patch)", 397 "name": "compile (with patch)",
384 "~followup_annotations": [ 398 "~followup_annotations": [
385 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 399 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
386 "@@@STEP_LOG_END@json.output (invalid)@@@" 400 "@@@STEP_LOG_END@json.output (invalid)@@@"
387 ] 401 ]
388 }, 402 },
389 { 403 {
390 "cmd": [ 404 "cmd": [
391 "python", 405 "python",
392 "-u", 406 "-u",
393 "import sys; sys.exit(0)" 407 "import sys; sys.exit(0)"
394 ], 408 ],
409 "cwd": "[SLAVE_BUILD]",
395 "name": "mark: before_tests" 410 "name": "mark: before_tests"
396 }, 411 },
397 { 412 {
398 "allow_subannotations": true, 413 "allow_subannotations": true,
399 "cmd": [ 414 "cmd": [
400 "python", 415 "python",
401 "-u", 416 "-u",
402 "[CWD]/src/infra/scripts/runtest_wrapper.py", 417 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py",
403 "--", 418 "--",
404 "--target", 419 "--target",
405 "Release", 420 "Release",
406 "--xvfb", 421 "--xvfb",
407 "--factory-properties", 422 "--factory-properties",
408 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserve r.chromium.linux\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\ ": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \"\", \"requeste r\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://co dereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", 423 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserve r.chromium.linux\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\ ": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \"\", \"requeste r\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://co dereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
409 "--build-properties", 424 "--build-properties",
410 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserve r.chromium.linux\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\ ": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \"\", \"requeste r\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://co dereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}", 425 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserve r.chromium.linux\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\ ": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \"\", \"requeste r\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://co dereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
411 "--annotate=gtest", 426 "--annotate=gtest",
412 "--test-type=base_unittests", 427 "--test-type=base_unittests",
413 "--step-name=base_unittests (with patch)", 428 "--step-name=base_unittests (with patch)",
414 "--test-launcher-summary-output", 429 "--test-launcher-summary-output",
415 "/path/to/tmp/json", 430 "/path/to/tmp/json",
416 "--generate-json-file", 431 "--generate-json-file",
417 "-o", 432 "-o",
418 "gtest-results/base_unittests", 433 "gtest-results/base_unittests",
419 "--builder-name=linux_chromium_rel_ng", 434 "--builder-name=linux_chromium_rel_ng",
420 "--slave-name=TestSlavename", 435 "--slave-name=TestSlavename",
421 "--build-number=571", 436 "--build-number=571",
422 "base_unittests" 437 "base_unittests"
423 ], 438 ],
439 "cwd": "[SLAVE_BUILD]",
424 "name": "base_unittests (with patch)", 440 "name": "base_unittests (with patch)",
425 "~followup_annotations": [ 441 "~followup_annotations": [
426 "step returned non-zero exit code: 1", 442 "step returned non-zero exit code: 1",
427 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", 443 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@",
428 "@@@STEP_FAILURE@@@" 444 "@@@STEP_FAILURE@@@"
429 ] 445 ]
430 }, 446 },
431 { 447 {
432 "cmd": [ 448 "cmd": [
433 "python", 449 "python",
434 "-u", 450 "-u",
435 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 451 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
436 "--master", 452 "--master",
437 "tryserver.chromium.linux", 453 "tryserver.chromium.linux",
438 "--builder", 454 "--builder",
439 "linux_chromium_rel_ng", 455 "linux_chromium_rel_ng",
440 "--slave", 456 "--slave",
441 "TestSlavename", 457 "TestSlavename",
442 "--spec", 458 "--spec",
443 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars' : {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn ://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn:// svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", 459 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url' : 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo. chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m irror.golo.chromium.org/chrome/trunk/src'}]",
444 "--root", 460 "--root",
445 "src", 461 "src",
446 "--revision_mapping_file", 462 "--revision_mapping_file",
447 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}", 463 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}",
448 "--git-cache-dir", 464 "--git-cache-dir",
449 "[ROOT]/b/build/slave/cache_dir", 465 "[GIT_CACHE]",
450 "--rietveld_server", 466 "--rietveld_server",
451 "https://codereview.chromium.org", 467 "https://codereview.chromium.org",
452 "--output_json", 468 "--output_json",
453 "/path/to/tmp/json", 469 "/path/to/tmp/json",
454 "--revision", 470 "--revision",
455 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 471 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
456 "--force", 472 "--force",
457 "--output_manifest" 473 "--output_manifest"
458 ], 474 ],
475 "cwd": "[SLAVE_BUILD]",
459 "env": { 476 "env": {
460 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 477 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
461 }, 478 },
462 "name": "bot_update (without patch)", 479 "name": "bot_update (without patch)",
463 "~followup_annotations": [ 480 "~followup_annotations": [
464 "@@@STEP_TEXT@Some step text@@@", 481 "@@@STEP_TEXT@Some step text@@@",
465 "@@@STEP_LOG_LINE@json.output@{@@@", 482 "@@@STEP_LOG_LINE@json.output@{@@@",
466 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 483 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
467 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 484 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
468 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@", 485 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 "@@@STEP_LOG_END@json.output@@@" 532 "@@@STEP_LOG_END@json.output@@@"
516 ] 533 ]
517 }, 534 },
518 { 535 {
519 "cmd": [ 536 "cmd": [
520 "python", 537 "python",
521 "-u", 538 "-u",
522 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 539 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
523 "runhooks" 540 "runhooks"
524 ], 541 ],
542 "cwd": "[SLAVE_BUILD]",
525 "env": { 543 "env": {
526 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 544 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
527 "GYP_CHROMIUM_NO_ACTION": "1", 545 "GYP_CHROMIUM_NO_ACTION": "1",
528 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]/b/build/slave/cache/cip d/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_gom a=1", 546 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always _on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary _codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1",
529 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 547 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
530 }, 548 },
531 "name": "gclient runhooks (without patch)" 549 "name": "gclient runhooks (without patch)"
532 }, 550 },
533 { 551 {
534 "cmd": [ 552 "cmd": [
535 "python", 553 "python",
536 "-u", 554 "-u",
537 "[CWD]/src/tools/mb/mb.py", 555 "[SLAVE_BUILD]/src/tools/mb/mb.py",
538 "gen", 556 "gen",
539 "-m", 557 "-m",
540 "tryserver.chromium.linux", 558 "tryserver.chromium.linux",
541 "-b", 559 "-b",
542 "linux_chromium_rel_ng", 560 "linux_chromium_rel_ng",
543 "--config-file", 561 "--config-file",
544 "[CWD]/src/tools/mb/mb_config.pyl", 562 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
545 "--goma-dir", 563 "--goma-dir",
546 "[ROOT]/b/build/slave/cache/cipd/goma", 564 "[CACHE]/cipd/goma",
547 "//out/Release" 565 "//out/Release"
548 ], 566 ],
567 "cwd": "[SLAVE_BUILD]",
549 "name": "generate_build_files (without patch)" 568 "name": "generate_build_files (without patch)"
550 }, 569 },
551 { 570 {
552 "cmd": [ 571 "cmd": [
553 "python", 572 "python",
554 "-u", 573 "-u",
555 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 574 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
556 "--show-path", 575 "--show-path",
557 "python", 576 "python",
558 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 577 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
559 "--gsutil-py-path", 578 "--gsutil-py-path",
560 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 579 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
561 "--ninja-path", 580 "--ninja-path",
562 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 581 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
563 "--target", 582 "--target",
564 "Release", 583 "Release",
565 "--src-dir", 584 "--src-dir",
566 "[CWD]/src", 585 "[SLAVE_BUILD]/src",
567 "--goma-cache-dir", 586 "--goma-cache-dir",
568 "[ROOT]/b/build/slave/goma_cache", 587 "[GOMA_CACHE]",
569 "--build-tool", 588 "--build-tool",
570 "ninja", 589 "ninja",
571 "--compiler", 590 "--compiler",
572 "goma", 591 "goma",
573 "--goma-jsonstatus", 592 "--goma-jsonstatus",
574 "/path/to/tmp/json", 593 "/path/to/tmp/json",
575 "--goma-service-account-json-file", 594 "--goma-service-account-json-file",
576 "/creds/service_accounts/service-account-goma-client.json", 595 "/creds/service_accounts/service-account-goma-client.json",
577 "--goma-dir", 596 "--goma-dir",
578 "[ROOT]/b/build/slave/cache/cipd/goma", 597 "[CACHE]/cipd/goma",
579 "--goma-fail-fast", 598 "--goma-fail-fast",
580 "--goma-disable-local-fallback", 599 "--goma-disable-local-fallback",
581 "--ninja-ensure-up-to-date", 600 "--ninja-ensure-up-to-date",
582 "--", 601 "--",
583 "base_unittests" 602 "base_unittests"
584 ], 603 ],
604 "cwd": "[SLAVE_BUILD]",
585 "env": { 605 "env": {
586 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 606 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
587 }, 607 },
588 "name": "compile (without patch)", 608 "name": "compile (without patch)",
589 "~followup_annotations": [ 609 "~followup_annotations": [
590 "step returned non-zero exit code: 1", 610 "step returned non-zero exit code: 1",
591 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 611 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
592 "@@@STEP_LOG_END@json.output (invalid)@@@", 612 "@@@STEP_LOG_END@json.output (invalid)@@@",
593 "@@@STEP_LOG_LINE@exception@TypeError(\"'NoneType' object has no attribute '__getitem__'\",)@@@", 613 "@@@STEP_LOG_LINE@exception@TypeError(\"'NoneType' object has no attribute '__getitem__'\",)@@@",
594 "@@@STEP_LOG_END@exception@@@", 614 "@@@STEP_LOG_END@exception@@@",
595 "@@@STEP_WARNINGS@@@", 615 "@@@STEP_WARNINGS@@@",
596 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 616 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@"
597 ] 617 ]
598 }, 618 },
599 { 619 {
600 "cmd": [ 620 "cmd": [
601 "python", 621 "python",
602 "-u", 622 "-u",
603 "import sys; sys.exit(1)" 623 "import sys; sys.exit(1)"
604 ], 624 ],
625 "cwd": "[SLAVE_BUILD]",
605 "name": "base_unittests", 626 "name": "base_unittests",
606 "~followup_annotations": [ 627 "~followup_annotations": [
607 "step returned non-zero exit code: 1", 628 "step returned non-zero exit code: 1",
608 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 629 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
609 "@@@STEP_FAILURE@@@", 630 "@@@STEP_FAILURE@@@",
610 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 631 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
611 ] 632 ]
612 }, 633 },
613 { 634 {
614 "name": "$result", 635 "name": "$result",
615 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 636 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
616 "status_code": 1 637 "status_code": 1
617 } 638 }
618 ] 639 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698