| 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": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 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]", | |
| 51 "env": { | 50 "env": { |
| 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 53 }, | 52 }, |
| 54 "name": "gclient setup" | 53 "name": "gclient setup" |
| 55 }, | 54 }, |
| 56 { | 55 { |
| 57 "cmd": [ | 56 "cmd": [ |
| 58 "python", | 57 "python", |
| 59 "-u", | 58 "-u", |
| 60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 61 "sync", | 60 "sync", |
| 62 "--nohooks", | 61 "--nohooks", |
| 63 "--force", | 62 "--force", |
| 64 "--verbose", | 63 "--verbose", |
| 65 "--delete_unversioned_trees", | 64 "--delete_unversioned_trees", |
| 66 "--revision", | 65 "--revision", |
| 67 "skia@abc123", | 66 "skia@abc123", |
| 68 "--output-json", | 67 "--output-json", |
| 69 "/path/to/tmp/json" | 68 "/path/to/tmp/json" |
| 70 ], | 69 ], |
| 71 "cwd": "[SLAVE_BUILD]", | |
| 72 "env": { | 70 "env": { |
| 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 74 }, | 72 }, |
| 75 "name": "gclient sync", | 73 "name": "gclient sync", |
| 76 "~followup_annotations": [ | 74 "~followup_annotations": [ |
| 77 "@@@STEP_LOG_LINE@json.output@{@@@", | 75 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 81 "@@@STEP_LOG_LINE@json.output@ }@@@", | 79 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 { | 132 { |
| 135 "cmd": [ | 133 "cmd": [ |
| 136 "python", | 134 "python", |
| 137 "-u", | 135 "-u", |
| 138 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 136 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 139 "--path", | 137 "--path", |
| 140 "[SLAVE_BUILD]/swarming.client", | 138 "[SLAVE_BUILD]/swarming.client", |
| 141 "--url", | 139 "--url", |
| 142 "https://chromium.googlesource.com/external/swarming.client.git" | 140 "https://chromium.googlesource.com/external/swarming.client.git" |
| 143 ], | 141 ], |
| 144 "cwd": "[SLAVE_BUILD]", | |
| 145 "name": "git setup (swarming_client)" | 142 "name": "git setup (swarming_client)" |
| 146 }, | 143 }, |
| 147 { | 144 { |
| 148 "cmd": [ | 145 "cmd": [ |
| 149 "git", | 146 "git", |
| 150 "retry", | 147 "retry", |
| 151 "fetch", | 148 "fetch", |
| 152 "origin", | 149 "origin", |
| 153 "master" | 150 "master" |
| 154 ], | 151 ], |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 "cwd": "[SLAVE_BUILD]/swarming.client", | 206 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 210 "name": "submodule update (swarming_client)" | 207 "name": "submodule update (swarming_client)" |
| 211 }, | 208 }, |
| 212 { | 209 { |
| 213 "cmd": [ | 210 "cmd": [ |
| 214 "python", | 211 "python", |
| 215 "-u", | 212 "-u", |
| 216 "[SLAVE_BUILD]/swarming.client/swarming.py", | 213 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 217 "--version" | 214 "--version" |
| 218 ], | 215 ], |
| 219 "cwd": "[SLAVE_BUILD]", | |
| 220 "name": "swarming.py --version", | 216 "name": "swarming.py --version", |
| 221 "stdout": "/path/to/tmp/", | 217 "stdout": "/path/to/tmp/", |
| 222 "~followup_annotations": [ | 218 "~followup_annotations": [ |
| 223 "@@@STEP_TEXT@0.4.10@@@" | 219 "@@@STEP_TEXT@0.4.10@@@" |
| 224 ] | 220 ] |
| 225 }, | 221 }, |
| 226 { | 222 { |
| 227 "cmd": [ | 223 "cmd": [ |
| 228 "download_from_google_storage", | 224 "download_from_google_storage", |
| 229 "--no_resume", | 225 "--no_resume", |
| 230 "--platform=linux*", | 226 "--platform=linux*", |
| 231 "--no_auth", | 227 "--no_auth", |
| 232 "--bucket", | 228 "--bucket", |
| 233 "chromium-luci", | 229 "chromium-luci", |
| 234 "-d", | 230 "-d", |
| 235 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64" | 231 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64" |
| 236 ], | 232 ], |
| 237 "cwd": "[SLAVE_BUILD]", | |
| 238 "name": "download luci-go linux" | 233 "name": "download luci-go linux" |
| 239 }, | 234 }, |
| 240 { | 235 { |
| 241 "cmd": [ | 236 "cmd": [ |
| 242 "download_from_google_storage", | 237 "download_from_google_storage", |
| 243 "--no_resume", | 238 "--no_resume", |
| 244 "--platform=darwin", | 239 "--platform=darwin", |
| 245 "--no_auth", | 240 "--no_auth", |
| 246 "--bucket", | 241 "--bucket", |
| 247 "chromium-luci", | 242 "chromium-luci", |
| 248 "-d", | 243 "-d", |
| 249 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64" | 244 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64" |
| 250 ], | 245 ], |
| 251 "cwd": "[SLAVE_BUILD]", | |
| 252 "name": "download luci-go mac" | 246 "name": "download luci-go mac" |
| 253 }, | 247 }, |
| 254 { | 248 { |
| 255 "cmd": [ | 249 "cmd": [ |
| 256 "download_from_google_storage", | 250 "download_from_google_storage", |
| 257 "--no_resume", | 251 "--no_resume", |
| 258 "--platform=win32", | 252 "--platform=win32", |
| 259 "--no_auth", | 253 "--no_auth", |
| 260 "--bucket", | 254 "--bucket", |
| 261 "chromium-luci", | 255 "chromium-luci", |
| 262 "-d", | 256 "-d", |
| 263 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64" | 257 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64" |
| 264 ], | 258 ], |
| 265 "cwd": "[SLAVE_BUILD]", | |
| 266 "name": "download luci-go win" | 259 "name": "download luci-go win" |
| 267 }, | 260 }, |
| 268 { | 261 { |
| 269 "cmd": [ | 262 "cmd": [ |
| 270 "python", | 263 "python", |
| 271 "-u", | 264 "-u", |
| 272 "\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", | 265 "\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", |
| 273 "[SLAVE_BUILD]/luci-go" | 266 "[SLAVE_BUILD]/luci-go" |
| 274 ], | 267 ], |
| 275 "cwd": "[SLAVE_BUILD]", | |
| 276 "name": "rmtree Go binary dir", | 268 "name": "rmtree Go binary dir", |
| 277 "~followup_annotations": [ | 269 "~followup_annotations": [ |
| 278 "@@@STEP_LOG_LINE@python.inline@@@@", | 270 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 279 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 271 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 280 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 272 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 281 "@@@STEP_LOG_LINE@python.inline@@@@", | 273 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 282 "@@@STEP_LOG_LINE@python.inline@@@@", | 274 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 283 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 275 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 284 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 276 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 285 "@@@STEP_LOG_END@python.inline@@@" | 277 "@@@STEP_LOG_END@python.inline@@@" |
| 286 ] | 278 ] |
| 287 }, | 279 }, |
| 288 { | 280 { |
| 289 "cmd": [ | 281 "cmd": [ |
| 290 "python", | 282 "python", |
| 291 "-u", | 283 "-u", |
| 292 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 284 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
| 293 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go", | 285 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go", |
| 294 "[SLAVE_BUILD]/luci-go", | 286 "[SLAVE_BUILD]/luci-go", |
| 295 "0" | 287 "0" |
| 296 ], | 288 ], |
| 297 "cwd": "[SLAVE_BUILD]", | |
| 298 "name": "Copy Go binary" | 289 "name": "Copy Go binary" |
| 299 }, | 290 }, |
| 300 { | 291 { |
| 301 "cmd": [ | 292 "cmd": [ |
| 302 "python", | 293 "python", |
| 303 "-u", | 294 "-u", |
| 304 "\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", | 295 "\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", |
| 305 "[BUILD]/third_party/infra", | 296 "[BUILD]/third_party/infra", |
| 306 "511" | 297 "511" |
| 307 ], | 298 ], |
| 308 "cwd": "[SLAVE_BUILD]", | |
| 309 "name": "makedirs third_party_infra", | 299 "name": "makedirs third_party_infra", |
| 310 "~followup_annotations": [ | 300 "~followup_annotations": [ |
| 311 "@@@STEP_LOG_LINE@python.inline@@@@", | 301 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 312 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 302 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 313 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 303 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 314 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 304 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 315 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 305 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 316 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 306 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 317 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 307 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 318 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 308 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 319 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 309 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 320 "@@@STEP_LOG_END@python.inline@@@" | 310 "@@@STEP_LOG_END@python.inline@@@" |
| 321 ] | 311 ] |
| 322 }, | 312 }, |
| 323 { | 313 { |
| 324 "cmd": [ | 314 "cmd": [ |
| 325 "python", | 315 "python", |
| 326 "-u", | 316 "-u", |
| 327 "\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", | 317 "\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", |
| 328 "[SLAVE_BUILD]/swarming_temp_dir", | 318 "[SLAVE_BUILD]/swarming_temp_dir", |
| 329 "511" | 319 "511" |
| 330 ], | 320 ], |
| 331 "cwd": "[SLAVE_BUILD]", | |
| 332 "name": "makedirs swarming tmp dir", | 321 "name": "makedirs swarming tmp dir", |
| 333 "~followup_annotations": [ | 322 "~followup_annotations": [ |
| 334 "@@@STEP_LOG_LINE@python.inline@@@@", | 323 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 335 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 324 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 336 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 325 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 337 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 326 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 338 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 327 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 339 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 328 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 340 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 329 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 341 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 330 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 342 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 331 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 343 "@@@STEP_LOG_END@python.inline@@@" | 332 "@@@STEP_LOG_END@python.inline@@@" |
| 344 ] | 333 ] |
| 345 }, | 334 }, |
| 346 { | 335 { |
| 347 "cmd": [ | 336 "cmd": [ |
| 348 "python", | 337 "python", |
| 349 "-u", | 338 "-u", |
| 350 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 339 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 351 "{\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}", | 340 "{\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}", |
| 352 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 341 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
| 353 ], | 342 ], |
| 354 "cwd": "[SLAVE_BUILD]", | |
| 355 "name": "Write isolate_recipes.isolated.gen.json" | 343 "name": "Write isolate_recipes.isolated.gen.json" |
| 356 }, | 344 }, |
| 357 { | 345 { |
| 358 "cmd": [ | 346 "cmd": [ |
| 359 "python", | 347 "python", |
| 360 "-u", | 348 "-u", |
| 361 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 349 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 362 "[SLAVE_BUILD]/swarming.client", | 350 "[SLAVE_BUILD]/swarming.client", |
| 363 "batcharchive", | 351 "batcharchive", |
| 364 "--dump-json", | 352 "--dump-json", |
| 365 "/path/to/tmp/json", | 353 "/path/to/tmp/json", |
| 366 "--isolate-server", | 354 "--isolate-server", |
| 367 "https://isolateserver.appspot.com", | 355 "https://isolateserver.appspot.com", |
| 368 "--verbose", | 356 "--verbose", |
| 369 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 357 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
| 370 ], | 358 ], |
| 371 "cwd": "[SLAVE_BUILD]", | |
| 372 "name": "isolate tests", | 359 "name": "isolate tests", |
| 373 "~followup_annotations": [ | 360 "~followup_annotations": [ |
| 374 "@@@STEP_LOG_LINE@json.output@{@@@", | 361 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 375 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", | 362 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
| 376 "@@@STEP_LOG_LINE@json.output@}@@@", | 363 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 377 "@@@STEP_LOG_END@json.output@@@", | 364 "@@@STEP_LOG_END@json.output@@@", |
| 378 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 365 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
| 379 ] | 366 ] |
| 380 }, | 367 }, |
| 381 { | 368 { |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 ] | 409 ] |
| 423 }, | 410 }, |
| 424 { | 411 { |
| 425 "cmd": [ | 412 "cmd": [ |
| 426 "python", | 413 "python", |
| 427 "-u", | 414 "-u", |
| 428 "\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", | 415 "\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", |
| 429 "[SLAVE_BUILD]/swarming_temp_dir", | 416 "[SLAVE_BUILD]/swarming_temp_dir", |
| 430 "511" | 417 "511" |
| 431 ], | 418 ], |
| 432 "cwd": "[SLAVE_BUILD]", | |
| 433 "name": "makedirs swarming tmp dir (2)", | 419 "name": "makedirs swarming tmp dir (2)", |
| 434 "~followup_annotations": [ | 420 "~followup_annotations": [ |
| 435 "@@@STEP_LOG_LINE@python.inline@@@@", | 421 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 436 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 422 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 437 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 423 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 438 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 424 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 439 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 425 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 440 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 426 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 441 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 427 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 442 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 428 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 443 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 429 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 444 "@@@STEP_LOG_END@python.inline@@@" | 430 "@@@STEP_LOG_END@python.inline@@@" |
| 445 ] | 431 ] |
| 446 }, | 432 }, |
| 447 { | 433 { |
| 448 "cmd": [ | 434 "cmd": [ |
| 449 "python", | 435 "python", |
| 450 "-u", | 436 "-u", |
| 451 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 437 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 452 "{\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 \"Ubuntu\", \n \"--blacklist\",
\n \".git\", \n \"--blacklist\", \n \"out\", \n \"-
-blacklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"W
ORKDIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n
\"BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n
\"version\": 1\n}", | 438 "{\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 \"Ubuntu\", \n \"--blacklist\",
\n \".git\", \n \"--blacklist\", \n \"out\", \n \"-
-blacklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"W
ORKDIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n
\"BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n
\"version\": 1\n}", |
| 453 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 439 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
| 454 ], | 440 ], |
| 455 "cwd": "[SLAVE_BUILD]", | |
| 456 "name": "Write compile_skia.isolated.gen.json" | 441 "name": "Write compile_skia.isolated.gen.json" |
| 457 }, | 442 }, |
| 458 { | 443 { |
| 459 "cmd": [ | 444 "cmd": [ |
| 460 "python", | 445 "python", |
| 461 "-u", | 446 "-u", |
| 462 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 447 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 463 "[SLAVE_BUILD]/swarming.client", | 448 "[SLAVE_BUILD]/swarming.client", |
| 464 "batcharchive", | 449 "batcharchive", |
| 465 "--dump-json", | 450 "--dump-json", |
| 466 "/path/to/tmp/json", | 451 "/path/to/tmp/json", |
| 467 "--isolate-server", | 452 "--isolate-server", |
| 468 "https://isolateserver.appspot.com", | 453 "https://isolateserver.appspot.com", |
| 469 "--verbose", | 454 "--verbose", |
| 470 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 455 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
| 471 ], | 456 ], |
| 472 "cwd": "[SLAVE_BUILD]", | |
| 473 "name": "isolate tests (2)", | 457 "name": "isolate tests (2)", |
| 474 "~followup_annotations": [ | 458 "~followup_annotations": [ |
| 475 "@@@STEP_LOG_LINE@json.output@{@@@", | 459 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 476 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 460 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
| 477 "@@@STEP_LOG_LINE@json.output@}@@@", | 461 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 478 "@@@STEP_LOG_END@json.output@@@", | 462 "@@@STEP_LOG_END@json.output@@@", |
| 479 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 463 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
| 480 ] | 464 ] |
| 481 }, | 465 }, |
| 482 { | 466 { |
| 483 "cmd": [ | 467 "cmd": [ |
| 484 "python", | 468 "python", |
| 485 "-u", | 469 "-u", |
| 486 "\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", | 470 "\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", |
| 487 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 471 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
| 488 "[dummy hash for isolate_recipes]" | 472 "[dummy hash for isolate_recipes]" |
| 489 ], | 473 ], |
| 490 "cwd": "[SLAVE_BUILD]", | |
| 491 "name": "add_isolated_input", | 474 "name": "add_isolated_input", |
| 492 "~followup_annotations": [ | 475 "~followup_annotations": [ |
| 493 "@@@STEP_LOG_LINE@python.inline@@@@", | 476 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 494 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 477 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 495 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 478 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 496 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 479 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 497 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 480 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 498 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 481 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 499 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 482 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 500 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 483 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 501 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 484 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 502 "@@@STEP_LOG_END@python.inline@@@" | 485 "@@@STEP_LOG_END@python.inline@@@" |
| 503 ] | 486 ] |
| 504 }, | 487 }, |
| 505 { | 488 { |
| 506 "cmd": [ | 489 "cmd": [ |
| 507 "python", | 490 "python", |
| 508 "-u", | 491 "-u", |
| 509 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 492 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
| 510 "archive", | 493 "archive", |
| 511 "--isolate-server", | 494 "--isolate-server", |
| 512 "https://isolateserver.appspot.com", | 495 "https://isolateserver.appspot.com", |
| 513 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated" | 496 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated" |
| 514 ], | 497 ], |
| 515 "cwd": "[SLAVE_BUILD]", | |
| 516 "name": "upload new .isolated file for compile_skia", | 498 "name": "upload new .isolated file for compile_skia", |
| 517 "stdout": "/path/to/tmp/" | 499 "stdout": "/path/to/tmp/" |
| 518 }, | 500 }, |
| 519 { | 501 { |
| 520 "cmd": [ | 502 "cmd": [ |
| 521 "python", | 503 "python", |
| 522 "-u", | 504 "-u", |
| 523 "[SLAVE_BUILD]/swarming.client/swarming.py", | 505 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 524 "trigger", | 506 "trigger", |
| 525 "--swarming", | 507 "--swarming", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 "../../..", | 554 "../../..", |
| 573 "skia/swarm_compile", | 555 "skia/swarm_compile", |
| 574 "buildername=Build-Ubuntu-GCC-x86_64-Debug-CrOS_Link", | 556 "buildername=Build-Ubuntu-GCC-x86_64-Debug-CrOS_Link", |
| 575 "mastername=client.skia.fyi", | 557 "mastername=client.skia.fyi", |
| 576 "buildnumber=5", | 558 "buildnumber=5", |
| 577 "slavename=skiabot-linux-housekeeper-003", | 559 "slavename=skiabot-linux-housekeeper-003", |
| 578 "reason=Triggered by Skia swarm_trigger Recipe", | 560 "reason=Triggered by Skia swarm_trigger Recipe", |
| 579 "swarm_out_dir=${ISOLATED_OUTDIR}", | 561 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 580 "revision=164710" | 562 "revision=164710" |
| 581 ], | 563 ], |
| 582 "cwd": "[SLAVE_BUILD]", | |
| 583 "name": "[trigger] compile_skia on Ubuntu", | 564 "name": "[trigger] compile_skia on Ubuntu", |
| 584 "~followup_annotations": [ | 565 "~followup_annotations": [ |
| 585 "@@@STEP_LOG_LINE@json.output@{@@@", | 566 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 586 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5\", @@@", | 567 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5\", @@@", |
| 587 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 568 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 588 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Test-Chrome
OS-GCC-Link-CPU-AVX-x86_64-Debug/5\": {@@@", | 569 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Test-Chrome
OS-GCC-Link-CPU-AVX-x86_64-Debug/5\": {@@@", |
| 589 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 570 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 590 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 571 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 591 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 572 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 592 "@@@STEP_LOG_LINE@json.output@ }@@@", | 573 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 605 "--swarming", | 586 "--swarming", |
| 606 "https://chromium-swarm.appspot.com", | 587 "https://chromium-swarm.appspot.com", |
| 607 "--decorate", | 588 "--decorate", |
| 608 "--print-status-updates", | 589 "--print-status-updates", |
| 609 "--shards", | 590 "--shards", |
| 610 "1", | 591 "1", |
| 611 "compile_skia/Ubuntu/def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5"
, | 592 "compile_skia/Ubuntu/def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5"
, |
| 612 "--task-summary-json", | 593 "--task-summary-json", |
| 613 "/path/to/tmp/json" | 594 "/path/to/tmp/json" |
| 614 ], | 595 ], |
| 615 "cwd": "[SLAVE_BUILD]", | |
| 616 "name": "compile_skia on Ubuntu", | 596 "name": "compile_skia on Ubuntu", |
| 617 "~followup_annotations": [ | 597 "~followup_annotations": [ |
| 618 "@@@STEP_TEXT@swarming pending 71s@@@", | 598 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 619 "@@@STEP_LOG_LINE@json.output@{@@@", | 599 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 620 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 600 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 621 "@@@STEP_LOG_LINE@json.output@ {@@@", | 601 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 622 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 602 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 623 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 603 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 624 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 604 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 625 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 605 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 ] | 638 ] |
| 659 }, | 639 }, |
| 660 { | 640 { |
| 661 "cmd": [ | 641 "cmd": [ |
| 662 "python", | 642 "python", |
| 663 "-u", | 643 "-u", |
| 664 "\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", | 644 "\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", |
| 665 "[SLAVE_BUILD]/tmp", | 645 "[SLAVE_BUILD]/tmp", |
| 666 "511" | 646 "511" |
| 667 ], | 647 ], |
| 668 "cwd": "[SLAVE_BUILD]", | |
| 669 "name": "makedirs tmp_dir", | 648 "name": "makedirs tmp_dir", |
| 670 "~followup_annotations": [ | 649 "~followup_annotations": [ |
| 671 "@@@STEP_LOG_LINE@python.inline@@@@", | 650 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 672 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 651 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 673 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 652 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 674 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 653 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 675 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 654 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 676 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 655 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 677 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 656 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 678 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 657 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 679 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 658 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 680 "@@@STEP_LOG_END@python.inline@@@" | 659 "@@@STEP_LOG_END@python.inline@@@" |
| 681 ] | 660 ] |
| 682 }, | 661 }, |
| 683 { | 662 { |
| 684 "cmd": [ | 663 "cmd": [ |
| 685 "python", | 664 "python", |
| 686 "-u", | 665 "-u", |
| 687 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 666 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 688 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 667 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
| 689 "/path/to/tmp/" | 668 "/path/to/tmp/" |
| 690 ], | 669 ], |
| 691 "cwd": "[SLAVE_BUILD]", | |
| 692 "name": "Get downloaded SKP_VERSION" | 670 "name": "Get downloaded SKP_VERSION" |
| 693 }, | 671 }, |
| 694 { | 672 { |
| 695 "cmd": [ | 673 "cmd": [ |
| 696 "python", | 674 "python", |
| 697 "-u", | 675 "-u", |
| 698 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 676 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 699 "[SLAVE_BUILD]/skia/SKP_VERSION", | 677 "[SLAVE_BUILD]/skia/SKP_VERSION", |
| 700 "/path/to/tmp/" | 678 "/path/to/tmp/" |
| 701 ], | 679 ], |
| 702 "cwd": "[SLAVE_BUILD]", | |
| 703 "name": "Get expected SKP_VERSION" | 680 "name": "Get expected SKP_VERSION" |
| 704 }, | 681 }, |
| 705 { | 682 { |
| 706 "cmd": [ | 683 "cmd": [ |
| 707 "python", | 684 "python", |
| 708 "-u", | 685 "-u", |
| 709 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 686 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 710 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 687 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", |
| 711 "/path/to/tmp/" | 688 "/path/to/tmp/" |
| 712 ], | 689 ], |
| 713 "cwd": "[SLAVE_BUILD]", | |
| 714 "name": "Get downloaded SK_IMAGE_VERSION" | 690 "name": "Get downloaded SK_IMAGE_VERSION" |
| 715 }, | 691 }, |
| 716 { | 692 { |
| 717 "cmd": [ | 693 "cmd": [ |
| 718 "python", | 694 "python", |
| 719 "-u", | 695 "-u", |
| 720 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 696 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 721 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", | 697 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", |
| 722 "/path/to/tmp/" | 698 "/path/to/tmp/" |
| 723 ], | 699 ], |
| 724 "cwd": "[SLAVE_BUILD]", | |
| 725 "name": "Get expected SK_IMAGE_VERSION" | 700 "name": "Get expected SK_IMAGE_VERSION" |
| 726 }, | 701 }, |
| 727 { | 702 { |
| 728 "cmd": [ | 703 "cmd": [ |
| 729 "python", | 704 "python", |
| 730 "-u", | 705 "-u", |
| 731 "\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", | 706 "\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", |
| 732 "[SLAVE_BUILD]/swarming_temp_dir", | 707 "[SLAVE_BUILD]/swarming_temp_dir", |
| 733 "511" | 708 "511" |
| 734 ], | 709 ], |
| 735 "cwd": "[SLAVE_BUILD]", | |
| 736 "name": "makedirs swarming tmp dir (3)", | 710 "name": "makedirs swarming tmp dir (3)", |
| 737 "~followup_annotations": [ | 711 "~followup_annotations": [ |
| 738 "@@@STEP_LOG_LINE@python.inline@@@@", | 712 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 739 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 713 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 740 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 714 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 741 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 715 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 742 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 716 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 743 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 717 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 744 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 718 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 745 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 719 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 746 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 720 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 747 "@@@STEP_LOG_END@python.inline@@@" | 721 "@@@STEP_LOG_END@python.inline@@@" |
| 748 ] | 722 ] |
| 749 }, | 723 }, |
| 750 { | 724 { |
| 751 "cmd": [ | 725 "cmd": [ |
| 752 "python", | 726 "python", |
| 753 "-u", | 727 "-u", |
| 754 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 728 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 755 "{\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 \"ChromeOS\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--bla
cklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORKD
IR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"B
UILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"
version\": 1\n}", | 729 "{\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 \"ChromeOS\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--bla
cklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORKD
IR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"B
UILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"
version\": 1\n}", |
| 756 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 730 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
| 757 ], | 731 ], |
| 758 "cwd": "[SLAVE_BUILD]", | |
| 759 "name": "Write test_skia.isolated.gen.json" | 732 "name": "Write test_skia.isolated.gen.json" |
| 760 }, | 733 }, |
| 761 { | 734 { |
| 762 "cmd": [ | 735 "cmd": [ |
| 763 "python", | 736 "python", |
| 764 "-u", | 737 "-u", |
| 765 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 738 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 766 "[SLAVE_BUILD]/swarming.client", | 739 "[SLAVE_BUILD]/swarming.client", |
| 767 "batcharchive", | 740 "batcharchive", |
| 768 "--dump-json", | 741 "--dump-json", |
| 769 "/path/to/tmp/json", | 742 "/path/to/tmp/json", |
| 770 "--isolate-server", | 743 "--isolate-server", |
| 771 "https://isolateserver.appspot.com", | 744 "https://isolateserver.appspot.com", |
| 772 "--verbose", | 745 "--verbose", |
| 773 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 746 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
| 774 ], | 747 ], |
| 775 "cwd": "[SLAVE_BUILD]", | |
| 776 "name": "isolate tests (3)", | 748 "name": "isolate tests (3)", |
| 777 "~followup_annotations": [ | 749 "~followup_annotations": [ |
| 778 "@@@STEP_LOG_LINE@json.output@{@@@", | 750 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 779 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 751 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
| 780 "@@@STEP_LOG_LINE@json.output@}@@@", | 752 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 781 "@@@STEP_LOG_END@json.output@@@", | 753 "@@@STEP_LOG_END@json.output@@@", |
| 782 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 754 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
| 783 ] | 755 ] |
| 784 }, | 756 }, |
| 785 { | 757 { |
| 786 "cmd": [ | 758 "cmd": [ |
| 787 "python", | 759 "python", |
| 788 "-u", | 760 "-u", |
| 789 "\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", | 761 "\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", |
| 790 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", | 762 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", |
| 791 "[dummy hash for isolate_recipes]", | 763 "[dummy hash for isolate_recipes]", |
| 792 "abc123" | 764 "abc123" |
| 793 ], | 765 ], |
| 794 "cwd": "[SLAVE_BUILD]", | |
| 795 "name": "add_isolated_input (2)", | 766 "name": "add_isolated_input (2)", |
| 796 "~followup_annotations": [ | 767 "~followup_annotations": [ |
| 797 "@@@STEP_LOG_LINE@python.inline@@@@", | 768 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 798 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 769 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 799 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 770 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 800 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 771 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 801 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 772 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 802 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 773 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 803 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 774 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 804 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 775 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 805 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 776 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 806 "@@@STEP_LOG_END@python.inline@@@" | 777 "@@@STEP_LOG_END@python.inline@@@" |
| 807 ] | 778 ] |
| 808 }, | 779 }, |
| 809 { | 780 { |
| 810 "cmd": [ | 781 "cmd": [ |
| 811 "python", | 782 "python", |
| 812 "-u", | 783 "-u", |
| 813 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 784 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
| 814 "archive", | 785 "archive", |
| 815 "--isolate-server", | 786 "--isolate-server", |
| 816 "https://isolateserver.appspot.com", | 787 "https://isolateserver.appspot.com", |
| 817 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated" | 788 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated" |
| 818 ], | 789 ], |
| 819 "cwd": "[SLAVE_BUILD]", | |
| 820 "name": "upload new .isolated file for test_skia", | 790 "name": "upload new .isolated file for test_skia", |
| 821 "stdout": "/path/to/tmp/" | 791 "stdout": "/path/to/tmp/" |
| 822 }, | 792 }, |
| 823 { | 793 { |
| 824 "cmd": [ | 794 "cmd": [ |
| 825 "python", | 795 "python", |
| 826 "-u", | 796 "-u", |
| 827 "[SLAVE_BUILD]/swarming.client/swarming.py", | 797 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 828 "trigger", | 798 "trigger", |
| 829 "--swarming", | 799 "--swarming", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 875 "../../..", | 845 "../../..", |
| 876 "skia/swarm_test", | 846 "skia/swarm_test", |
| 877 "buildername=Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", | 847 "buildername=Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", |
| 878 "mastername=client.skia.fyi", | 848 "mastername=client.skia.fyi", |
| 879 "buildnumber=5", | 849 "buildnumber=5", |
| 880 "slavename=skiabot-linux-housekeeper-003", | 850 "slavename=skiabot-linux-housekeeper-003", |
| 881 "reason=Triggered by Skia swarm_trigger Recipe", | 851 "reason=Triggered by Skia swarm_trigger Recipe", |
| 882 "swarm_out_dir=${ISOLATED_OUTDIR}", | 852 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 883 "revision=164710" | 853 "revision=164710" |
| 884 ], | 854 ], |
| 885 "cwd": "[SLAVE_BUILD]", | |
| 886 "name": "[trigger] test_skia on ChromeOS", | 855 "name": "[trigger] test_skia on ChromeOS", |
| 887 "~followup_annotations": [ | 856 "~followup_annotations": [ |
| 888 "@@@STEP_LOG_LINE@json.output@{@@@", | 857 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 889 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/ChromeOS/d
ef456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5\", @@@", | 858 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/ChromeOS/d
ef456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5\", @@@", |
| 890 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 859 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 891 "@@@STEP_LOG_LINE@json.output@ \"test_skia/ChromeOS/def456/Test-ChromeO
S-GCC-Link-CPU-AVX-x86_64-Debug/5\": {@@@", | 860 "@@@STEP_LOG_LINE@json.output@ \"test_skia/ChromeOS/def456/Test-ChromeO
S-GCC-Link-CPU-AVX-x86_64-Debug/5\": {@@@", |
| 892 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 861 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 893 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 862 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 894 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 863 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 895 "@@@STEP_LOG_LINE@json.output@ }@@@", | 864 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 896 "@@@STEP_LOG_LINE@json.output@ }@@@", | 865 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 897 "@@@STEP_LOG_LINE@json.output@}@@@", | 866 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 898 "@@@STEP_LOG_END@json.output@@@", | 867 "@@@STEP_LOG_END@json.output@@@", |
| 899 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 868 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 900 ] | 869 ] |
| 901 }, | 870 }, |
| 902 { | 871 { |
| 903 "cmd": [ | 872 "cmd": [ |
| 904 "python", | 873 "python", |
| 905 "-u", | 874 "-u", |
| 906 "\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", | 875 "\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", |
| 907 "[SLAVE_BUILD]/swarming_temp_dir", | 876 "[SLAVE_BUILD]/swarming_temp_dir", |
| 908 "511" | 877 "511" |
| 909 ], | 878 ], |
| 910 "cwd": "[SLAVE_BUILD]", | |
| 911 "name": "makedirs swarming tmp dir (4)", | 879 "name": "makedirs swarming tmp dir (4)", |
| 912 "~followup_annotations": [ | 880 "~followup_annotations": [ |
| 913 "@@@STEP_LOG_LINE@python.inline@@@@", | 881 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 914 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 882 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 915 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 883 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 916 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 884 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 917 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 885 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 918 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 886 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 919 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 887 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 920 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 888 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 921 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 889 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 922 "@@@STEP_LOG_END@python.inline@@@" | 890 "@@@STEP_LOG_END@python.inline@@@" |
| 923 ] | 891 ] |
| 924 }, | 892 }, |
| 925 { | 893 { |
| 926 "cmd": [ | 894 "cmd": [ |
| 927 "python", | 895 "python", |
| 928 "-u", | 896 "-u", |
| 929 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 897 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 930 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/perf_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU
ILD]/swarming_temp_dir/skia-task-perf_skia.isolated\", \n \"--config-vari
able\", \n \"OS\", \n \"ChromeOS\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--bla
cklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORKD
IR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"B
UILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"
version\": 1\n}", | 898 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/perf_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU
ILD]/swarming_temp_dir/skia-task-perf_skia.isolated\", \n \"--config-vari
able\", \n \"OS\", \n \"ChromeOS\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--bla
cklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORKD
IR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"B
UILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"
version\": 1\n}", |
| 931 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 899 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
| 932 ], | 900 ], |
| 933 "cwd": "[SLAVE_BUILD]", | |
| 934 "name": "Write perf_skia.isolated.gen.json" | 901 "name": "Write perf_skia.isolated.gen.json" |
| 935 }, | 902 }, |
| 936 { | 903 { |
| 937 "cmd": [ | 904 "cmd": [ |
| 938 "python", | 905 "python", |
| 939 "-u", | 906 "-u", |
| 940 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 907 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 941 "[SLAVE_BUILD]/swarming.client", | 908 "[SLAVE_BUILD]/swarming.client", |
| 942 "batcharchive", | 909 "batcharchive", |
| 943 "--dump-json", | 910 "--dump-json", |
| 944 "/path/to/tmp/json", | 911 "/path/to/tmp/json", |
| 945 "--isolate-server", | 912 "--isolate-server", |
| 946 "https://isolateserver.appspot.com", | 913 "https://isolateserver.appspot.com", |
| 947 "--verbose", | 914 "--verbose", |
| 948 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 915 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
| 949 ], | 916 ], |
| 950 "cwd": "[SLAVE_BUILD]", | |
| 951 "name": "isolate tests (4)", | 917 "name": "isolate tests (4)", |
| 952 "~followup_annotations": [ | 918 "~followup_annotations": [ |
| 953 "@@@STEP_LOG_LINE@json.output@{@@@", | 919 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 954 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", | 920 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", |
| 955 "@@@STEP_LOG_LINE@json.output@}@@@", | 921 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 956 "@@@STEP_LOG_END@json.output@@@", | 922 "@@@STEP_LOG_END@json.output@@@", |
| 957 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" | 923 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" |
| 958 ] | 924 ] |
| 959 }, | 925 }, |
| 960 { | 926 { |
| 961 "cmd": [ | 927 "cmd": [ |
| 962 "python", | 928 "python", |
| 963 "-u", | 929 "-u", |
| 964 "\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", | 930 "\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", |
| 965 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", | 931 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", |
| 966 "[dummy hash for isolate_recipes]", | 932 "[dummy hash for isolate_recipes]", |
| 967 "abc123" | 933 "abc123" |
| 968 ], | 934 ], |
| 969 "cwd": "[SLAVE_BUILD]", | |
| 970 "name": "add_isolated_input (3)", | 935 "name": "add_isolated_input (3)", |
| 971 "~followup_annotations": [ | 936 "~followup_annotations": [ |
| 972 "@@@STEP_LOG_LINE@python.inline@@@@", | 937 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 973 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 938 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 974 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 939 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 975 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 940 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 976 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 941 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 977 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 942 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 978 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 943 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 979 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 944 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 980 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 945 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 981 "@@@STEP_LOG_END@python.inline@@@" | 946 "@@@STEP_LOG_END@python.inline@@@" |
| 982 ] | 947 ] |
| 983 }, | 948 }, |
| 984 { | 949 { |
| 985 "cmd": [ | 950 "cmd": [ |
| 986 "python", | 951 "python", |
| 987 "-u", | 952 "-u", |
| 988 "[SLAVE_BUILD]/swarming.client/isolateserver.py", | 953 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
| 989 "archive", | 954 "archive", |
| 990 "--isolate-server", | 955 "--isolate-server", |
| 991 "https://isolateserver.appspot.com", | 956 "https://isolateserver.appspot.com", |
| 992 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated" | 957 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated" |
| 993 ], | 958 ], |
| 994 "cwd": "[SLAVE_BUILD]", | |
| 995 "name": "upload new .isolated file for perf_skia", | 959 "name": "upload new .isolated file for perf_skia", |
| 996 "stdout": "/path/to/tmp/" | 960 "stdout": "/path/to/tmp/" |
| 997 }, | 961 }, |
| 998 { | 962 { |
| 999 "cmd": [ | 963 "cmd": [ |
| 1000 "python", | 964 "python", |
| 1001 "-u", | 965 "-u", |
| 1002 "[SLAVE_BUILD]/swarming.client/swarming.py", | 966 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 1003 "trigger", | 967 "trigger", |
| 1004 "--swarming", | 968 "--swarming", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1050 "../../..", | 1014 "../../..", |
| 1051 "skia/swarm_perf", | 1015 "skia/swarm_perf", |
| 1052 "buildername=Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", | 1016 "buildername=Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", |
| 1053 "mastername=client.skia.fyi", | 1017 "mastername=client.skia.fyi", |
| 1054 "buildnumber=5", | 1018 "buildnumber=5", |
| 1055 "slavename=skiabot-linux-housekeeper-003", | 1019 "slavename=skiabot-linux-housekeeper-003", |
| 1056 "reason=Triggered by Skia swarm_trigger Recipe", | 1020 "reason=Triggered by Skia swarm_trigger Recipe", |
| 1057 "swarm_out_dir=${ISOLATED_OUTDIR}", | 1021 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 1058 "revision=164710" | 1022 "revision=164710" |
| 1059 ], | 1023 ], |
| 1060 "cwd": "[SLAVE_BUILD]", | |
| 1061 "name": "[trigger] perf_skia on ChromeOS", | 1024 "name": "[trigger] perf_skia on ChromeOS", |
| 1062 "~followup_annotations": [ | 1025 "~followup_annotations": [ |
| 1063 "@@@STEP_LOG_LINE@json.output@{@@@", | 1026 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1064 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/ChromeOS/d
ef456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5\", @@@", | 1027 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/ChromeOS/d
ef456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5\", @@@", |
| 1065 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1028 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1066 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/ChromeOS/def456/Test-ChromeO
S-GCC-Link-CPU-AVX-x86_64-Debug/5\": {@@@", | 1029 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/ChromeOS/def456/Test-ChromeO
S-GCC-Link-CPU-AVX-x86_64-Debug/5\": {@@@", |
| 1067 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1030 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1068 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1031 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1069 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1032 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1070 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1033 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1071 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1034 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1072 "@@@STEP_LOG_LINE@json.output@}@@@", | 1035 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1073 "@@@STEP_LOG_END@json.output@@@", | 1036 "@@@STEP_LOG_END@json.output@@@", |
| 1074 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1037 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1075 ] | 1038 ] |
| 1076 }, | 1039 }, |
| 1077 { | 1040 { |
| 1078 "cmd": [ | 1041 "cmd": [ |
| 1079 "python", | 1042 "python", |
| 1080 "-u", | 1043 "-u", |
| 1081 "\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", | 1044 "\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", |
| 1082 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 1045 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" |
| 1083 ], | 1046 ], |
| 1084 "cwd": "[SLAVE_BUILD]", | |
| 1085 "name": "rmtree results_dir", | 1047 "name": "rmtree results_dir", |
| 1086 "~followup_annotations": [ | 1048 "~followup_annotations": [ |
| 1087 "@@@STEP_LOG_LINE@python.inline@@@@", | 1049 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1088 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1050 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 1089 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1051 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 1090 "@@@STEP_LOG_LINE@python.inline@@@@", | 1052 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1091 "@@@STEP_LOG_LINE@python.inline@@@@", | 1053 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1092 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1054 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 1093 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1055 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 1094 "@@@STEP_LOG_END@python.inline@@@" | 1056 "@@@STEP_LOG_END@python.inline@@@" |
| (...skipping 10 matching lines...) Expand all Loading... |
| 1105 "--decorate", | 1067 "--decorate", |
| 1106 "--print-status-updates", | 1068 "--print-status-updates", |
| 1107 "--shards", | 1069 "--shards", |
| 1108 "1", | 1070 "1", |
| 1109 "test_skia/ChromeOS/def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5", | 1071 "test_skia/ChromeOS/def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5", |
| 1110 "--task-summary-json", | 1072 "--task-summary-json", |
| 1111 "/path/to/tmp/json", | 1073 "/path/to/tmp/json", |
| 1112 "--task-output-dir", | 1074 "--task-output-dir", |
| 1113 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" | 1075 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" |
| 1114 ], | 1076 ], |
| 1115 "cwd": "[SLAVE_BUILD]", | |
| 1116 "name": "test_skia on ChromeOS", | 1077 "name": "test_skia on ChromeOS", |
| 1117 "~followup_annotations": [ | 1078 "~followup_annotations": [ |
| 1118 "@@@STEP_TEXT@swarming pending 71s@@@", | 1079 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1119 "@@@STEP_LOG_LINE@json.output@{@@@", | 1080 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1120 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1081 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1121 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1082 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1122 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1083 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1123 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1084 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1124 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1085 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1125 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1086 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1157 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1118 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1158 ] | 1119 ] |
| 1159 }, | 1120 }, |
| 1160 { | 1121 { |
| 1161 "cmd": [ | 1122 "cmd": [ |
| 1162 "python", | 1123 "python", |
| 1163 "-u", | 1124 "-u", |
| 1164 "\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", | 1125 "\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", |
| 1165 "[SLAVE_BUILD]/dm" | 1126 "[SLAVE_BUILD]/dm" |
| 1166 ], | 1127 ], |
| 1167 "cwd": "[SLAVE_BUILD]", | |
| 1168 "name": "rmtree dm_dir", | 1128 "name": "rmtree dm_dir", |
| 1169 "~followup_annotations": [ | 1129 "~followup_annotations": [ |
| 1170 "@@@STEP_LOG_LINE@python.inline@@@@", | 1130 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1171 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1131 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 1172 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1132 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 1173 "@@@STEP_LOG_LINE@python.inline@@@@", | 1133 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1174 "@@@STEP_LOG_LINE@python.inline@@@@", | 1134 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1175 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1135 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 1176 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1136 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 1177 "@@@STEP_LOG_END@python.inline@@@" | 1137 "@@@STEP_LOG_END@python.inline@@@" |
| 1178 ] | 1138 ] |
| 1179 }, | 1139 }, |
| 1180 { | 1140 { |
| 1181 "cmd": [ | 1141 "cmd": [ |
| 1182 "python", | 1142 "python", |
| 1183 "-u", | 1143 "-u", |
| 1184 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 1144 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
| 1185 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm", | 1145 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm", |
| 1186 "[SLAVE_BUILD]/dm", | 1146 "[SLAVE_BUILD]/dm", |
| 1187 "0" | 1147 "0" |
| 1188 ], | 1148 ], |
| 1189 "cwd": "[SLAVE_BUILD]", | |
| 1190 "name": "dm_dir" | 1149 "name": "dm_dir" |
| 1191 }, | 1150 }, |
| 1192 { | 1151 { |
| 1193 "cmd": [ | 1152 "cmd": [ |
| 1194 "python", | 1153 "python", |
| 1195 "-u", | 1154 "-u", |
| 1196 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", | 1155 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", |
| 1197 "[SLAVE_BUILD]/dm", | 1156 "[SLAVE_BUILD]/dm", |
| 1198 "164710", | 1157 "164710", |
| 1199 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", | 1158 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug", |
| 1200 "5", | 1159 "5", |
| 1201 "", | 1160 "", |
| 1202 "[SLAVE_BUILD]/skia/common/py/utils" | 1161 "[SLAVE_BUILD]/skia/common/py/utils" |
| 1203 ], | 1162 ], |
| 1204 "cwd": "[SLAVE_BUILD]/skia", | 1163 "cwd": "[SLAVE_BUILD]/skia", |
| 1205 "env": { | 1164 "env": { |
| 1206 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 1165 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
| 1207 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1166 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1208 }, | 1167 }, |
| 1209 "name": "Upload DM Results" | 1168 "name": "Upload DM Results" |
| 1210 }, | 1169 }, |
| 1211 { | 1170 { |
| 1212 "cmd": [ | 1171 "cmd": [ |
| 1213 "python", | 1172 "python", |
| 1214 "-u", | 1173 "-u", |
| 1215 "\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", | 1174 "\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", |
| 1216 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" | 1175 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" |
| 1217 ], | 1176 ], |
| 1218 "cwd": "[SLAVE_BUILD]", | |
| 1219 "name": "rmtree results_dir (2)", | 1177 "name": "rmtree results_dir (2)", |
| 1220 "~followup_annotations": [ | 1178 "~followup_annotations": [ |
| 1221 "@@@STEP_LOG_LINE@python.inline@@@@", | 1179 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1222 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1180 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 1223 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1181 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 1224 "@@@STEP_LOG_LINE@python.inline@@@@", | 1182 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1225 "@@@STEP_LOG_LINE@python.inline@@@@", | 1183 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1226 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1184 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 1227 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1185 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 1228 "@@@STEP_LOG_END@python.inline@@@" | 1186 "@@@STEP_LOG_END@python.inline@@@" |
| (...skipping 10 matching lines...) Expand all Loading... |
| 1239 "--decorate", | 1197 "--decorate", |
| 1240 "--print-status-updates", | 1198 "--print-status-updates", |
| 1241 "--shards", | 1199 "--shards", |
| 1242 "1", | 1200 "1", |
| 1243 "perf_skia/ChromeOS/def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5", | 1201 "perf_skia/ChromeOS/def456/Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug/5", |
| 1244 "--task-summary-json", | 1202 "--task-summary-json", |
| 1245 "/path/to/tmp/json", | 1203 "/path/to/tmp/json", |
| 1246 "--task-output-dir", | 1204 "--task-output-dir", |
| 1247 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" | 1205 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" |
| 1248 ], | 1206 ], |
| 1249 "cwd": "[SLAVE_BUILD]", | |
| 1250 "name": "perf_skia on ChromeOS", | 1207 "name": "perf_skia on ChromeOS", |
| 1251 "~followup_annotations": [ | 1208 "~followup_annotations": [ |
| 1252 "@@@STEP_TEXT@swarming pending 71s@@@", | 1209 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1253 "@@@STEP_LOG_LINE@json.output@{@@@", | 1210 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1254 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1211 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1255 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1212 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1256 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1213 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1257 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1214 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1258 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1215 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1259 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1216 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 1290 "@@@STEP_LOG_END@json.output@@@", | 1247 "@@@STEP_LOG_END@json.output@@@", |
| 1291 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1248 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1292 ] | 1249 ] |
| 1293 }, | 1250 }, |
| 1294 { | 1251 { |
| 1295 "name": "$result", | 1252 "name": "$result", |
| 1296 "recipe_result": null, | 1253 "recipe_result": null, |
| 1297 "status_code": 0 | 1254 "status_code": 0 |
| 1298 } | 1255 } |
| 1299 ] | 1256 ] |
| OLD | NEW |