| 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]", | |
| 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 24 matching lines...) Expand all Loading... |
| 43 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 44 "--patch_url", | 43 "--patch_url", |
| 45 "patch url", | 44 "patch url", |
| 46 "--output_json", | 45 "--output_json", |
| 47 "/path/to/tmp/json", | 46 "/path/to/tmp/json", |
| 48 "--revision", | 47 "--revision", |
| 49 "src@HEAD", | 48 "src@HEAD", |
| 50 "--force", | 49 "--force", |
| 51 "--output_manifest" | 50 "--output_manifest" |
| 52 ], | 51 ], |
| 53 "cwd": "[SLAVE_BUILD]", | |
| 54 "env": { | 52 "env": { |
| 55 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 53 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 56 }, | 54 }, |
| 57 "name": "bot_update", | 55 "name": "bot_update", |
| 58 "~followup_annotations": [ | 56 "~followup_annotations": [ |
| 59 "@@@STEP_TEXT@Some step text@@@", | 57 "@@@STEP_TEXT@Some step text@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@{@@@", | 58 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 61 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 59 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 ] | 121 ] |
| 124 }, | 122 }, |
| 125 { | 123 { |
| 126 "cmd": [ | 124 "cmd": [ |
| 127 "python", | 125 "python", |
| 128 "-u", | 126 "-u", |
| 129 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 127 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 130 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json", | 128 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json", |
| 131 "/path/to/tmp/json" | 129 "/path/to/tmp/json" |
| 132 ], | 130 ], |
| 133 "cwd": "[SLAVE_BUILD]", | |
| 134 "name": "read build config", | 131 "name": "read build config", |
| 135 "~followup_annotations": [ | 132 "~followup_annotations": [ |
| 136 "@@@STEP_LOG_LINE@json.output@{@@@", | 133 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", |
| 138 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", | 135 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", |
| 139 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@
@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@
@@", |
| 140 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 137 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", | 138 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", |
| 142 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 139 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
| 143 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", | 140 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 157 "@@@STEP_LOG_LINE@json.output@}@@@", | 154 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 158 "@@@STEP_LOG_END@json.output@@@" | 155 "@@@STEP_LOG_END@json.output@@@" |
| 159 ] | 156 ] |
| 160 }, | 157 }, |
| 161 { | 158 { |
| 162 "cmd": [ | 159 "cmd": [ |
| 163 "echo", | 160 "echo", |
| 164 "-e", | 161 "-e", |
| 165 "{\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}" | 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\": \"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}" |
| 166 ], | 163 ], |
| 167 "cwd": "[SLAVE_BUILD]", | |
| 168 "name": "finalize build config" | 164 "name": "finalize build config" |
| 169 }, | 165 }, |
| 170 { | 166 { |
| 171 "cmd": [ | 167 "cmd": [ |
| 172 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", | 168 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", |
| 173 "--json-file", | 169 "--json-file", |
| 174 "/path/to/tmp/json", | 170 "/path/to/tmp/json", |
| 175 "--version", | 171 "--version", |
| 176 "fake xcode version" | 172 "fake xcode version" |
| 177 ], | 173 ], |
| 178 "cwd": "[SLAVE_BUILD]", | |
| 179 "name": "find xcode", | 174 "name": "find xcode", |
| 180 "~followup_annotations": [ | 175 "~followup_annotations": [ |
| 181 "@@@STEP_LOG_LINE@json.output@{}@@@", | 176 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 182 "@@@STEP_LOG_END@json.output@@@" | 177 "@@@STEP_LOG_END@json.output@@@" |
| 183 ] | 178 ] |
| 184 }, | 179 }, |
| 185 { | 180 { |
| 186 "cmd": [ | 181 "cmd": [ |
| 187 "python", | 182 "python", |
| 188 "-u", | 183 "-u", |
| 189 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 184 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 190 "runhooks" | 185 "runhooks" |
| 191 ], | 186 ], |
| 192 "cwd": "[SLAVE_BUILD]", | |
| 193 "env": { | 187 "env": { |
| 194 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", | 188 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", |
| 195 "GYP_GENERATORS": "xcode", | 189 "GYP_GENERATORS": "xcode", |
| 196 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", | 190 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", |
| 197 "LANDMINES_VERBOSE": "1", | 191 "LANDMINES_VERBOSE": "1", |
| 198 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 192 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 199 }, | 193 }, |
| 200 "name": "gclient runhooks", | 194 "name": "gclient runhooks", |
| 201 "~followup_annotations": [ | 195 "~followup_annotations": [ |
| 202 "@@@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@@@" | 196 "@@@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 19 matching lines...) Expand all Loading... |
| 222 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app", | 216 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app", |
| 223 "--json_file", | 217 "--json_file", |
| 224 "/path/to/tmp/json", | 218 "/path/to/tmp/json", |
| 225 "--iossim", | 219 "--iossim", |
| 226 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 220 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 227 "--platform", | 221 "--platform", |
| 228 "fake device", | 222 "fake device", |
| 229 "--version", | 223 "--version", |
| 230 "8.0" | 224 "8.0" |
| 231 ], | 225 ], |
| 232 "cwd": "[SLAVE_BUILD]", | |
| 233 "name": "fake tests 1 (fake device iOS 8.0)", | 226 "name": "fake tests 1 (fake device iOS 8.0)", |
| 234 "~followup_annotations": [ | 227 "~followup_annotations": [ |
| 235 "step returned non-zero exit code: 1", | 228 "step returned non-zero exit code: 1", |
| 236 "@@@STEP_LOG_LINE@json.output@{@@@", | 229 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 237 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 230 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 238 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 231 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 239 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 232 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 240 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 233 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 241 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 242 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 235 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 259 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app", | 252 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app", |
| 260 "--json_file", | 253 "--json_file", |
| 261 "/path/to/tmp/json", | 254 "/path/to/tmp/json", |
| 262 "--iossim", | 255 "--iossim", |
| 263 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 256 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 264 "--platform", | 257 "--platform", |
| 265 "fake device", | 258 "fake device", |
| 266 "--version", | 259 "--version", |
| 267 "7.1" | 260 "7.1" |
| 268 ], | 261 ], |
| 269 "cwd": "[SLAVE_BUILD]", | |
| 270 "name": "fake tests 2 (fake device iOS 7.1)", | 262 "name": "fake tests 2 (fake device iOS 7.1)", |
| 271 "~followup_annotations": [ | 263 "~followup_annotations": [ |
| 272 "@@@STEP_LOG_LINE@json.output@{@@@", | 264 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 273 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 265 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 274 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 275 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 267 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 276 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 268 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 269 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 270 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
| 280 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 272 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ }@@@", | 273 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@}@@@", | 274 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 283 "@@@STEP_LOG_END@json.output@@@", | 275 "@@@STEP_LOG_END@json.output@@@", |
| 284 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 276 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", |
| 285 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 277 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", |
| 286 "@@@STEP_LOG_END@fake log@@@", | 278 "@@@STEP_LOG_END@fake log@@@", |
| 287 "@@@STEP_LINK@fake URL text@fake URL@@@" | 279 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 288 ] | 280 ] |
| 289 }, | 281 }, |
| 290 { | 282 { |
| 291 "name": "$result", | 283 "name": "$result", |
| 292 "reason": "Failed fake tests 1 (fake device iOS 8.0).", | 284 "reason": "Failed fake tests 1 (fake device iOS 8.0).", |
| 293 "status_code": 1 | 285 "status_code": 1 |
| 294 } | 286 } |
| 295 ] | 287 ] |
| OLD | NEW |