OLD | NEW |
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 "--patch_url", | 44 "--patch_url", |
44 "patch url", | 45 "patch url", |
45 "--output_json", | 46 "--output_json", |
46 "/path/to/tmp/json", | 47 "/path/to/tmp/json", |
47 "--revision", | 48 "--revision", |
48 "src@HEAD", | 49 "src@HEAD", |
49 "--output_manifest" | 50 "--output_manifest" |
50 ], | 51 ], |
| 52 "cwd": "[SLAVE_BUILD]", |
51 "env": { | 53 "env": { |
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
53 }, | 55 }, |
54 "name": "bot_update", | 56 "name": "bot_update", |
55 "~followup_annotations": [ | 57 "~followup_annotations": [ |
56 "@@@STEP_LOG_LINE@json.output@{@@@", | 58 "@@@STEP_LOG_LINE@json.output@{@@@", |
57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", | 59 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", |
58 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", |
59 "@@@STEP_LOG_LINE@json.output@}@@@", | 61 "@@@STEP_LOG_LINE@json.output@}@@@", |
60 "@@@STEP_LOG_END@json.output@@@" | 62 "@@@STEP_LOG_END@json.output@@@" |
61 ] | 63 ] |
62 }, | 64 }, |
63 { | 65 { |
64 "cmd": [ | 66 "cmd": [ |
65 "python", | 67 "python", |
66 "-u", | 68 "-u", |
67 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 69 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
68 "[CWD]/src/webrtc/build/ios/chromium.fake/ios.json", | 70 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios.json", |
69 "/path/to/tmp/json" | 71 "/path/to/tmp/json" |
70 ], | 72 ], |
| 73 "cwd": "[SLAVE_BUILD]", |
71 "name": "read build config", | 74 "name": "read build config", |
72 "~followup_annotations": [ | 75 "~followup_annotations": [ |
73 "@@@STEP_LOG_LINE@json.output@{@@@", | 76 "@@@STEP_LOG_LINE@json.output@{@@@", |
74 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", |
75 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", |
76 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@
@@", | 79 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@
@@", |
77 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 80 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
78 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", |
79 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 82 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
80 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", | 83 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", |
(...skipping 13 matching lines...) Expand all Loading... |
94 "@@@STEP_LOG_LINE@json.output@}@@@", | 97 "@@@STEP_LOG_LINE@json.output@}@@@", |
95 "@@@STEP_LOG_END@json.output@@@" | 98 "@@@STEP_LOG_END@json.output@@@" |
96 ] | 99 ] |
97 }, | 100 }, |
98 { | 101 { |
99 "cmd": [ | 102 "cmd": [ |
100 "echo", | 103 "echo", |
101 "-e", | 104 "-e", |
102 "{\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\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n
\"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphone
simulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n
\"device 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\": tr
ue, \n \"xcode version\": \"fake xcode version\"\n}" | 105 "{\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\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n
\"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphone
simulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n
\"device 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\": tr
ue, \n \"xcode version\": \"fake xcode version\"\n}" |
103 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
104 "name": "finalize build config" | 108 "name": "finalize build config" |
105 }, | 109 }, |
106 { | 110 { |
107 "cmd": [ | 111 "cmd": [ |
108 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", | 112 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", |
109 "--json-file", | 113 "--json-file", |
110 "/path/to/tmp/json", | 114 "/path/to/tmp/json", |
111 "--version", | 115 "--version", |
112 "fake xcode version" | 116 "fake xcode version" |
113 ], | 117 ], |
| 118 "cwd": "[SLAVE_BUILD]", |
114 "name": "find xcode", | 119 "name": "find xcode", |
115 "~followup_annotations": [ | 120 "~followup_annotations": [ |
116 "@@@STEP_LOG_LINE@json.output@{}@@@", | 121 "@@@STEP_LOG_LINE@json.output@{}@@@", |
117 "@@@STEP_LOG_END@json.output@@@" | 122 "@@@STEP_LOG_END@json.output@@@" |
118 ] | 123 ] |
119 }, | 124 }, |
120 { | 125 { |
121 "cmd": [ | 126 "cmd": [ |
122 "python", | 127 "python", |
123 "-u", | 128 "-u", |
124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 129 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
125 "runhooks" | 130 "runhooks" |
126 ], | 131 ], |
| 132 "cwd": "[SLAVE_BUILD]", |
127 "env": { | 133 "env": { |
128 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", | 134 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", |
129 "GYP_GENERATORS": "xcode", | 135 "GYP_GENERATORS": "xcode", |
130 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", | 136 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", |
131 "LANDMINES_VERBOSE": "1", | 137 "LANDMINES_VERBOSE": "1", |
132 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 138 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
133 }, | 139 }, |
134 "name": "gclient runhooks", | 140 "name": "gclient runhooks", |
135 "~followup_annotations": [ | 141 "~followup_annotations": [ |
136 "@@@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@@@" | 142 "@@@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@@@" |
137 ] | 143 ] |
138 }, | 144 }, |
139 { | 145 { |
140 "cmd": [ | 146 "cmd": [ |
141 "xcodebuild", | 147 "xcodebuild", |
142 "-configuration", | 148 "-configuration", |
143 "Debug", | 149 "Debug", |
144 "-project", | 150 "-project", |
145 "[CWD]/src/build/all.xcodeproj", | 151 "[SLAVE_BUILD]/src/build/all.xcodeproj", |
146 "-sdk", | 152 "-sdk", |
147 "iphonesimulator8.0" | 153 "iphonesimulator8.0" |
148 ], | 154 ], |
149 "cwd": "[CWD]/src/xcodebuild", | 155 "cwd": "[SLAVE_BUILD]/src/xcodebuild", |
150 "name": "compile" | 156 "name": "compile" |
151 }, | 157 }, |
152 { | 158 { |
153 "cmd": [ | 159 "cmd": [ |
154 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", | 160 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", |
155 "--app", | 161 "--app", |
156 "[CWD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app", | 162 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app", |
157 "--json_file", | 163 "--json_file", |
158 "/path/to/tmp/json", | 164 "/path/to/tmp/json", |
159 "--iossim", | 165 "--iossim", |
160 "[CWD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 166 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
161 "--platform", | 167 "--platform", |
162 "fake device", | 168 "fake device", |
163 "--version", | 169 "--version", |
164 "8.0" | 170 "8.0" |
165 ], | 171 ], |
| 172 "cwd": "[SLAVE_BUILD]", |
166 "name": "fake tests 1 (fake device iOS 8.0)", | 173 "name": "fake tests 1 (fake device iOS 8.0)", |
167 "~followup_annotations": [ | 174 "~followup_annotations": [ |
168 "step returned non-zero exit code: 1", | 175 "step returned non-zero exit code: 1", |
169 "@@@STEP_LOG_LINE@json.output@{@@@", | 176 "@@@STEP_LOG_LINE@json.output@{@@@", |
170 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 177 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
171 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
172 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 179 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
173 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 180 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
174 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 181 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
175 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 182 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
176 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 183 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
177 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 184 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
178 "@@@STEP_LOG_LINE@json.output@ }@@@", | 185 "@@@STEP_LOG_LINE@json.output@ }@@@", |
179 "@@@STEP_LOG_LINE@json.output@}@@@", | 186 "@@@STEP_LOG_LINE@json.output@}@@@", |
180 "@@@STEP_LOG_END@json.output@@@", | 187 "@@@STEP_LOG_END@json.output@@@", |
181 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 188 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", |
182 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 189 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", |
183 "@@@STEP_LOG_END@fake log@@@", | 190 "@@@STEP_LOG_END@fake log@@@", |
184 "@@@STEP_LINK@fake URL text@fake URL@@@", | 191 "@@@STEP_LINK@fake URL text@fake URL@@@", |
185 "@@@STEP_FAILURE@@@" | 192 "@@@STEP_FAILURE@@@" |
186 ] | 193 ] |
187 }, | 194 }, |
188 { | 195 { |
189 "cmd": [ | 196 "cmd": [ |
190 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", | 197 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", |
191 "--app", | 198 "--app", |
192 "[CWD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app", | 199 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app", |
193 "--json_file", | 200 "--json_file", |
194 "/path/to/tmp/json", | 201 "/path/to/tmp/json", |
195 "--iossim", | 202 "--iossim", |
196 "[CWD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 203 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
197 "--platform", | 204 "--platform", |
198 "fake device", | 205 "fake device", |
199 "--version", | 206 "--version", |
200 "7.1" | 207 "7.1" |
201 ], | 208 ], |
| 209 "cwd": "[SLAVE_BUILD]", |
202 "name": "fake tests 2 (fake device iOS 7.1)", | 210 "name": "fake tests 2 (fake device iOS 7.1)", |
203 "~followup_annotations": [ | 211 "~followup_annotations": [ |
204 "@@@STEP_LOG_LINE@json.output@{@@@", | 212 "@@@STEP_LOG_LINE@json.output@{@@@", |
205 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 213 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
206 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 214 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
207 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 215 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
208 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 216 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
209 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 217 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
210 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 218 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
211 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 219 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
212 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 220 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
213 "@@@STEP_LOG_LINE@json.output@ }@@@", | 221 "@@@STEP_LOG_LINE@json.output@ }@@@", |
214 "@@@STEP_LOG_LINE@json.output@}@@@", | 222 "@@@STEP_LOG_LINE@json.output@}@@@", |
215 "@@@STEP_LOG_END@json.output@@@", | 223 "@@@STEP_LOG_END@json.output@@@", |
216 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 224 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", |
217 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 225 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", |
218 "@@@STEP_LOG_END@fake log@@@", | 226 "@@@STEP_LOG_END@fake log@@@", |
219 "@@@STEP_LINK@fake URL text@fake URL@@@" | 227 "@@@STEP_LINK@fake URL text@fake URL@@@" |
220 ] | 228 ] |
221 }, | 229 }, |
222 { | 230 { |
223 "name": "$result", | 231 "name": "$result", |
224 "reason": "Failed fake tests 1 (fake device iOS 8.0).", | 232 "reason": "Failed fake tests 1 (fake device iOS 8.0).", |
225 "status_code": 1 | 233 "status_code": 1 |
226 } | 234 } |
227 ] | 235 ] |
OLD | NEW |