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/ios/try.expected/without_patch_failure.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info", 8 "name": "host and tools info",
10 "~followup_annotations": [ 9 "~followup_annotations": [
11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
12 "@@@STEP_LOG_LINE@json.output@{@@@", 11 "@@@STEP_LOG_LINE@json.output@{@@@",
13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @", 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @",
15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
(...skipping 26 matching lines...) Expand all
45 "patch url", 44 "patch url",
46 "--rietveld_server", 45 "--rietveld_server",
47 "fake://rietveld.url", 46 "fake://rietveld.url",
48 "--output_json", 47 "--output_json",
49 "/path/to/tmp/json", 48 "/path/to/tmp/json",
50 "--revision", 49 "--revision",
51 "src@HEAD", 50 "src@HEAD",
52 "--force", 51 "--force",
53 "--output_manifest" 52 "--output_manifest"
54 ], 53 ],
55 "cwd": "[SLAVE_BUILD]",
56 "env": { 54 "env": {
57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 55 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
58 }, 56 },
59 "name": "bot_update", 57 "name": "bot_update",
60 "~followup_annotations": [ 58 "~followup_annotations": [
61 "@@@STEP_TEXT@Some step text@@@", 59 "@@@STEP_TEXT@Some step text@@@",
62 "@@@STEP_LOG_LINE@json.output@{@@@", 60 "@@@STEP_LOG_LINE@json.output@{@@@",
63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 61 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 62 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 63 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ] 123 ]
126 }, 124 },
127 { 125 {
128 "cmd": [ 126 "cmd": [
129 "python", 127 "python",
130 "-u", 128 "-u",
131 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 129 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
132 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json", 130 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json",
133 "/path/to/tmp/json" 131 "/path/to/tmp/json"
134 ], 132 ],
135 "cwd": "[SLAVE_BUILD]",
136 "name": "read build config", 133 "name": "read build config",
137 "~followup_annotations": [ 134 "~followup_annotations": [
138 "@@@STEP_LOG_LINE@json.output@{@@@", 135 "@@@STEP_LOG_LINE@json.output@{@@@",
139 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 136 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
140 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@", 137 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
141 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@", 138 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@",
142 "@@@STEP_LOG_LINE@json.output@ }, @@@", 139 "@@@STEP_LOG_LINE@json.output@ }, @@@",
143 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", 140 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
144 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 141 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
145 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", 142 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@",
146 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@", 143 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@",
147 "@@@STEP_LOG_LINE@json.output@ {@@@", 144 "@@@STEP_LOG_LINE@json.output@ {@@@",
148 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests\", @@@", 145 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests\", @@@",
149 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" , 146 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" ,
150 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.1\"@@@", 147 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.1\"@@@",
151 "@@@STEP_LOG_LINE@json.output@ }@@@", 148 "@@@STEP_LOG_LINE@json.output@ }@@@",
152 "@@@STEP_LOG_LINE@json.output@ ], @@@", 149 "@@@STEP_LOG_LINE@json.output@ ], @@@",
153 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 150 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
154 "@@@STEP_LOG_LINE@json.output@}@@@", 151 "@@@STEP_LOG_LINE@json.output@}@@@",
155 "@@@STEP_LOG_END@json.output@@@" 152 "@@@STEP_LOG_END@json.output@@@"
156 ] 153 ]
157 }, 154 },
158 { 155 {
159 "cmd": [ 156 "cmd": [
160 "echo", 157 "echo",
161 "-e", 158 "-e",
162 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e nv\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimul ator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"dev ice type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggere d bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode ver sion\"\n}" 159 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e nv\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimul ator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"dev ice type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggere d bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode ver sion\"\n}"
163 ], 160 ],
164 "cwd": "[SLAVE_BUILD]",
165 "name": "finalize build config" 161 "name": "finalize build config"
166 }, 162 },
167 { 163 {
168 "cmd": [ 164 "cmd": [
169 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", 165 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
170 "--json-file", 166 "--json-file",
171 "/path/to/tmp/json", 167 "/path/to/tmp/json",
172 "--version", 168 "--version",
173 "fake xcode version" 169 "fake xcode version"
174 ], 170 ],
175 "cwd": "[SLAVE_BUILD]",
176 "name": "find xcode", 171 "name": "find xcode",
177 "~followup_annotations": [ 172 "~followup_annotations": [
178 "@@@STEP_LOG_LINE@json.output@{}@@@", 173 "@@@STEP_LOG_LINE@json.output@{}@@@",
179 "@@@STEP_LOG_END@json.output@@@" 174 "@@@STEP_LOG_END@json.output@@@"
180 ] 175 ]
181 }, 176 },
182 { 177 {
183 "cmd": [ 178 "cmd": [
184 "python", 179 "python",
185 "-u", 180 "-u",
186 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
187 "runhooks" 182 "runhooks"
188 ], 183 ],
189 "cwd": "[SLAVE_BUILD]",
190 "env": { 184 "env": {
191 "GYP_CROSSCOMPILE": "1", 185 "GYP_CROSSCOMPILE": "1",
192 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios", 186 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios",
193 "GYP_GENERATORS": "ninja", 187 "GYP_GENERATORS": "ninja",
194 "LANDMINES_VERBOSE": "1", 188 "LANDMINES_VERBOSE": "1",
195 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 189 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
196 }, 190 },
197 "name": "gclient runhooks (with patch)", 191 "name": "gclient runhooks (with patch)",
198 "~followup_annotations": [ 192 "~followup_annotations": [
199 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" 193 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@"
(...skipping 15 matching lines...) Expand all
215 ] 209 ]
216 }, 210 },
217 { 211 {
218 "cmd": [ 212 "cmd": [
219 "python", 213 "python",
220 "-u", 214 "-u",
221 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 215 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
222 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 216 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
223 "/path/to/tmp/json" 217 "/path/to/tmp/json"
224 ], 218 ],
225 "cwd": "[SLAVE_BUILD]",
226 "name": "read filter exclusion spec", 219 "name": "read filter exclusion spec",
227 "~followup_annotations": [ 220 "~followup_annotations": [
228 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 221 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
229 "@@@STEP_LOG_LINE@json.output@{@@@", 222 "@@@STEP_LOG_LINE@json.output@{@@@",
230 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 223 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
231 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", 224 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
232 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", 225 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
233 "@@@STEP_LOG_LINE@json.output@ ]@@@", 226 "@@@STEP_LOG_LINE@json.output@ ]@@@",
234 "@@@STEP_LOG_LINE@json.output@ }, @@@", 227 "@@@STEP_LOG_LINE@json.output@ }, @@@",
235 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 228 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
236 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 229 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
237 "@@@STEP_LOG_LINE@json.output@ }, @@@", 230 "@@@STEP_LOG_LINE@json.output@ }, @@@",
238 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 231 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
239 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 232 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
240 "@@@STEP_LOG_LINE@json.output@ }@@@", 233 "@@@STEP_LOG_LINE@json.output@ }@@@",
241 "@@@STEP_LOG_LINE@json.output@}@@@", 234 "@@@STEP_LOG_LINE@json.output@}@@@",
242 "@@@STEP_LOG_END@json.output@@@" 235 "@@@STEP_LOG_END@json.output@@@"
243 ] 236 ]
244 }, 237 },
245 { 238 {
246 "cmd": [ 239 "cmd": [
247 "python", 240 "python",
248 "-u", 241 "-u",
249 "import sys; sys.exit(0)" 242 "import sys; sys.exit(0)"
250 ], 243 ],
251 "cwd": "[SLAVE_BUILD]",
252 "name": "analyze", 244 "name": "analyze",
253 "~followup_annotations": [ 245 "~followup_annotations": [
254 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 246 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
255 "@@@STEP_LOG_END@excluded_files@@@", 247 "@@@STEP_LOG_END@excluded_files@@@",
256 "@@@STEP_LOG_LINE@analyze_details@{@@@", 248 "@@@STEP_LOG_LINE@analyze_details@{@@@",
257 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 249 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
258 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", 250 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
259 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 251 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
260 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 252 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
261 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 253 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "[GIT_CACHE]", 304 "[GIT_CACHE]",
313 "--rietveld_server", 305 "--rietveld_server",
314 "fake://rietveld.url", 306 "fake://rietveld.url",
315 "--output_json", 307 "--output_json",
316 "/path/to/tmp/json", 308 "/path/to/tmp/json",
317 "--revision", 309 "--revision",
318 "src@HEAD", 310 "src@HEAD",
319 "--force", 311 "--force",
320 "--output_manifest" 312 "--output_manifest"
321 ], 313 ],
322 "cwd": "[SLAVE_BUILD]",
323 "env": { 314 "env": {
324 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 315 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
325 }, 316 },
326 "name": "bot_update (without patch)", 317 "name": "bot_update (without patch)",
327 "~followup_annotations": [ 318 "~followup_annotations": [
328 "@@@STEP_TEXT@Some step text@@@", 319 "@@@STEP_TEXT@Some step text@@@",
329 "@@@STEP_LOG_LINE@json.output@{@@@", 320 "@@@STEP_LOG_LINE@json.output@{@@@",
330 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 321 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
331 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 322 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
332 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 323 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "@@@STEP_LOG_END@json.output@@@" 370 "@@@STEP_LOG_END@json.output@@@"
380 ] 371 ]
381 }, 372 },
382 { 373 {
383 "cmd": [ 374 "cmd": [
384 "python", 375 "python",
385 "-u", 376 "-u",
386 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 377 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
387 "runhooks" 378 "runhooks"
388 ], 379 ],
389 "cwd": "[SLAVE_BUILD]",
390 "env": { 380 "env": {
391 "GYP_CROSSCOMPILE": "1", 381 "GYP_CROSSCOMPILE": "1",
392 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios", 382 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios",
393 "GYP_GENERATORS": "ninja", 383 "GYP_GENERATORS": "ninja",
394 "LANDMINES_VERBOSE": "1", 384 "LANDMINES_VERBOSE": "1",
395 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 385 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
396 }, 386 },
397 "name": "gclient runhooks (without patch)", 387 "name": "gclient runhooks (without patch)",
398 "~followup_annotations": [ 388 "~followup_annotations": [
399 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" 389 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@"
(...skipping 12 matching lines...) Expand all
412 "@@@STEP_FAILURE@@@", 402 "@@@STEP_FAILURE@@@",
413 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@" 403 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@"
414 ] 404 ]
415 }, 405 },
416 { 406 {
417 "name": "$result", 407 "name": "$result",
418 "reason": "Step('compile (without patch)') failed with return_code 1", 408 "reason": "Step('compile (without patch)') failed with return_code 1",
419 "status_code": 1 409 "status_code": 1
420 } 410 }
421 ] 411 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/parent.json ('k') | scripts/slave/recipes/ios/try.expected/without_patch_success.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698