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

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