| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "remote", | 5 "remote", |
| 6 "set-url", | 6 "set-url", |
| 7 "origin", | 7 "origin", |
| 8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
| 9 ], | 9 ], |
| 10 "cwd": "[CWD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| 11 "name": "git remote set-url" | 11 "name": "git remote set-url" |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 "cmd": [ | 14 "cmd": [ |
| 15 "git", | 15 "git", |
| 16 "fetch" | 16 "fetch" |
| 17 ], | 17 ], |
| 18 "cwd": "[CWD]/skia", | 18 "cwd": "[SLAVE_BUILD]/skia", |
| 19 "name": "git fetch" | 19 "name": "git fetch" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "cmd": [ | 22 "cmd": [ |
| 23 "git", | 23 "git", |
| 24 "reset", | 24 "reset", |
| 25 "--hard", | 25 "--hard", |
| 26 "abc123" | 26 "abc123" |
| 27 ], | 27 ], |
| 28 "cwd": "[CWD]/skia", | 28 "cwd": "[SLAVE_BUILD]/skia", |
| 29 "name": "git reset" | 29 "name": "git reset" |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "cmd": [ | 32 "cmd": [ |
| 33 "git", | 33 "git", |
| 34 "clean", | 34 "clean", |
| 35 "-d", | 35 "-d", |
| 36 "-f" | 36 "-f" |
| 37 ], | 37 ], |
| 38 "cwd": "[CWD]/skia", | 38 "cwd": "[SLAVE_BUILD]/skia", |
| 39 "name": "git clean" | 39 "name": "git clean" |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "cmd": [ | 42 "cmd": [ |
| 43 "python", | 43 "python", |
| 44 "-u", | 44 "-u", |
| 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 46 "config", | 46 "config", |
| 47 "--spec", | 47 "--spec", |
| 48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" | 48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" |
| 49 ], | 49 ], |
| 50 "cwd": "[SLAVE_BUILD]", |
| 50 "env": { | 51 "env": { |
| 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 52 }, | 53 }, |
| 53 "name": "gclient setup" | 54 "name": "gclient setup" |
| 54 }, | 55 }, |
| 55 { | 56 { |
| 56 "cmd": [ | 57 "cmd": [ |
| 57 "python", | 58 "python", |
| 58 "-u", | 59 "-u", |
| 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 60 "sync", | 61 "sync", |
| 61 "--nohooks", | 62 "--nohooks", |
| 62 "--force", | 63 "--force", |
| 63 "--verbose", | 64 "--verbose", |
| 64 "--delete_unversioned_trees", | 65 "--delete_unversioned_trees", |
| 65 "--revision", | 66 "--revision", |
| 66 "skia@abc123", | 67 "skia@abc123", |
| 67 "--output-json", | 68 "--output-json", |
| 68 "/path/to/tmp/json" | 69 "/path/to/tmp/json" |
| 69 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
| 70 "env": { | 72 "env": { |
| 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 72 }, | 74 }, |
| 73 "name": "gclient sync", | 75 "name": "gclient sync", |
| 74 "~followup_annotations": [ | 76 "~followup_annotations": [ |
| 75 "@@@STEP_LOG_LINE@json.output@{@@@", | 77 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 79 "@@@STEP_LOG_LINE@json.output@ }@@@", | 81 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 80 "@@@STEP_LOG_LINE@json.output@ }@@@", | 82 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 81 "@@@STEP_LOG_LINE@json.output@}@@@", | 83 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 82 "@@@STEP_LOG_END@json.output@@@", | 84 "@@@STEP_LOG_END@json.output@@@", |
| 83 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 85 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
| 84 ] | 86 ] |
| 85 }, | 87 }, |
| 86 { | 88 { |
| 87 "cmd": [ | 89 "cmd": [ |
| 88 "python", | 90 "python", |
| 89 "-u", | 91 "-u", |
| 90 "[CWD]/skia/tools/buildbot_spec.py", | 92 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 91 "/path/to/tmp/json", | 93 "/path/to/tmp/json", |
| 92 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming" | 94 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming" |
| 93 ], | 95 ], |
| 94 "cwd": "[CWD]/skia", | 96 "cwd": "[SLAVE_BUILD]/skia", |
| 95 "name": "exec buildbot_spec.py", | 97 "name": "exec buildbot_spec.py", |
| 96 "~followup_annotations": [ | 98 "~followup_annotations": [ |
| 97 "@@@STEP_LOG_LINE@json.output@{@@@", | 99 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 98 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 100 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 99 "@@@STEP_LOG_LINE@json.output@ \"iOSShell\"@@@", | 101 "@@@STEP_LOG_LINE@json.output@ \"iOSShell\"@@@", |
| 100 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 102 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 101 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 103 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
| 102 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"Arm7\", @@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"Arm7\", @@@", |
| 103 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", | 105 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", |
| 104 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | 106 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 130 "@@@STEP_LOG_LINE@json.output@}@@@", | 132 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 131 "@@@STEP_LOG_END@json.output@@@" | 133 "@@@STEP_LOG_END@json.output@@@" |
| 132 ] | 134 ] |
| 133 }, | 135 }, |
| 134 { | 136 { |
| 135 "cmd": [ | 137 "cmd": [ |
| 136 "python", | 138 "python", |
| 137 "-u", | 139 "-u", |
| 138 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 140 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 139 "--path", | 141 "--path", |
| 140 "[CWD]/swarming.client", | 142 "[SLAVE_BUILD]/swarming.client", |
| 141 "--url", | 143 "--url", |
| 142 "https://chromium.googlesource.com/external/swarming.client.git" | 144 "https://chromium.googlesource.com/external/swarming.client.git" |
| 143 ], | 145 ], |
| 146 "cwd": "[SLAVE_BUILD]", |
| 144 "name": "git setup (swarming_client)" | 147 "name": "git setup (swarming_client)" |
| 145 }, | 148 }, |
| 146 { | 149 { |
| 147 "cmd": [ | 150 "cmd": [ |
| 148 "git", | 151 "git", |
| 149 "retry", | 152 "retry", |
| 150 "fetch", | 153 "fetch", |
| 151 "origin", | 154 "origin", |
| 152 "master" | 155 "master" |
| 153 ], | 156 ], |
| 154 "cwd": "[CWD]/swarming.client", | 157 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 155 "name": "git fetch (swarming_client)" | 158 "name": "git fetch (swarming_client)" |
| 156 }, | 159 }, |
| 157 { | 160 { |
| 158 "cmd": [ | 161 "cmd": [ |
| 159 "git", | 162 "git", |
| 160 "checkout", | 163 "checkout", |
| 161 "-f", | 164 "-f", |
| 162 "FETCH_HEAD" | 165 "FETCH_HEAD" |
| 163 ], | 166 ], |
| 164 "cwd": "[CWD]/swarming.client", | 167 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 165 "name": "git checkout (swarming_client)" | 168 "name": "git checkout (swarming_client)" |
| 166 }, | 169 }, |
| 167 { | 170 { |
| 168 "cmd": [ | 171 "cmd": [ |
| 169 "git", | 172 "git", |
| 170 "rev-parse", | 173 "rev-parse", |
| 171 "HEAD" | 174 "HEAD" |
| 172 ], | 175 ], |
| 173 "cwd": "[CWD]/swarming.client", | 176 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 174 "name": "read revision", | 177 "name": "read revision", |
| 175 "stdout": "/path/to/tmp/", | 178 "stdout": "/path/to/tmp/", |
| 176 "~followup_annotations": [ | 179 "~followup_annotations": [ |
| 177 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 180 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 178 ] | 181 ] |
| 179 }, | 182 }, |
| 180 { | 183 { |
| 181 "cmd": [ | 184 "cmd": [ |
| 182 "git", | 185 "git", |
| 183 "clean", | 186 "clean", |
| 184 "-f", | 187 "-f", |
| 185 "-d", | 188 "-d", |
| 186 "-x" | 189 "-x" |
| 187 ], | 190 ], |
| 188 "cwd": "[CWD]/swarming.client", | 191 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 189 "name": "git clean (swarming_client)" | 192 "name": "git clean (swarming_client)" |
| 190 }, | 193 }, |
| 191 { | 194 { |
| 192 "cmd": [ | 195 "cmd": [ |
| 193 "git", | 196 "git", |
| 194 "submodule", | 197 "submodule", |
| 195 "sync" | 198 "sync" |
| 196 ], | 199 ], |
| 197 "cwd": "[CWD]/swarming.client", | 200 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 198 "name": "submodule sync (swarming_client)" | 201 "name": "submodule sync (swarming_client)" |
| 199 }, | 202 }, |
| 200 { | 203 { |
| 201 "cmd": [ | 204 "cmd": [ |
| 202 "git", | 205 "git", |
| 203 "submodule", | 206 "submodule", |
| 204 "update", | 207 "update", |
| 205 "--init", | 208 "--init", |
| 206 "--recursive" | 209 "--recursive" |
| 207 ], | 210 ], |
| 208 "cwd": "[CWD]/swarming.client", | 211 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 209 "name": "submodule update (swarming_client)" | 212 "name": "submodule update (swarming_client)" |
| 210 }, | 213 }, |
| 211 { | 214 { |
| 212 "cmd": [ | 215 "cmd": [ |
| 213 "python", | 216 "python", |
| 214 "-u", | 217 "-u", |
| 215 "[CWD]/swarming.client/swarming.py", | 218 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 216 "--version" | 219 "--version" |
| 217 ], | 220 ], |
| 221 "cwd": "[SLAVE_BUILD]", |
| 218 "name": "swarming.py --version", | 222 "name": "swarming.py --version", |
| 219 "stdout": "/path/to/tmp/", | 223 "stdout": "/path/to/tmp/", |
| 220 "~followup_annotations": [ | 224 "~followup_annotations": [ |
| 221 "@@@STEP_TEXT@0.4.10@@@" | 225 "@@@STEP_TEXT@0.4.10@@@" |
| 222 ] | 226 ] |
| 223 }, | 227 }, |
| 224 { | 228 { |
| 225 "cmd": [ | 229 "cmd": [ |
| 226 "download_from_google_storage", | 230 "download_from_google_storage", |
| 227 "--no_resume", | 231 "--no_resume", |
| 228 "--platform=linux*", | 232 "--platform=linux*", |
| 229 "--no_auth", | 233 "--no_auth", |
| 230 "--bucket", | 234 "--bucket", |
| 231 "chromium-luci", | 235 "chromium-luci", |
| 232 "-d", | 236 "-d", |
| 233 "[CWD]/skia/infra/bots/tools/luci-go/linux64" | 237 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64" |
| 234 ], | 238 ], |
| 239 "cwd": "[SLAVE_BUILD]", |
| 235 "name": "download luci-go linux" | 240 "name": "download luci-go linux" |
| 236 }, | 241 }, |
| 237 { | 242 { |
| 238 "cmd": [ | 243 "cmd": [ |
| 239 "download_from_google_storage", | 244 "download_from_google_storage", |
| 240 "--no_resume", | 245 "--no_resume", |
| 241 "--platform=darwin", | 246 "--platform=darwin", |
| 242 "--no_auth", | 247 "--no_auth", |
| 243 "--bucket", | 248 "--bucket", |
| 244 "chromium-luci", | 249 "chromium-luci", |
| 245 "-d", | 250 "-d", |
| 246 "[CWD]/skia/infra/bots/tools/luci-go/mac64" | 251 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64" |
| 247 ], | 252 ], |
| 253 "cwd": "[SLAVE_BUILD]", |
| 248 "name": "download luci-go mac" | 254 "name": "download luci-go mac" |
| 249 }, | 255 }, |
| 250 { | 256 { |
| 251 "cmd": [ | 257 "cmd": [ |
| 252 "download_from_google_storage", | 258 "download_from_google_storage", |
| 253 "--no_resume", | 259 "--no_resume", |
| 254 "--platform=win32", | 260 "--platform=win32", |
| 255 "--no_auth", | 261 "--no_auth", |
| 256 "--bucket", | 262 "--bucket", |
| 257 "chromium-luci", | 263 "chromium-luci", |
| 258 "-d", | 264 "-d", |
| 259 "[CWD]/skia/infra/bots/tools/luci-go/win64" | 265 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64" |
| 260 ], | 266 ], |
| 267 "cwd": "[SLAVE_BUILD]", |
| 261 "name": "download luci-go win" | 268 "name": "download luci-go win" |
| 262 }, | 269 }, |
| 263 { | 270 { |
| 264 "cmd": [ | 271 "cmd": [ |
| 265 "python", | 272 "python", |
| 266 "-u", | 273 "-u", |
| 267 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 274 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 268 "[CWD]/luci-go" | 275 "[SLAVE_BUILD]/luci-go" |
| 269 ], | 276 ], |
| 277 "cwd": "[SLAVE_BUILD]", |
| 270 "name": "rmtree Go binary dir", | 278 "name": "rmtree Go binary dir", |
| 271 "~followup_annotations": [ | 279 "~followup_annotations": [ |
| 272 "@@@STEP_LOG_LINE@python.inline@@@@", | 280 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 273 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 281 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 274 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 282 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 275 "@@@STEP_LOG_LINE@python.inline@@@@", | 283 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 276 "@@@STEP_LOG_LINE@python.inline@@@@", | 284 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 277 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 285 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 278 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 286 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 279 "@@@STEP_LOG_END@python.inline@@@" | 287 "@@@STEP_LOG_END@python.inline@@@" |
| 280 ] | 288 ] |
| 281 }, | 289 }, |
| 282 { | 290 { |
| 283 "cmd": [ | 291 "cmd": [ |
| 284 "python", | 292 "python", |
| 285 "-u", | 293 "-u", |
| 286 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 294 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
| 287 "[CWD]/skia/infra/bots/tools/luci-go", | 295 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go", |
| 288 "[CWD]/luci-go", | 296 "[SLAVE_BUILD]/luci-go", |
| 289 "0" | 297 "0" |
| 290 ], | 298 ], |
| 299 "cwd": "[SLAVE_BUILD]", |
| 291 "name": "Copy Go binary" | 300 "name": "Copy Go binary" |
| 292 }, | 301 }, |
| 293 { | 302 { |
| 294 "cmd": [ | 303 "cmd": [ |
| 295 "python", | 304 "python", |
| 296 "-u", | 305 "-u", |
| 297 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 306 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 298 "[ROOT]/b/build/third_party/infra", | 307 "[BUILD]/third_party/infra", |
| 299 "511" | 308 "511" |
| 300 ], | 309 ], |
| 310 "cwd": "[SLAVE_BUILD]", |
| 301 "name": "makedirs third_party_infra", | 311 "name": "makedirs third_party_infra", |
| 302 "~followup_annotations": [ | 312 "~followup_annotations": [ |
| 303 "@@@STEP_LOG_LINE@python.inline@@@@", | 313 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 304 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 314 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 305 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 315 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 306 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 316 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 307 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 317 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 308 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 318 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 309 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 319 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 310 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 320 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 311 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 321 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 312 "@@@STEP_LOG_END@python.inline@@@" | 322 "@@@STEP_LOG_END@python.inline@@@" |
| 313 ] | 323 ] |
| 314 }, | 324 }, |
| 315 { | 325 { |
| 316 "cmd": [ | 326 "cmd": [ |
| 317 "python", | 327 "python", |
| 318 "-u", | 328 "-u", |
| 319 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 329 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 320 "[CWD]/swarming_temp_dir", | 330 "[SLAVE_BUILD]/swarming_temp_dir", |
| 321 "511" | 331 "511" |
| 322 ], | 332 ], |
| 333 "cwd": "[SLAVE_BUILD]", |
| 323 "name": "makedirs swarming tmp dir", | 334 "name": "makedirs swarming tmp dir", |
| 324 "~followup_annotations": [ | 335 "~followup_annotations": [ |
| 325 "@@@STEP_LOG_LINE@python.inline@@@@", | 336 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 326 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 337 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 327 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 338 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 328 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 339 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 329 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 340 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 330 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 341 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 331 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 342 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 332 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 343 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 333 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 344 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 334 "@@@STEP_LOG_END@python.inline@@@" | 345 "@@@STEP_LOG_END@python.inline@@@" |
| 335 ] | 346 ] |
| 336 }, | 347 }, |
| 337 { | 348 { |
| 338 "cmd": [ | 349 "cmd": [ |
| 339 "python", | 350 "python", |
| 340 "-u", | 351 "-u", |
| 341 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 352 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 342 "{\n \"args\": [\n \"--isolate\", \n \"[ROOT]/b/build/scr
ipts/slave/recipes/skia/swarm_recipe.isolate\", \n \"--isolated\", \n
\"[CWD]/swarming_temp_dir/skia-task-isolate_recipes.isolated\", \n \"
--config-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\"
: \"[ROOT]/b/build/scripts/slave/recipes/skia\", \n \"version\": 1\n}", | 353 "{\n \"args\": [\n \"--isolate\", \n \"[BUILD]/scripts/sl
ave/recipes/skia/swarm_recipe.isolate\", \n \"--isolated\", \n \"[
SLAVE_BUILD]/swarming_temp_dir/skia-task-isolate_recipes.isolated\", \n \
"--config-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\
": \"[BUILD]/scripts/slave/recipes/skia\", \n \"version\": 1\n}", |
| 343 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 354 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
| 344 ], | 355 ], |
| 356 "cwd": "[SLAVE_BUILD]", |
| 345 "name": "Write isolate_recipes.isolated.gen.json" | 357 "name": "Write isolate_recipes.isolated.gen.json" |
| 346 }, | 358 }, |
| 347 { | 359 { |
| 348 "cmd": [ | 360 "cmd": [ |
| 349 "python", | 361 "python", |
| 350 "-u", | 362 "-u", |
| 351 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 363 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 352 "[CWD]/swarming.client", | 364 "[SLAVE_BUILD]/swarming.client", |
| 353 "batcharchive", | 365 "batcharchive", |
| 354 "--dump-json", | 366 "--dump-json", |
| 355 "/path/to/tmp/json", | 367 "/path/to/tmp/json", |
| 356 "--isolate-server", | 368 "--isolate-server", |
| 357 "https://isolateserver.appspot.com", | 369 "https://isolateserver.appspot.com", |
| 358 "--verbose", | 370 "--verbose", |
| 359 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 371 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
| 360 ], | 372 ], |
| 373 "cwd": "[SLAVE_BUILD]", |
| 361 "name": "isolate tests", | 374 "name": "isolate tests", |
| 362 "~followup_annotations": [ | 375 "~followup_annotations": [ |
| 363 "@@@STEP_LOG_LINE@json.output@{@@@", | 376 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 364 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", | 377 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
| 365 "@@@STEP_LOG_LINE@json.output@}@@@", | 378 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 366 "@@@STEP_LOG_END@json.output@@@", | 379 "@@@STEP_LOG_END@json.output@@@", |
| 367 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 380 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
| 368 ] | 381 ] |
| 369 }, | 382 }, |
| 370 { | 383 { |
| 371 "cmd": [ | 384 "cmd": [ |
| 372 "python", | 385 "python", |
| 373 "-u", | 386 "-u", |
| 374 "[CWD]/skia/tools/buildbot_spec.py", | 387 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 375 "/path/to/tmp/json", | 388 "/path/to/tmp/json", |
| 376 "Build-Mac-Clang-Arm7-Release-iOS" | 389 "Build-Mac-Clang-Arm7-Release-iOS" |
| 377 ], | 390 ], |
| 378 "cwd": "[CWD]/skia", | 391 "cwd": "[SLAVE_BUILD]/skia", |
| 379 "name": "exec buildbot_spec.py (2)", | 392 "name": "exec buildbot_spec.py (2)", |
| 380 "~followup_annotations": [ | 393 "~followup_annotations": [ |
| 381 "@@@STEP_LOG_LINE@json.output@{@@@", | 394 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 382 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 395 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 383 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 396 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
| 384 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 397 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 385 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 398 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
| 386 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", | 399 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | 400 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
| 388 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"iOS\", @@@", | 401 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"iOS\", @@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 409 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 422 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
| 410 "@@@STEP_LOG_LINE@json.output@}@@@", | 423 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 411 "@@@STEP_LOG_END@json.output@@@" | 424 "@@@STEP_LOG_END@json.output@@@" |
| 412 ] | 425 ] |
| 413 }, | 426 }, |
| 414 { | 427 { |
| 415 "cmd": [ | 428 "cmd": [ |
| 416 "python", | 429 "python", |
| 417 "-u", | 430 "-u", |
| 418 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 431 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 419 "[CWD]/swarming_temp_dir", | 432 "[SLAVE_BUILD]/swarming_temp_dir", |
| 420 "511" | 433 "511" |
| 421 ], | 434 ], |
| 435 "cwd": "[SLAVE_BUILD]", |
| 422 "name": "makedirs swarming tmp dir (2)", | 436 "name": "makedirs swarming tmp dir (2)", |
| 423 "~followup_annotations": [ | 437 "~followup_annotations": [ |
| 424 "@@@STEP_LOG_LINE@python.inline@@@@", | 438 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 425 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 439 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 426 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 440 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 427 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 441 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 428 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 442 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 429 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 443 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 430 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 444 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 431 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 445 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 432 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 446 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 433 "@@@STEP_LOG_END@python.inline@@@" | 447 "@@@STEP_LOG_END@python.inline@@@" |
| 434 ] | 448 ] |
| 435 }, | 449 }, |
| 436 { | 450 { |
| 437 "cmd": [ | 451 "cmd": [ |
| 438 "python", | 452 "python", |
| 439 "-u", | 453 "-u", |
| 440 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 454 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 441 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/skia/infra/b
ots/compile_skia.isolate\", \n \"--isolated\", \n \"[CWD]/swarming
_temp_dir/skia-task-compile_skia.isolated\", \n \"--config-variable\", \n
\"OS\", \n \"Mac\", \n \"--blacklist\", \n \".git\"
, \n \"--blacklist\", \n \"out\", \n \"--blacklist\", \n
\"*.pyc\", \n \"--extra-variable\", \n \"WORKDIR\", \n
\"[CWD]\", \n \"--extra-variable\", \n \"BUILD\", \n \"[RO
OT]/b/build\"\n ], \n \"dir\": \"[CWD]\", \n \"version\": 1\n}", | 455 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/compile_skia.isolate\", \n \"--isolated\", \n \"[SLAVE
_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated\", \n \"--confi
g-variable\", \n \"OS\", \n \"Mac\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--bl
acklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORK
DIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"
BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \
"version\": 1\n}", |
| 442 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 456 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
| 443 ], | 457 ], |
| 458 "cwd": "[SLAVE_BUILD]", |
| 444 "name": "Write compile_skia.isolated.gen.json" | 459 "name": "Write compile_skia.isolated.gen.json" |
| 445 }, | 460 }, |
| 446 { | 461 { |
| 447 "cmd": [ | 462 "cmd": [ |
| 448 "python", | 463 "python", |
| 449 "-u", | 464 "-u", |
| 450 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 465 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 451 "[CWD]/swarming.client", | 466 "[SLAVE_BUILD]/swarming.client", |
| 452 "batcharchive", | 467 "batcharchive", |
| 453 "--dump-json", | 468 "--dump-json", |
| 454 "/path/to/tmp/json", | 469 "/path/to/tmp/json", |
| 455 "--isolate-server", | 470 "--isolate-server", |
| 456 "https://isolateserver.appspot.com", | 471 "https://isolateserver.appspot.com", |
| 457 "--verbose", | 472 "--verbose", |
| 458 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 473 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
| 459 ], | 474 ], |
| 475 "cwd": "[SLAVE_BUILD]", |
| 460 "name": "isolate tests (2)", | 476 "name": "isolate tests (2)", |
| 461 "~followup_annotations": [ | 477 "~followup_annotations": [ |
| 462 "@@@STEP_LOG_LINE@json.output@{@@@", | 478 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 463 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 479 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
| 464 "@@@STEP_LOG_LINE@json.output@}@@@", | 480 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 465 "@@@STEP_LOG_END@json.output@@@", | 481 "@@@STEP_LOG_END@json.output@@@", |
| 466 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 482 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
| 467 ] | 483 ] |
| 468 }, | 484 }, |
| 469 { | 485 { |
| 470 "cmd": [ | 486 "cmd": [ |
| 471 "python", | 487 "python", |
| 472 "-u", | 488 "-u", |
| 473 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", | 489 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", |
| 474 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 490 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
| 475 "[dummy hash for isolate_recipes]" | 491 "[dummy hash for isolate_recipes]" |
| 476 ], | 492 ], |
| 493 "cwd": "[SLAVE_BUILD]", |
| 477 "name": "add_isolated_input", | 494 "name": "add_isolated_input", |
| 478 "~followup_annotations": [ | 495 "~followup_annotations": [ |
| 479 "@@@STEP_LOG_LINE@python.inline@@@@", | 496 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 480 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 497 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 481 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 498 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 482 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 499 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 483 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 500 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 484 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 501 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 485 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 502 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 486 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 503 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 487 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 504 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 488 "@@@STEP_LOG_END@python.inline@@@" | 505 "@@@STEP_LOG_END@python.inline@@@" |
| 489 ] | 506 ] |
| 490 }, | 507 }, |
| 491 { | 508 { |
| 492 "cmd": [ | 509 "cmd": [ |
| 493 "python", | 510 "python", |
| 494 "-u", | 511 "-u", |
| 495 "[CWD]/swarming.client/isolateserver.py", | 512 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
| 496 "archive", | 513 "archive", |
| 497 "--isolate-server", | 514 "--isolate-server", |
| 498 "https://isolateserver.appspot.com", | 515 "https://isolateserver.appspot.com", |
| 499 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated" | 516 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated" |
| 500 ], | 517 ], |
| 518 "cwd": "[SLAVE_BUILD]", |
| 501 "name": "upload new .isolated file for compile_skia", | 519 "name": "upload new .isolated file for compile_skia", |
| 502 "stdout": "/path/to/tmp/" | 520 "stdout": "/path/to/tmp/" |
| 503 }, | 521 }, |
| 504 { | 522 { |
| 505 "cmd": [ | 523 "cmd": [ |
| 506 "python", | 524 "python", |
| 507 "-u", | 525 "-u", |
| 508 "[CWD]/swarming.client/swarming.py", | 526 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 509 "trigger", | 527 "trigger", |
| 510 "--swarming", | 528 "--swarming", |
| 511 "https://chromium-swarm.appspot.com", | 529 "https://chromium-swarm.appspot.com", |
| 512 "--isolate-server", | 530 "--isolate-server", |
| 513 "https://isolateserver.appspot.com", | 531 "https://isolateserver.appspot.com", |
| 514 "--priority", | 532 "--priority", |
| 515 "90", | 533 "90", |
| 516 "--shards", | 534 "--shards", |
| 517 "1", | 535 "1", |
| 518 "--task-name", | 536 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 "../../..", | 575 "../../..", |
| 558 "skia/swarm_compile", | 576 "skia/swarm_compile", |
| 559 "buildername=Build-Mac-Clang-Arm7-Release-iOS", | 577 "buildername=Build-Mac-Clang-Arm7-Release-iOS", |
| 560 "mastername=client.skia.fyi", | 578 "mastername=client.skia.fyi", |
| 561 "buildnumber=5", | 579 "buildnumber=5", |
| 562 "slavename=skiabot-linux-housekeeper-003", | 580 "slavename=skiabot-linux-housekeeper-003", |
| 563 "reason=Triggered by Skia swarm_trigger Recipe", | 581 "reason=Triggered by Skia swarm_trigger Recipe", |
| 564 "swarm_out_dir=${ISOLATED_OUTDIR}", | 582 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 565 "revision=164710" | 583 "revision=164710" |
| 566 ], | 584 ], |
| 585 "cwd": "[SLAVE_BUILD]", |
| 567 "name": "[trigger] compile_skia on Mac", | 586 "name": "[trigger] compile_skia on Mac", |
| 568 "~followup_annotations": [ | 587 "~followup_annotations": [ |
| 569 "@@@STEP_LOG_LINE@json.output@{@@@", | 588 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 570 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Mac/def
456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\", @@@", | 589 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Mac/def
456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\", @@@", |
| 571 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 590 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 572 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Mac/def456/Test-iOS-Clang
-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\": {@@@", | 591 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Mac/def456/Test-iOS-Clang
-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\": {@@@", |
| 573 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 592 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 574 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 593 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 575 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 594 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 576 "@@@STEP_LOG_LINE@json.output@ }@@@", | 595 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 577 "@@@STEP_LOG_LINE@json.output@ }@@@", | 596 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 578 "@@@STEP_LOG_LINE@json.output@}@@@", | 597 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 579 "@@@STEP_LOG_END@json.output@@@", | 598 "@@@STEP_LOG_END@json.output@@@", |
| 580 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 599 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 581 ] | 600 ] |
| 582 }, | 601 }, |
| 583 { | 602 { |
| 584 "cmd": [ | 603 "cmd": [ |
| 585 "python", | 604 "python", |
| 586 "-u", | 605 "-u", |
| 587 "[CWD]/swarming.client/swarming.py", | 606 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 588 "collect", | 607 "collect", |
| 589 "--swarming", | 608 "--swarming", |
| 590 "https://chromium-swarm.appspot.com", | 609 "https://chromium-swarm.appspot.com", |
| 591 "--decorate", | 610 "--decorate", |
| 592 "--print-status-updates", | 611 "--print-status-updates", |
| 593 "--shards", | 612 "--shards", |
| 594 "1", | 613 "1", |
| 595 "compile_skia/Mac/def456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swar
ming/5", | 614 "compile_skia/Mac/def456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swar
ming/5", |
| 596 "--task-summary-json", | 615 "--task-summary-json", |
| 597 "/path/to/tmp/json" | 616 "/path/to/tmp/json" |
| 598 ], | 617 ], |
| 618 "cwd": "[SLAVE_BUILD]", |
| 599 "name": "compile_skia on Mac", | 619 "name": "compile_skia on Mac", |
| 600 "~followup_annotations": [ | 620 "~followup_annotations": [ |
| 601 "@@@STEP_TEXT@swarming pending 71s@@@", | 621 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 602 "@@@STEP_LOG_LINE@json.output@{@@@", | 622 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 603 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 623 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 604 "@@@STEP_LOG_LINE@json.output@ {@@@", | 624 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 605 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 625 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 606 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 626 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 607 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 627 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 608 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 628 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 638 "@@@STEP_LOG_LINE@json.output@}@@@", | 658 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 639 "@@@STEP_LOG_END@json.output@@@", | 659 "@@@STEP_LOG_END@json.output@@@", |
| 640 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 660 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 641 ] | 661 ] |
| 642 }, | 662 }, |
| 643 { | 663 { |
| 644 "cmd": [ | 664 "cmd": [ |
| 645 "python", | 665 "python", |
| 646 "-u", | 666 "-u", |
| 647 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 667 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 648 "[CWD]/tmp", | 668 "[SLAVE_BUILD]/tmp", |
| 649 "511" | 669 "511" |
| 650 ], | 670 ], |
| 671 "cwd": "[SLAVE_BUILD]", |
| 651 "name": "makedirs tmp_dir", | 672 "name": "makedirs tmp_dir", |
| 652 "~followup_annotations": [ | 673 "~followup_annotations": [ |
| 653 "@@@STEP_LOG_LINE@python.inline@@@@", | 674 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 654 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 675 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 655 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 676 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 656 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 677 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 657 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 678 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 658 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 679 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 659 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 680 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 660 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 681 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 661 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 682 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 662 "@@@STEP_LOG_END@python.inline@@@" | 683 "@@@STEP_LOG_END@python.inline@@@" |
| 663 ] | 684 ] |
| 664 }, | 685 }, |
| 665 { | 686 { |
| 666 "cmd": [ | 687 "cmd": [ |
| 667 "python", | 688 "python", |
| 668 "-u", | 689 "-u", |
| 669 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 690 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 670 "[CWD]/tmp/SKP_VERSION", | 691 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
| 671 "/path/to/tmp/" | 692 "/path/to/tmp/" |
| 672 ], | 693 ], |
| 694 "cwd": "[SLAVE_BUILD]", |
| 673 "name": "Get downloaded SKP_VERSION" | 695 "name": "Get downloaded SKP_VERSION" |
| 674 }, | 696 }, |
| 675 { | 697 { |
| 676 "cmd": [ | 698 "cmd": [ |
| 677 "python", | 699 "python", |
| 678 "-u", | 700 "-u", |
| 679 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 701 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 680 "[CWD]/skia/SKP_VERSION", | 702 "[SLAVE_BUILD]/skia/SKP_VERSION", |
| 681 "/path/to/tmp/" | 703 "/path/to/tmp/" |
| 682 ], | 704 ], |
| 705 "cwd": "[SLAVE_BUILD]", |
| 683 "name": "Get expected SKP_VERSION" | 706 "name": "Get expected SKP_VERSION" |
| 684 }, | 707 }, |
| 685 { | 708 { |
| 686 "cmd": [ | 709 "cmd": [ |
| 687 "python", | 710 "python", |
| 688 "-u", | 711 "-u", |
| 689 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 712 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 690 "[CWD]/tmp/SK_IMAGE_VERSION", | 713 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", |
| 691 "/path/to/tmp/" | 714 "/path/to/tmp/" |
| 692 ], | 715 ], |
| 716 "cwd": "[SLAVE_BUILD]", |
| 693 "name": "Get downloaded SK_IMAGE_VERSION" | 717 "name": "Get downloaded SK_IMAGE_VERSION" |
| 694 }, | 718 }, |
| 695 { | 719 { |
| 696 "cmd": [ | 720 "cmd": [ |
| 697 "python", | 721 "python", |
| 698 "-u", | 722 "-u", |
| 699 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 723 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 700 "[CWD]/skia/SK_IMAGE_VERSION", | 724 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", |
| 701 "/path/to/tmp/" | 725 "/path/to/tmp/" |
| 702 ], | 726 ], |
| 727 "cwd": "[SLAVE_BUILD]", |
| 703 "name": "Get expected SK_IMAGE_VERSION" | 728 "name": "Get expected SK_IMAGE_VERSION" |
| 704 }, | 729 }, |
| 705 { | 730 { |
| 706 "cmd": [ | 731 "cmd": [ |
| 707 "python", | 732 "python", |
| 708 "-u", | 733 "-u", |
| 709 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 734 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 710 "[CWD]/swarming_temp_dir", | 735 "[SLAVE_BUILD]/swarming_temp_dir", |
| 711 "511" | 736 "511" |
| 712 ], | 737 ], |
| 738 "cwd": "[SLAVE_BUILD]", |
| 713 "name": "makedirs swarming tmp dir (3)", | 739 "name": "makedirs swarming tmp dir (3)", |
| 714 "~followup_annotations": [ | 740 "~followup_annotations": [ |
| 715 "@@@STEP_LOG_LINE@python.inline@@@@", | 741 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 716 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 742 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 717 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 743 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 718 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 744 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 719 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 745 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 720 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 746 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 721 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 747 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 722 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 748 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 723 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 749 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 724 "@@@STEP_LOG_END@python.inline@@@" | 750 "@@@STEP_LOG_END@python.inline@@@" |
| 725 ] | 751 ] |
| 726 }, | 752 }, |
| 727 { | 753 { |
| 728 "cmd": [ | 754 "cmd": [ |
| 729 "python", | 755 "python", |
| 730 "-u", | 756 "-u", |
| 731 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 757 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 732 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/skia/infra/b
ots/test_skia.isolate\", \n \"--isolated\", \n \"[CWD]/swarming_te
mp_dir/skia-task-test_skia.isolated\", \n \"--config-variable\", \n
\"OS\", \n \"iOS-9.2\", \n \"--blacklist\", \n \".git\",
\n \"--blacklist\", \n \"out\", \n \"--blacklist\", \n
\"*.pyc\", \n \"--extra-variable\", \n \"WORKDIR\", \n \
"[CWD]\", \n \"--extra-variable\", \n \"BUILD\", \n \"[ROOT
]/b/build\"\n ], \n \"dir\": \"[CWD]\", \n \"version\": 1\n}", | 758 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/test_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU
ILD]/swarming_temp_dir/skia-task-test_skia.isolated\", \n \"--config-vari
able\", \n \"OS\", \n \"iOS-9.2\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--blac
klist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORKDI
R\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"BU
ILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"v
ersion\": 1\n}", |
| 733 "[CWD]/swarming_temp_dir/test_skia.isolated.gen.json" | 759 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
| 734 ], | 760 ], |
| 761 "cwd": "[SLAVE_BUILD]", |
| 735 "name": "Write test_skia.isolated.gen.json" | 762 "name": "Write test_skia.isolated.gen.json" |
| 736 }, | 763 }, |
| 737 { | 764 { |
| 738 "cmd": [ | 765 "cmd": [ |
| 739 "python", | 766 "python", |
| 740 "-u", | 767 "-u", |
| 741 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 768 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 742 "[CWD]/swarming.client", | 769 "[SLAVE_BUILD]/swarming.client", |
| 743 "batcharchive", | 770 "batcharchive", |
| 744 "--dump-json", | 771 "--dump-json", |
| 745 "/path/to/tmp/json", | 772 "/path/to/tmp/json", |
| 746 "--isolate-server", | 773 "--isolate-server", |
| 747 "https://isolateserver.appspot.com", | 774 "https://isolateserver.appspot.com", |
| 748 "--verbose", | 775 "--verbose", |
| 749 "[CWD]/swarming_temp_dir/test_skia.isolated.gen.json" | 776 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
| 750 ], | 777 ], |
| 778 "cwd": "[SLAVE_BUILD]", |
| 751 "name": "isolate tests (3)", | 779 "name": "isolate tests (3)", |
| 752 "~followup_annotations": [ | 780 "~followup_annotations": [ |
| 753 "@@@STEP_LOG_LINE@json.output@{@@@", | 781 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 754 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 782 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
| 755 "@@@STEP_LOG_LINE@json.output@}@@@", | 783 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 756 "@@@STEP_LOG_END@json.output@@@", | 784 "@@@STEP_LOG_END@json.output@@@", |
| 757 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 785 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
| 758 ] | 786 ] |
| 759 }, | 787 }, |
| 760 { | 788 { |
| 761 "cmd": [ | 789 "cmd": [ |
| 762 "python", | 790 "python", |
| 763 "-u", | 791 "-u", |
| 764 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", | 792 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", |
| 765 "[CWD]/swarming_temp_dir/skia-task-test_skia.isolated", | 793 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", |
| 766 "[dummy hash for isolate_recipes]", | 794 "[dummy hash for isolate_recipes]", |
| 767 "abc123" | 795 "abc123" |
| 768 ], | 796 ], |
| 797 "cwd": "[SLAVE_BUILD]", |
| 769 "name": "add_isolated_input (2)", | 798 "name": "add_isolated_input (2)", |
| 770 "~followup_annotations": [ | 799 "~followup_annotations": [ |
| 771 "@@@STEP_LOG_LINE@python.inline@@@@", | 800 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 772 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 801 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 773 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 802 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 774 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 803 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 775 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 804 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 776 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 805 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 777 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 806 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 778 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 807 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 779 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 808 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 780 "@@@STEP_LOG_END@python.inline@@@" | 809 "@@@STEP_LOG_END@python.inline@@@" |
| 781 ] | 810 ] |
| 782 }, | 811 }, |
| 783 { | 812 { |
| 784 "cmd": [ | 813 "cmd": [ |
| 785 "python", | 814 "python", |
| 786 "-u", | 815 "-u", |
| 787 "[CWD]/swarming.client/isolateserver.py", | 816 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
| 788 "archive", | 817 "archive", |
| 789 "--isolate-server", | 818 "--isolate-server", |
| 790 "https://isolateserver.appspot.com", | 819 "https://isolateserver.appspot.com", |
| 791 "[CWD]/swarming_temp_dir/skia-task-test_skia.isolated" | 820 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated" |
| 792 ], | 821 ], |
| 822 "cwd": "[SLAVE_BUILD]", |
| 793 "name": "upload new .isolated file for test_skia", | 823 "name": "upload new .isolated file for test_skia", |
| 794 "stdout": "/path/to/tmp/" | 824 "stdout": "/path/to/tmp/" |
| 795 }, | 825 }, |
| 796 { | 826 { |
| 797 "cmd": [ | 827 "cmd": [ |
| 798 "python", | 828 "python", |
| 799 "-u", | 829 "-u", |
| 800 "[CWD]/swarming.client/swarming.py", | 830 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 801 "trigger", | 831 "trigger", |
| 802 "--swarming", | 832 "--swarming", |
| 803 "https://chromium-swarm.appspot.com", | 833 "https://chromium-swarm.appspot.com", |
| 804 "--isolate-server", | 834 "--isolate-server", |
| 805 "https://isolateserver.appspot.com", | 835 "https://isolateserver.appspot.com", |
| 806 "--priority", | 836 "--priority", |
| 807 "90", | 837 "90", |
| 808 "--shards", | 838 "--shards", |
| 809 "1", | 839 "1", |
| 810 "--task-name", | 840 "--task-name", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 848 "../../..", | 878 "../../..", |
| 849 "skia/swarm_test", | 879 "skia/swarm_test", |
| 850 "buildername=Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming", | 880 "buildername=Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming", |
| 851 "mastername=client.skia.fyi", | 881 "mastername=client.skia.fyi", |
| 852 "buildnumber=5", | 882 "buildnumber=5", |
| 853 "slavename=skiabot-linux-housekeeper-003", | 883 "slavename=skiabot-linux-housekeeper-003", |
| 854 "reason=Triggered by Skia swarm_trigger Recipe", | 884 "reason=Triggered by Skia swarm_trigger Recipe", |
| 855 "swarm_out_dir=${ISOLATED_OUTDIR}", | 885 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 856 "revision=164710" | 886 "revision=164710" |
| 857 ], | 887 ], |
| 888 "cwd": "[SLAVE_BUILD]", |
| 858 "name": "[trigger] test_skia on iOS-9.2", | 889 "name": "[trigger] test_skia on iOS-9.2", |
| 859 "~followup_annotations": [ | 890 "~followup_annotations": [ |
| 860 "@@@STEP_LOG_LINE@json.output@{@@@", | 891 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 861 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/iOS-9.2/de
f456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\", @@@", | 892 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/iOS-9.2/de
f456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\", @@@", |
| 862 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 893 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 863 "@@@STEP_LOG_LINE@json.output@ \"test_skia/iOS-9.2/def456/Test-iOS-Clan
g-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\": {@@@", | 894 "@@@STEP_LOG_LINE@json.output@ \"test_skia/iOS-9.2/def456/Test-iOS-Clan
g-iPad4-GPU-SGX554-Arm7-Release-Swarming/5\": {@@@", |
| 864 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 895 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 865 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 896 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 866 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 897 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 867 "@@@STEP_LOG_LINE@json.output@ }@@@", | 898 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 868 "@@@STEP_LOG_LINE@json.output@ }@@@", | 899 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 869 "@@@STEP_LOG_LINE@json.output@}@@@", | 900 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 870 "@@@STEP_LOG_END@json.output@@@", | 901 "@@@STEP_LOG_END@json.output@@@", |
| 871 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 902 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 872 ] | 903 ] |
| 873 }, | 904 }, |
| 874 { | 905 { |
| 875 "cmd": [ | 906 "cmd": [ |
| 876 "python", | 907 "python", |
| 877 "-u", | 908 "-u", |
| 878 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 909 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 879 "[CWD]/swarming_temp_dir/outputs/test_skia" | 910 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" |
| 880 ], | 911 ], |
| 912 "cwd": "[SLAVE_BUILD]", |
| 881 "name": "rmtree results_dir", | 913 "name": "rmtree results_dir", |
| 882 "~followup_annotations": [ | 914 "~followup_annotations": [ |
| 883 "@@@STEP_LOG_LINE@python.inline@@@@", | 915 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 884 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 916 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 885 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 917 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 886 "@@@STEP_LOG_LINE@python.inline@@@@", | 918 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 887 "@@@STEP_LOG_LINE@python.inline@@@@", | 919 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 888 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 920 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 889 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 921 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 890 "@@@STEP_LOG_END@python.inline@@@" | 922 "@@@STEP_LOG_END@python.inline@@@" |
| 891 ] | 923 ] |
| 892 }, | 924 }, |
| 893 { | 925 { |
| 894 "cmd": [ | 926 "cmd": [ |
| 895 "python", | 927 "python", |
| 896 "-u", | 928 "-u", |
| 897 "[CWD]/swarming.client/swarming.py", | 929 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 898 "collect", | 930 "collect", |
| 899 "--swarming", | 931 "--swarming", |
| 900 "https://chromium-swarm.appspot.com", | 932 "https://chromium-swarm.appspot.com", |
| 901 "--decorate", | 933 "--decorate", |
| 902 "--print-status-updates", | 934 "--print-status-updates", |
| 903 "--shards", | 935 "--shards", |
| 904 "1", | 936 "1", |
| 905 "test_skia/iOS-9.2/def456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swa
rming/5", | 937 "test_skia/iOS-9.2/def456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swa
rming/5", |
| 906 "--task-summary-json", | 938 "--task-summary-json", |
| 907 "/path/to/tmp/json", | 939 "/path/to/tmp/json", |
| 908 "--task-output-dir", | 940 "--task-output-dir", |
| 909 "[CWD]/swarming_temp_dir/outputs/test_skia" | 941 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" |
| 910 ], | 942 ], |
| 943 "cwd": "[SLAVE_BUILD]", |
| 911 "name": "test_skia on iOS-9.2", | 944 "name": "test_skia on iOS-9.2", |
| 912 "~followup_annotations": [ | 945 "~followup_annotations": [ |
| 913 "@@@STEP_TEXT@swarming pending 71s@@@", | 946 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 914 "@@@STEP_LOG_LINE@json.output@{@@@", | 947 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 915 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 948 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 916 "@@@STEP_LOG_LINE@json.output@ {@@@", | 949 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 917 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 950 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 918 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 951 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 919 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 952 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 920 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 953 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 950 "@@@STEP_LOG_LINE@json.output@}@@@", | 983 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 951 "@@@STEP_LOG_END@json.output@@@", | 984 "@@@STEP_LOG_END@json.output@@@", |
| 952 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 985 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 953 ] | 986 ] |
| 954 }, | 987 }, |
| 955 { | 988 { |
| 956 "cmd": [ | 989 "cmd": [ |
| 957 "python", | 990 "python", |
| 958 "-u", | 991 "-u", |
| 959 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 992 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 960 "[CWD]/dm" | 993 "[SLAVE_BUILD]/dm" |
| 961 ], | 994 ], |
| 995 "cwd": "[SLAVE_BUILD]", |
| 962 "name": "rmtree dm_dir", | 996 "name": "rmtree dm_dir", |
| 963 "~followup_annotations": [ | 997 "~followup_annotations": [ |
| 964 "@@@STEP_LOG_LINE@python.inline@@@@", | 998 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 965 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 999 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 966 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1000 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 967 "@@@STEP_LOG_LINE@python.inline@@@@", | 1001 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 968 "@@@STEP_LOG_LINE@python.inline@@@@", | 1002 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 969 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1003 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 970 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1004 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 971 "@@@STEP_LOG_END@python.inline@@@" | 1005 "@@@STEP_LOG_END@python.inline@@@" |
| 972 ] | 1006 ] |
| 973 }, | 1007 }, |
| 974 { | 1008 { |
| 975 "cmd": [ | 1009 "cmd": [ |
| 976 "python", | 1010 "python", |
| 977 "-u", | 1011 "-u", |
| 978 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 1012 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
| 979 "[CWD]/swarming_temp_dir/outputs/test_skia/0/dm", | 1013 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm", |
| 980 "[CWD]/dm", | 1014 "[SLAVE_BUILD]/dm", |
| 981 "0" | 1015 "0" |
| 982 ], | 1016 ], |
| 1017 "cwd": "[SLAVE_BUILD]", |
| 983 "name": "dm_dir" | 1018 "name": "dm_dir" |
| 984 }, | 1019 }, |
| 985 { | 1020 { |
| 986 "cmd": [ | 1021 "cmd": [ |
| 987 "python", | 1022 "python", |
| 988 "-u", | 1023 "-u", |
| 989 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", | 1024 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", |
| 990 "[CWD]/dm", | 1025 "[SLAVE_BUILD]/dm", |
| 991 "164710", | 1026 "164710", |
| 992 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming", | 1027 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming", |
| 993 "5", | 1028 "5", |
| 994 "", | 1029 "", |
| 995 "[CWD]/skia/common/py/utils" | 1030 "[SLAVE_BUILD]/skia/common/py/utils" |
| 996 ], | 1031 ], |
| 997 "cwd": "[CWD]/skia", | 1032 "cwd": "[SLAVE_BUILD]/skia", |
| 998 "env": { | 1033 "env": { |
| 999 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 1034 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
| 1000 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1035 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1001 }, | 1036 }, |
| 1002 "name": "Upload DM Results" | 1037 "name": "Upload DM Results" |
| 1003 }, | 1038 }, |
| 1004 { | 1039 { |
| 1005 "name": "$result", | 1040 "name": "$result", |
| 1006 "recipe_result": null, | 1041 "recipe_result": null, |
| 1007 "status_code": 0 | 1042 "status_code": 0 |
| 1008 } | 1043 } |
| 1009 ] | 1044 ] |
| OLD | NEW |