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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/infrastructure_failure.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge 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 | Annotate | Revision Log
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\"@@@",
19 "@@@STEP_LOG_LINE@json.output@ ], @@@", 18 "@@@STEP_LOG_LINE@json.output@ ], @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@",
21 "@@@STEP_LOG_LINE@json.output@}@@@", 20 "@@@STEP_LOG_LINE@json.output@}@@@",
22 "@@@STEP_LOG_END@json.output@@@" 21 "@@@STEP_LOG_END@json.output@@@"
23 ] 22 ]
24 }, 23 },
25 { 24 {
26 "cmd": [ 25 "cmd": [
27 "python", 26 "python",
28 "-u", 27 "-u",
29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
30 "--master", 29 "--master",
31 "chromium.fake", 30 "chromium.fake",
32 "--builder", 31 "--builder",
33 "ios", 32 "ios",
34 "--slave", 33 "--slave",
35 "fake-vm", 34 "fake-vm",
36 "--spec", 35 "--spec",
37 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = [ 'ios', 'mac']", 36 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite d'}]\ntarget_os = ['ios', 'mac']",
38 "--root", 37 "--root",
39 "src", 38 "src",
40 "--revision_mapping_file", 39 "--revision_mapping_file",
41 "{\"src\": \"got_revision\"}", 40 "{\"src\": \"got_revision\"}",
42 "--git-cache-dir", 41 "--git-cache-dir",
43 "[GIT_CACHE]", 42 "[ROOT]/b/build/slave/cache_dir",
44 "--output_json", 43 "--output_json",
45 "/path/to/tmp/json", 44 "/path/to/tmp/json",
46 "--revision", 45 "--revision",
47 "src@HEAD", 46 "src@HEAD",
48 "--output_manifest" 47 "--output_manifest"
49 ], 48 ],
50 "cwd": "[SLAVE_BUILD]",
51 "env": { 49 "env": {
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 50 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
53 }, 51 },
54 "name": "bot_update", 52 "name": "bot_update",
55 "~followup_annotations": [ 53 "~followup_annotations": [
56 "@@@STEP_LOG_LINE@json.output@{@@@", 54 "@@@STEP_LOG_LINE@json.output@{@@@",
57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", 55 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", 56 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@",
59 "@@@STEP_LOG_LINE@json.output@}@@@", 57 "@@@STEP_LOG_LINE@json.output@}@@@",
60 "@@@STEP_LOG_END@json.output@@@" 58 "@@@STEP_LOG_END@json.output@@@"
61 ] 59 ]
62 }, 60 },
63 { 61 {
64 "cmd": [ 62 "cmd": [
65 "python", 63 "python",
66 "-u", 64 "-u",
67 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 65 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
68 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios.json", 66 "[CWD]/src/webrtc/build/ios/chromium.fake/ios.json",
69 "/path/to/tmp/json" 67 "/path/to/tmp/json"
70 ], 68 ],
71 "cwd": "[SLAVE_BUILD]",
72 "name": "read build config", 69 "name": "read build config",
73 "~followup_annotations": [ 70 "~followup_annotations": [
74 "@@@STEP_LOG_LINE@json.output@{@@@", 71 "@@@STEP_LOG_LINE@json.output@{@@@",
75 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 72 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@",
76 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@", 73 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
77 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@", 74 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@ @@",
78 "@@@STEP_LOG_LINE@json.output@ }, @@@", 75 "@@@STEP_LOG_LINE@json.output@ }, @@@",
79 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", 76 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 77 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
81 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", 78 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@",
(...skipping 13 matching lines...) Expand all
95 "@@@STEP_LOG_LINE@json.output@}@@@", 92 "@@@STEP_LOG_LINE@json.output@}@@@",
96 "@@@STEP_LOG_END@json.output@@@" 93 "@@@STEP_LOG_END@json.output@@@"
97 ] 94 ]
98 }, 95 },
99 { 96 {
100 "cmd": [ 97 "cmd": [
101 "echo", 98 "echo",
102 "-e", 99 "-e",
103 "{\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 1\", \n \"d evice type\": \"fake device\", \n \"os\": \"8.0\"\n }, \n {\n \" app\": \"fake tests 2\", \n \"device type\": \"fake device\", \n \"os\ ": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": true, \ n \"xcode version\": \"fake xcode version\"\n}" 100 "{\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 1\", \n \"d evice type\": \"fake device\", \n \"os\": \"8.0\"\n }, \n {\n \" app\": \"fake tests 2\", \n \"device type\": \"fake device\", \n \"os\ ": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": true, \ n \"xcode version\": \"fake xcode version\"\n}"
104 ], 101 ],
105 "cwd": "[SLAVE_BUILD]",
106 "name": "finalize build config" 102 "name": "finalize build config"
107 }, 103 },
108 { 104 {
109 "cmd": [ 105 "cmd": [
110 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", 106 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
111 "--json-file", 107 "--json-file",
112 "/path/to/tmp/json", 108 "/path/to/tmp/json",
113 "--version", 109 "--version",
114 "fake xcode version" 110 "fake xcode version"
115 ], 111 ],
116 "cwd": "[SLAVE_BUILD]",
117 "name": "find xcode", 112 "name": "find xcode",
118 "~followup_annotations": [ 113 "~followup_annotations": [
119 "@@@STEP_LOG_LINE@json.output@{}@@@", 114 "@@@STEP_LOG_LINE@json.output@{}@@@",
120 "@@@STEP_LOG_END@json.output@@@" 115 "@@@STEP_LOG_END@json.output@@@"
121 ] 116 ]
122 }, 117 },
123 { 118 {
124 "cmd": [ 119 "cmd": [
125 "python", 120 "python",
126 "-u", 121 "-u",
127 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 122 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
128 "runhooks" 123 "runhooks"
129 ], 124 ],
130 "cwd": "[SLAVE_BUILD]",
131 "env": { 125 "env": {
132 "GYP_CROSSCOMPILE": "1", 126 "GYP_CROSSCOMPILE": "1",
133 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios", 127 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu e 2 component=static_library OS=ios",
134 "GYP_GENERATORS": "ninja", 128 "GYP_GENERATORS": "ninja",
135 "LANDMINES_VERBOSE": "1", 129 "LANDMINES_VERBOSE": "1",
136 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 130 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
137 }, 131 },
138 "name": "gclient runhooks", 132 "name": "gclient runhooks",
139 "~followup_annotations": [ 133 "~followup_annotations": [
140 "@@@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@@@" 134 "@@@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@@@"
141 ] 135 ]
142 }, 136 },
143 { 137 {
144 "cmd": [ 138 "cmd": [
145 "ninja", 139 "ninja",
146 "-C", 140 "-C",
147 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator" 141 "[CWD]/src/out/Debug-iphonesimulator"
148 ], 142 ],
149 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator", 143 "cwd": "[CWD]/src/out/Debug-iphonesimulator",
150 "name": "compile" 144 "name": "compile"
151 }, 145 },
152 { 146 {
153 "cmd": [ 147 "cmd": [
154 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 148 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
155 "--app", 149 "--app",
156 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 1.app", 150 "[CWD]/src/out/Debug-iphonesimulator/fake tests 1.app",
157 "--json_file", 151 "--json_file",
158 "/path/to/tmp/json", 152 "/path/to/tmp/json",
159 "--iossim", 153 "--iossim",
160 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim", 154 "[CWD]/src/out/Debug-iphonesimulator/iossim",
161 "--platform", 155 "--platform",
162 "fake device", 156 "fake device",
163 "--version", 157 "--version",
164 "8.0" 158 "8.0"
165 ], 159 ],
166 "cwd": "[SLAVE_BUILD]",
167 "name": "fake tests 1 (fake device iOS 8.0)", 160 "name": "fake tests 1 (fake device iOS 8.0)",
168 "~followup_annotations": [ 161 "~followup_annotations": [
169 "step returned non-zero exit code: 2", 162 "step returned non-zero exit code: 2",
170 "@@@STEP_LOG_LINE@json.output@{@@@", 163 "@@@STEP_LOG_LINE@json.output@{@@@",
171 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 164 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
172 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 165 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
173 "@@@STEP_LOG_LINE@json.output@ }, @@@", 166 "@@@STEP_LOG_LINE@json.output@ }, @@@",
174 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", 167 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@",
175 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", 168 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@",
176 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", 169 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@",
177 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", 170 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@",
178 "@@@STEP_LOG_LINE@json.output@ ]@@@", 171 "@@@STEP_LOG_LINE@json.output@ ]@@@",
179 "@@@STEP_LOG_LINE@json.output@ }@@@", 172 "@@@STEP_LOG_LINE@json.output@ }@@@",
180 "@@@STEP_LOG_LINE@json.output@}@@@", 173 "@@@STEP_LOG_LINE@json.output@}@@@",
181 "@@@STEP_LOG_END@json.output@@@", 174 "@@@STEP_LOG_END@json.output@@@",
182 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", 175 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
183 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 176 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
184 "@@@STEP_LOG_END@fake log@@@", 177 "@@@STEP_LOG_END@fake log@@@",
185 "@@@STEP_LINK@fake URL text@fake URL@@@", 178 "@@@STEP_LINK@fake URL text@fake URL@@@",
186 "@@@STEP_EXCEPTION@@@" 179 "@@@STEP_EXCEPTION@@@"
187 ] 180 ]
188 }, 181 },
189 { 182 {
190 "cmd": [ 183 "cmd": [
191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
192 "--app", 185 "--app",
193 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 2.app", 186 "[CWD]/src/out/Debug-iphonesimulator/fake tests 2.app",
194 "--json_file", 187 "--json_file",
195 "/path/to/tmp/json", 188 "/path/to/tmp/json",
196 "--iossim", 189 "--iossim",
197 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim", 190 "[CWD]/src/out/Debug-iphonesimulator/iossim",
198 "--platform", 191 "--platform",
199 "fake device", 192 "fake device",
200 "--version", 193 "--version",
201 "7.1" 194 "7.1"
202 ], 195 ],
203 "cwd": "[SLAVE_BUILD]",
204 "name": "fake tests 2 (fake device iOS 7.1)", 196 "name": "fake tests 2 (fake device iOS 7.1)",
205 "~followup_annotations": [ 197 "~followup_annotations": [
206 "@@@STEP_LOG_LINE@json.output@{@@@", 198 "@@@STEP_LOG_LINE@json.output@{@@@",
207 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", 199 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@",
208 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", 200 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@",
209 "@@@STEP_LOG_LINE@json.output@ }, @@@", 201 "@@@STEP_LOG_LINE@json.output@ }, @@@",
210 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", 202 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@",
211 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", 203 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@",
212 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", 204 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@",
213 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", 205 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@",
214 "@@@STEP_LOG_LINE@json.output@ ]@@@", 206 "@@@STEP_LOG_LINE@json.output@ ]@@@",
215 "@@@STEP_LOG_LINE@json.output@ }@@@", 207 "@@@STEP_LOG_LINE@json.output@ }@@@",
216 "@@@STEP_LOG_LINE@json.output@}@@@", 208 "@@@STEP_LOG_LINE@json.output@}@@@",
217 "@@@STEP_LOG_END@json.output@@@", 209 "@@@STEP_LOG_END@json.output@@@",
218 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", 210 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@",
219 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", 211 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@",
220 "@@@STEP_LOG_END@fake log@@@", 212 "@@@STEP_LOG_END@fake log@@@",
221 "@@@STEP_LINK@fake URL text@fake URL@@@" 213 "@@@STEP_LINK@fake URL text@fake URL@@@"
222 ] 214 ]
223 }, 215 },
224 { 216 {
225 "name": "$result", 217 "name": "$result",
226 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 218 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
227 "status_code": 1 219 "status_code": 1
228 } 220 }
229 ] 221 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/gn_build.json ('k') | scripts/slave/recipes/webrtc/ios.expected/no_tests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698