| 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 "[ROOT]/b/build/scripts/slave/gclient_safe_revert.py", | 60 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
| 60 ".", | 61 ".", |
| 61 "[ROOT]/b/depot_tools/gclient" | 62 "[DEPOT_TOOLS]/gclient" |
| 62 ], | 63 ], |
| 64 "cwd": "[SLAVE_BUILD]", |
| 63 "name": "gclient revert" | 65 "name": "gclient revert" |
| 64 }, | 66 }, |
| 65 { | 67 { |
| 66 "cmd": [ | 68 "cmd": [ |
| 67 "python", | 69 "python", |
| 68 "-u", | 70 "-u", |
| 69 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 71 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 70 "sync", | 72 "sync", |
| 71 "--nohooks", | 73 "--nohooks", |
| 72 "--force", | 74 "--force", |
| 73 "--verbose", | 75 "--verbose", |
| 74 "--delete_unversioned_trees", | 76 "--delete_unversioned_trees", |
| 75 "--revision", | 77 "--revision", |
| 76 "skia@abc123", | 78 "skia@abc123", |
| 77 "--output-json", | 79 "--output-json", |
| 78 "/path/to/tmp/json" | 80 "/path/to/tmp/json" |
| 79 ], | 81 ], |
| 82 "cwd": "[SLAVE_BUILD]", |
| 80 "env": { | 83 "env": { |
| 81 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 84 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 82 }, | 85 }, |
| 83 "name": "gclient sync", | 86 "name": "gclient sync", |
| 84 "~followup_annotations": [ | 87 "~followup_annotations": [ |
| 85 "@@@STEP_LOG_LINE@json.output@{@@@", | 88 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 86 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 89 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 87 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 90 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 88 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 91 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 89 "@@@STEP_LOG_LINE@json.output@ }@@@", | 92 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 90 "@@@STEP_LOG_LINE@json.output@ }@@@", | 93 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 91 "@@@STEP_LOG_LINE@json.output@}@@@", | 94 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 92 "@@@STEP_LOG_END@json.output@@@", | 95 "@@@STEP_LOG_END@json.output@@@", |
| 93 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 96 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
| 94 ] | 97 ] |
| 95 }, | 98 }, |
| 96 { | 99 { |
| 97 "cmd": [ | 100 "cmd": [ |
| 98 "python", | 101 "python", |
| 99 "-u", | 102 "-u", |
| 100 "[ROOT]/b/depot_tools/apply_issue.py", | 103 "[DEPOT_TOOLS]/apply_issue.py", |
| 101 "-r", | 104 "-r", |
| 102 "[CWD]/skia", | 105 "[SLAVE_BUILD]/skia", |
| 103 "-i", | 106 "-i", |
| 104 "500", | 107 "500", |
| 105 "-p", | 108 "-p", |
| 106 "1", | 109 "1", |
| 107 "-s", | 110 "-s", |
| 108 "https://codereview.chromium.org", | 111 "https://codereview.chromium.org", |
| 109 "--no-auth" | 112 "--no-auth" |
| 110 ], | 113 ], |
| 114 "cwd": "[SLAVE_BUILD]", |
| 111 "name": "apply_issue", | 115 "name": "apply_issue", |
| 112 "~followup_annotations": [ | 116 "~followup_annotations": [ |
| 113 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" | 117 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" |
| 114 ] | 118 ] |
| 115 }, | 119 }, |
| 116 { | 120 { |
| 117 "cmd": [ | 121 "cmd": [ |
| 118 "python", | 122 "python", |
| 119 "-u", | 123 "-u", |
| 120 "[CWD]/skia/tools/buildbot_spec.py", | 124 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 121 "/path/to/tmp/json", | 125 "/path/to/tmp/json", |
| 122 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybot" | 126 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybot" |
| 123 ], | 127 ], |
| 124 "cwd": "[CWD]/skia", | 128 "cwd": "[SLAVE_BUILD]/skia", |
| 125 "name": "exec buildbot_spec.py", | 129 "name": "exec buildbot_spec.py", |
| 126 "~followup_annotations": [ | 130 "~followup_annotations": [ |
| 127 "@@@STEP_LOG_LINE@json.output@{@@@", | 131 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 128 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 129 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", |
| 130 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 134 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 131 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 135 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
| 132 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", |
| 133 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
| 134 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | 138 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 157 "@@@STEP_LOG_LINE@json.output@}@@@", | 161 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 158 "@@@STEP_LOG_END@json.output@@@" | 162 "@@@STEP_LOG_END@json.output@@@" |
| 159 ] | 163 ] |
| 160 }, | 164 }, |
| 161 { | 165 { |
| 162 "cmd": [ | 166 "cmd": [ |
| 163 "python", | 167 "python", |
| 164 "-u", | 168 "-u", |
| 165 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 169 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 166 "--path", | 170 "--path", |
| 167 "[CWD]/swarming.client", | 171 "[SLAVE_BUILD]/swarming.client", |
| 168 "--url", | 172 "--url", |
| 169 "https://chromium.googlesource.com/external/swarming.client.git" | 173 "https://chromium.googlesource.com/external/swarming.client.git" |
| 170 ], | 174 ], |
| 175 "cwd": "[SLAVE_BUILD]", |
| 171 "name": "git setup (swarming_client)" | 176 "name": "git setup (swarming_client)" |
| 172 }, | 177 }, |
| 173 { | 178 { |
| 174 "cmd": [ | 179 "cmd": [ |
| 175 "git", | 180 "git", |
| 176 "retry", | 181 "retry", |
| 177 "fetch", | 182 "fetch", |
| 178 "origin", | 183 "origin", |
| 179 "master" | 184 "master" |
| 180 ], | 185 ], |
| 181 "cwd": "[CWD]/swarming.client", | 186 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 182 "name": "git fetch (swarming_client)" | 187 "name": "git fetch (swarming_client)" |
| 183 }, | 188 }, |
| 184 { | 189 { |
| 185 "cmd": [ | 190 "cmd": [ |
| 186 "git", | 191 "git", |
| 187 "checkout", | 192 "checkout", |
| 188 "-f", | 193 "-f", |
| 189 "FETCH_HEAD" | 194 "FETCH_HEAD" |
| 190 ], | 195 ], |
| 191 "cwd": "[CWD]/swarming.client", | 196 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 192 "name": "git checkout (swarming_client)" | 197 "name": "git checkout (swarming_client)" |
| 193 }, | 198 }, |
| 194 { | 199 { |
| 195 "cmd": [ | 200 "cmd": [ |
| 196 "git", | 201 "git", |
| 197 "rev-parse", | 202 "rev-parse", |
| 198 "HEAD" | 203 "HEAD" |
| 199 ], | 204 ], |
| 200 "cwd": "[CWD]/swarming.client", | 205 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 201 "name": "read revision", | 206 "name": "read revision", |
| 202 "stdout": "/path/to/tmp/", | 207 "stdout": "/path/to/tmp/", |
| 203 "~followup_annotations": [ | 208 "~followup_annotations": [ |
| 204 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 209 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 205 ] | 210 ] |
| 206 }, | 211 }, |
| 207 { | 212 { |
| 208 "cmd": [ | 213 "cmd": [ |
| 209 "git", | 214 "git", |
| 210 "clean", | 215 "clean", |
| 211 "-f", | 216 "-f", |
| 212 "-d", | 217 "-d", |
| 213 "-x" | 218 "-x" |
| 214 ], | 219 ], |
| 215 "cwd": "[CWD]/swarming.client", | 220 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 216 "name": "git clean (swarming_client)" | 221 "name": "git clean (swarming_client)" |
| 217 }, | 222 }, |
| 218 { | 223 { |
| 219 "cmd": [ | 224 "cmd": [ |
| 220 "git", | 225 "git", |
| 221 "submodule", | 226 "submodule", |
| 222 "sync" | 227 "sync" |
| 223 ], | 228 ], |
| 224 "cwd": "[CWD]/swarming.client", | 229 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 225 "name": "submodule sync (swarming_client)" | 230 "name": "submodule sync (swarming_client)" |
| 226 }, | 231 }, |
| 227 { | 232 { |
| 228 "cmd": [ | 233 "cmd": [ |
| 229 "git", | 234 "git", |
| 230 "submodule", | 235 "submodule", |
| 231 "update", | 236 "update", |
| 232 "--init", | 237 "--init", |
| 233 "--recursive" | 238 "--recursive" |
| 234 ], | 239 ], |
| 235 "cwd": "[CWD]/swarming.client", | 240 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 236 "name": "submodule update (swarming_client)" | 241 "name": "submodule update (swarming_client)" |
| 237 }, | 242 }, |
| 238 { | 243 { |
| 239 "cmd": [ | 244 "cmd": [ |
| 240 "python", | 245 "python", |
| 241 "-u", | 246 "-u", |
| 242 "[CWD]/swarming.client/swarming.py", | 247 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 243 "--version" | 248 "--version" |
| 244 ], | 249 ], |
| 250 "cwd": "[SLAVE_BUILD]", |
| 245 "name": "swarming.py --version", | 251 "name": "swarming.py --version", |
| 246 "stdout": "/path/to/tmp/", | 252 "stdout": "/path/to/tmp/", |
| 247 "~followup_annotations": [ | 253 "~followup_annotations": [ |
| 248 "@@@STEP_TEXT@0.4.10@@@" | 254 "@@@STEP_TEXT@0.4.10@@@" |
| 249 ] | 255 ] |
| 250 }, | 256 }, |
| 251 { | 257 { |
| 252 "cmd": [ | 258 "cmd": [ |
| 253 "download_from_google_storage", | 259 "download_from_google_storage", |
| 254 "--no_resume", | 260 "--no_resume", |
| 255 "--platform=linux*", | 261 "--platform=linux*", |
| 256 "--no_auth", | 262 "--no_auth", |
| 257 "--bucket", | 263 "--bucket", |
| 258 "chromium-luci", | 264 "chromium-luci", |
| 259 "-d", | 265 "-d", |
| 260 "[CWD]/skia/infra/bots/tools/luci-go/linux64" | 266 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64" |
| 261 ], | 267 ], |
| 268 "cwd": "[SLAVE_BUILD]", |
| 262 "name": "download luci-go linux" | 269 "name": "download luci-go linux" |
| 263 }, | 270 }, |
| 264 { | 271 { |
| 265 "cmd": [ | 272 "cmd": [ |
| 266 "download_from_google_storage", | 273 "download_from_google_storage", |
| 267 "--no_resume", | 274 "--no_resume", |
| 268 "--platform=darwin", | 275 "--platform=darwin", |
| 269 "--no_auth", | 276 "--no_auth", |
| 270 "--bucket", | 277 "--bucket", |
| 271 "chromium-luci", | 278 "chromium-luci", |
| 272 "-d", | 279 "-d", |
| 273 "[CWD]/skia/infra/bots/tools/luci-go/mac64" | 280 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64" |
| 274 ], | 281 ], |
| 282 "cwd": "[SLAVE_BUILD]", |
| 275 "name": "download luci-go mac" | 283 "name": "download luci-go mac" |
| 276 }, | 284 }, |
| 277 { | 285 { |
| 278 "cmd": [ | 286 "cmd": [ |
| 279 "download_from_google_storage", | 287 "download_from_google_storage", |
| 280 "--no_resume", | 288 "--no_resume", |
| 281 "--platform=win32", | 289 "--platform=win32", |
| 282 "--no_auth", | 290 "--no_auth", |
| 283 "--bucket", | 291 "--bucket", |
| 284 "chromium-luci", | 292 "chromium-luci", |
| 285 "-d", | 293 "-d", |
| 286 "[CWD]/skia/infra/bots/tools/luci-go/win64" | 294 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64" |
| 287 ], | 295 ], |
| 296 "cwd": "[SLAVE_BUILD]", |
| 288 "name": "download luci-go win" | 297 "name": "download luci-go win" |
| 289 }, | 298 }, |
| 290 { | 299 { |
| 291 "cmd": [ | 300 "cmd": [ |
| 292 "python", | 301 "python", |
| 293 "-u", | 302 "-u", |
| 294 "\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", | 303 "\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", |
| 295 "[CWD]/luci-go" | 304 "[SLAVE_BUILD]/luci-go" |
| 296 ], | 305 ], |
| 306 "cwd": "[SLAVE_BUILD]", |
| 297 "name": "rmtree Go binary dir", | 307 "name": "rmtree Go binary dir", |
| 298 "~followup_annotations": [ | 308 "~followup_annotations": [ |
| 299 "@@@STEP_LOG_LINE@python.inline@@@@", | 309 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 300 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 310 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 301 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 311 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 302 "@@@STEP_LOG_LINE@python.inline@@@@", | 312 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 303 "@@@STEP_LOG_LINE@python.inline@@@@", | 313 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 304 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 314 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 305 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 315 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 306 "@@@STEP_LOG_END@python.inline@@@" | 316 "@@@STEP_LOG_END@python.inline@@@" |
| 307 ] | 317 ] |
| 308 }, | 318 }, |
| 309 { | 319 { |
| 310 "cmd": [ | 320 "cmd": [ |
| 311 "python", | 321 "python", |
| 312 "-u", | 322 "-u", |
| 313 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 323 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
| 314 "[CWD]/skia/infra/bots/tools/luci-go", | 324 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go", |
| 315 "[CWD]/luci-go", | 325 "[SLAVE_BUILD]/luci-go", |
| 316 "0" | 326 "0" |
| 317 ], | 327 ], |
| 328 "cwd": "[SLAVE_BUILD]", |
| 318 "name": "Copy Go binary" | 329 "name": "Copy Go binary" |
| 319 }, | 330 }, |
| 320 { | 331 { |
| 321 "cmd": [ | 332 "cmd": [ |
| 322 "python", | 333 "python", |
| 323 "-u", | 334 "-u", |
| 324 "\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", | 335 "\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", |
| 325 "[ROOT]/b/build/third_party/infra", | 336 "[BUILD]/third_party/infra", |
| 326 "511" | 337 "511" |
| 327 ], | 338 ], |
| 339 "cwd": "[SLAVE_BUILD]", |
| 328 "name": "makedirs third_party_infra", | 340 "name": "makedirs third_party_infra", |
| 329 "~followup_annotations": [ | 341 "~followup_annotations": [ |
| 330 "@@@STEP_LOG_LINE@python.inline@@@@", | 342 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 331 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 343 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 332 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 344 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 333 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 345 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 334 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 346 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 335 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 347 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 336 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 348 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 337 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 349 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 338 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 350 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 339 "@@@STEP_LOG_END@python.inline@@@" | 351 "@@@STEP_LOG_END@python.inline@@@" |
| 340 ] | 352 ] |
| 341 }, | 353 }, |
| 342 { | 354 { |
| 343 "cmd": [ | 355 "cmd": [ |
| 344 "python", | 356 "python", |
| 345 "-u", | 357 "-u", |
| 346 "\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", | 358 "\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", |
| 347 "[CWD]/swarming_temp_dir", | 359 "[SLAVE_BUILD]/swarming_temp_dir", |
| 348 "511" | 360 "511" |
| 349 ], | 361 ], |
| 362 "cwd": "[SLAVE_BUILD]", |
| 350 "name": "makedirs swarming tmp dir", | 363 "name": "makedirs swarming tmp dir", |
| 351 "~followup_annotations": [ | 364 "~followup_annotations": [ |
| 352 "@@@STEP_LOG_LINE@python.inline@@@@", | 365 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 353 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 366 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 354 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 367 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 355 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 368 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 356 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 369 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 357 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 370 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 358 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 371 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 359 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 372 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 360 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 373 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 361 "@@@STEP_LOG_END@python.inline@@@" | 374 "@@@STEP_LOG_END@python.inline@@@" |
| 362 ] | 375 ] |
| 363 }, | 376 }, |
| 364 { | 377 { |
| 365 "cmd": [ | 378 "cmd": [ |
| 366 "python", | 379 "python", |
| 367 "-u", | 380 "-u", |
| 368 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 381 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 369 "{\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}", | 382 "{\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}", |
| 370 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 383 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
| 371 ], | 384 ], |
| 385 "cwd": "[SLAVE_BUILD]", |
| 372 "name": "Write isolate_recipes.isolated.gen.json" | 386 "name": "Write isolate_recipes.isolated.gen.json" |
| 373 }, | 387 }, |
| 374 { | 388 { |
| 375 "cmd": [ | 389 "cmd": [ |
| 376 "python", | 390 "python", |
| 377 "-u", | 391 "-u", |
| 378 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 392 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 379 "[CWD]/swarming.client", | 393 "[SLAVE_BUILD]/swarming.client", |
| 380 "batcharchive", | 394 "batcharchive", |
| 381 "--dump-json", | 395 "--dump-json", |
| 382 "/path/to/tmp/json", | 396 "/path/to/tmp/json", |
| 383 "--isolate-server", | 397 "--isolate-server", |
| 384 "https://isolateserver.appspot.com", | 398 "https://isolateserver.appspot.com", |
| 385 "--verbose", | 399 "--verbose", |
| 386 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 400 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
| 387 ], | 401 ], |
| 402 "cwd": "[SLAVE_BUILD]", |
| 388 "name": "isolate tests", | 403 "name": "isolate tests", |
| 389 "~followup_annotations": [ | 404 "~followup_annotations": [ |
| 390 "@@@STEP_LOG_LINE@json.output@{@@@", | 405 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 391 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", | 406 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
| 392 "@@@STEP_LOG_LINE@json.output@}@@@", | 407 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 393 "@@@STEP_LOG_END@json.output@@@", | 408 "@@@STEP_LOG_END@json.output@@@", |
| 394 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 409 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
| 395 ] | 410 ] |
| 396 }, | 411 }, |
| 397 { | 412 { |
| 398 "cmd": [ | 413 "cmd": [ |
| 399 "python", | 414 "python", |
| 400 "-u", | 415 "-u", |
| 401 "[CWD]/skia/tools/buildbot_spec.py", | 416 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 402 "/path/to/tmp/json", | 417 "/path/to/tmp/json", |
| 403 "Build-Ubuntu-GCC-x86_64-Release-Swarming-Trybot" | 418 "Build-Ubuntu-GCC-x86_64-Release-Swarming-Trybot" |
| 404 ], | 419 ], |
| 405 "cwd": "[CWD]/skia", | 420 "cwd": "[SLAVE_BUILD]/skia", |
| 406 "name": "exec buildbot_spec.py (2)", | 421 "name": "exec buildbot_spec.py (2)", |
| 407 "~followup_annotations": [ | 422 "~followup_annotations": [ |
| 408 "@@@STEP_LOG_LINE@json.output@{@@@", | 423 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 409 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 424 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 410 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 425 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
| 411 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 426 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 412 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 427 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
| 413 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | 428 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
| 414 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | 429 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
| 415 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Swarming\", @@@", | 430 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Swarming\", @@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 434 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 449 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
| 435 "@@@STEP_LOG_LINE@json.output@}@@@", | 450 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 436 "@@@STEP_LOG_END@json.output@@@" | 451 "@@@STEP_LOG_END@json.output@@@" |
| 437 ] | 452 ] |
| 438 }, | 453 }, |
| 439 { | 454 { |
| 440 "cmd": [ | 455 "cmd": [ |
| 441 "python", | 456 "python", |
| 442 "-u", | 457 "-u", |
| 443 "\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", | 458 "\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", |
| 444 "[CWD]/swarming_temp_dir", | 459 "[SLAVE_BUILD]/swarming_temp_dir", |
| 445 "511" | 460 "511" |
| 446 ], | 461 ], |
| 462 "cwd": "[SLAVE_BUILD]", |
| 447 "name": "makedirs swarming tmp dir (2)", | 463 "name": "makedirs swarming tmp dir (2)", |
| 448 "~followup_annotations": [ | 464 "~followup_annotations": [ |
| 449 "@@@STEP_LOG_LINE@python.inline@@@@", | 465 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 450 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 466 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 451 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 467 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 452 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 468 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 453 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 469 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 454 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 470 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 455 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 471 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 456 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 472 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 457 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 473 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 458 "@@@STEP_LOG_END@python.inline@@@" | 474 "@@@STEP_LOG_END@python.inline@@@" |
| 459 ] | 475 ] |
| 460 }, | 476 }, |
| 461 { | 477 { |
| 462 "cmd": [ | 478 "cmd": [ |
| 463 "python", | 479 "python", |
| 464 "-u", | 480 "-u", |
| 465 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 481 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 466 "{\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 \"Ubuntu\", \n \"--blacklist\", \n \".gi
t\", \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}", | 482 "{\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}", |
| 467 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 483 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
| 468 ], | 484 ], |
| 485 "cwd": "[SLAVE_BUILD]", |
| 469 "name": "Write compile_skia.isolated.gen.json" | 486 "name": "Write compile_skia.isolated.gen.json" |
| 470 }, | 487 }, |
| 471 { | 488 { |
| 472 "cmd": [ | 489 "cmd": [ |
| 473 "python", | 490 "python", |
| 474 "-u", | 491 "-u", |
| 475 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 492 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 476 "[CWD]/swarming.client", | 493 "[SLAVE_BUILD]/swarming.client", |
| 477 "batcharchive", | 494 "batcharchive", |
| 478 "--dump-json", | 495 "--dump-json", |
| 479 "/path/to/tmp/json", | 496 "/path/to/tmp/json", |
| 480 "--isolate-server", | 497 "--isolate-server", |
| 481 "https://isolateserver.appspot.com", | 498 "https://isolateserver.appspot.com", |
| 482 "--verbose", | 499 "--verbose", |
| 483 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 500 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
| 484 ], | 501 ], |
| 502 "cwd": "[SLAVE_BUILD]", |
| 485 "name": "isolate tests (2)", | 503 "name": "isolate tests (2)", |
| 486 "~followup_annotations": [ | 504 "~followup_annotations": [ |
| 487 "@@@STEP_LOG_LINE@json.output@{@@@", | 505 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 488 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 506 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
| 489 "@@@STEP_LOG_LINE@json.output@}@@@", | 507 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 490 "@@@STEP_LOG_END@json.output@@@", | 508 "@@@STEP_LOG_END@json.output@@@", |
| 491 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 509 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
| 492 ] | 510 ] |
| 493 }, | 511 }, |
| 494 { | 512 { |
| 495 "cmd": [ | 513 "cmd": [ |
| 496 "python", | 514 "python", |
| 497 "-u", | 515 "-u", |
| 498 "\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", | 516 "\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", |
| 499 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 517 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
| 500 "[dummy hash for isolate_recipes]" | 518 "[dummy hash for isolate_recipes]" |
| 501 ], | 519 ], |
| 520 "cwd": "[SLAVE_BUILD]", |
| 502 "name": "add_isolated_input", | 521 "name": "add_isolated_input", |
| 503 "~followup_annotations": [ | 522 "~followup_annotations": [ |
| 504 "@@@STEP_LOG_LINE@python.inline@@@@", | 523 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 505 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 524 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 506 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 525 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 507 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 526 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 508 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 527 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 509 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 528 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 510 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 529 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 511 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 530 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 512 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 531 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 513 "@@@STEP_LOG_END@python.inline@@@" | 532 "@@@STEP_LOG_END@python.inline@@@" |
| 514 ] | 533 ] |
| 515 }, | 534 }, |
| 516 { | 535 { |
| 517 "cmd": [ | 536 "cmd": [ |
| 518 "python", | 537 "python", |
| 519 "-u", | 538 "-u", |
| 520 "[CWD]/swarming.client/isolateserver.py", | 539 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
| 521 "archive", | 540 "archive", |
| 522 "--isolate-server", | 541 "--isolate-server", |
| 523 "https://isolateserver.appspot.com", | 542 "https://isolateserver.appspot.com", |
| 524 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated" | 543 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated" |
| 525 ], | 544 ], |
| 545 "cwd": "[SLAVE_BUILD]", |
| 526 "name": "upload new .isolated file for compile_skia", | 546 "name": "upload new .isolated file for compile_skia", |
| 527 "stdout": "/path/to/tmp/" | 547 "stdout": "/path/to/tmp/" |
| 528 }, | 548 }, |
| 529 { | 549 { |
| 530 "cmd": [ | 550 "cmd": [ |
| 531 "python", | 551 "python", |
| 532 "-u", | 552 "-u", |
| 533 "[CWD]/swarming.client/swarming.py", | 553 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 534 "trigger", | 554 "trigger", |
| 535 "--swarming", | 555 "--swarming", |
| 536 "https://chromium-swarm.appspot.com", | 556 "https://chromium-swarm.appspot.com", |
| 537 "--isolate-server", | 557 "--isolate-server", |
| 538 "https://isolateserver.appspot.com", | 558 "https://isolateserver.appspot.com", |
| 539 "--priority", | 559 "--priority", |
| 540 "90", | 560 "90", |
| 541 "--shards", | 561 "--shards", |
| 542 "1", | 562 "1", |
| 543 "--task-name", | 563 "--task-name", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 587 "buildername=Build-Ubuntu-GCC-x86_64-Release-Swarming-Trybot", | 607 "buildername=Build-Ubuntu-GCC-x86_64-Release-Swarming-Trybot", |
| 588 "mastername=client.skia.fyi", | 608 "mastername=client.skia.fyi", |
| 589 "buildnumber=5", | 609 "buildnumber=5", |
| 590 "slavename=skiabot-linux-housekeeper-003", | 610 "slavename=skiabot-linux-housekeeper-003", |
| 591 "reason=Triggered by Skia swarm_trigger Recipe", | 611 "reason=Triggered by Skia swarm_trigger Recipe", |
| 592 "swarm_out_dir=${ISOLATED_OUTDIR}", | 612 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 593 "patchset=1", | 613 "patchset=1", |
| 594 "issue=500", | 614 "issue=500", |
| 595 "revision=164710" | 615 "revision=164710" |
| 596 ], | 616 ], |
| 617 "cwd": "[SLAVE_BUILD]", |
| 597 "name": "[trigger] compile_skia on Ubuntu", | 618 "name": "[trigger] compile_skia on Ubuntu", |
| 598 "~followup_annotations": [ | 619 "~followup_annotations": [ |
| 599 "@@@STEP_LOG_LINE@json.output@{@@@", | 620 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 600 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybot/5\", @@@", | 621 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybot/5\", @@@", |
| 601 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 622 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 602 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Perf-Ubuntu
-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybot/5\": {@@@", | 623 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Perf-Ubuntu
-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybot/5\": {@@@", |
| 603 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 624 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 604 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 625 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 605 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 626 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 606 "@@@STEP_LOG_LINE@json.output@ }@@@", | 627 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 607 "@@@STEP_LOG_LINE@json.output@ }@@@", | 628 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 608 "@@@STEP_LOG_LINE@json.output@}@@@", | 629 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 609 "@@@STEP_LOG_END@json.output@@@", | 630 "@@@STEP_LOG_END@json.output@@@", |
| 610 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 631 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 611 ] | 632 ] |
| 612 }, | 633 }, |
| 613 { | 634 { |
| 614 "cmd": [ | 635 "cmd": [ |
| 615 "python", | 636 "python", |
| 616 "-u", | 637 "-u", |
| 617 "[CWD]/swarming.client/swarming.py", | 638 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 618 "collect", | 639 "collect", |
| 619 "--swarming", | 640 "--swarming", |
| 620 "https://chromium-swarm.appspot.com", | 641 "https://chromium-swarm.appspot.com", |
| 621 "--decorate", | 642 "--decorate", |
| 622 "--print-status-updates", | 643 "--print-status-updates", |
| 623 "--shards", | 644 "--shards", |
| 624 "1", | 645 "1", |
| 625 "compile_skia/Ubuntu/def456/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Sw
arming-Trybot/5", | 646 "compile_skia/Ubuntu/def456/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Sw
arming-Trybot/5", |
| 626 "--task-summary-json", | 647 "--task-summary-json", |
| 627 "/path/to/tmp/json" | 648 "/path/to/tmp/json" |
| 628 ], | 649 ], |
| 650 "cwd": "[SLAVE_BUILD]", |
| 629 "name": "compile_skia on Ubuntu", | 651 "name": "compile_skia on Ubuntu", |
| 630 "~followup_annotations": [ | 652 "~followup_annotations": [ |
| 631 "@@@STEP_TEXT@swarming pending 71s@@@", | 653 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 632 "@@@STEP_LOG_LINE@json.output@{@@@", | 654 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 633 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 655 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 634 "@@@STEP_LOG_LINE@json.output@ {@@@", | 656 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 635 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 657 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 636 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 658 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 637 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 659 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 638 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 660 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 668 "@@@STEP_LOG_LINE@json.output@}@@@", | 690 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 669 "@@@STEP_LOG_END@json.output@@@", | 691 "@@@STEP_LOG_END@json.output@@@", |
| 670 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 692 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 671 ] | 693 ] |
| 672 }, | 694 }, |
| 673 { | 695 { |
| 674 "cmd": [ | 696 "cmd": [ |
| 675 "python", | 697 "python", |
| 676 "-u", | 698 "-u", |
| 677 "\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", | 699 "\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", |
| 678 "[CWD]/tmp", | 700 "[SLAVE_BUILD]/tmp", |
| 679 "511" | 701 "511" |
| 680 ], | 702 ], |
| 703 "cwd": "[SLAVE_BUILD]", |
| 681 "name": "makedirs tmp_dir", | 704 "name": "makedirs tmp_dir", |
| 682 "~followup_annotations": [ | 705 "~followup_annotations": [ |
| 683 "@@@STEP_LOG_LINE@python.inline@@@@", | 706 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 684 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 707 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 685 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 708 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 686 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 709 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 687 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 710 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 688 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 711 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 689 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 712 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 690 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 713 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 691 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 714 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 692 "@@@STEP_LOG_END@python.inline@@@" | 715 "@@@STEP_LOG_END@python.inline@@@" |
| 693 ] | 716 ] |
| 694 }, | 717 }, |
| 695 { | 718 { |
| 696 "cmd": [ | 719 "cmd": [ |
| 697 "python", | 720 "python", |
| 698 "-u", | 721 "-u", |
| 699 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 722 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 700 "[CWD]/tmp/SKP_VERSION", | 723 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
| 701 "/path/to/tmp/" | 724 "/path/to/tmp/" |
| 702 ], | 725 ], |
| 726 "cwd": "[SLAVE_BUILD]", |
| 703 "name": "Get downloaded SKP_VERSION" | 727 "name": "Get downloaded SKP_VERSION" |
| 704 }, | 728 }, |
| 705 { | 729 { |
| 706 "cmd": [ | 730 "cmd": [ |
| 707 "python", | 731 "python", |
| 708 "-u", | 732 "-u", |
| 709 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 733 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 710 "[CWD]/skia/SKP_VERSION", | 734 "[SLAVE_BUILD]/skia/SKP_VERSION", |
| 711 "/path/to/tmp/" | 735 "/path/to/tmp/" |
| 712 ], | 736 ], |
| 737 "cwd": "[SLAVE_BUILD]", |
| 713 "name": "Get expected SKP_VERSION" | 738 "name": "Get expected SKP_VERSION" |
| 714 }, | 739 }, |
| 715 { | 740 { |
| 716 "cmd": [ | 741 "cmd": [ |
| 717 "python", | 742 "python", |
| 718 "-u", | 743 "-u", |
| 719 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 744 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 720 "[CWD]/tmp/SK_IMAGE_VERSION", | 745 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", |
| 721 "/path/to/tmp/" | 746 "/path/to/tmp/" |
| 722 ], | 747 ], |
| 748 "cwd": "[SLAVE_BUILD]", |
| 723 "name": "Get downloaded SK_IMAGE_VERSION" | 749 "name": "Get downloaded SK_IMAGE_VERSION" |
| 724 }, | 750 }, |
| 725 { | 751 { |
| 726 "cmd": [ | 752 "cmd": [ |
| 727 "python", | 753 "python", |
| 728 "-u", | 754 "-u", |
| 729 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 755 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 730 "[CWD]/skia/SK_IMAGE_VERSION", | 756 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", |
| 731 "/path/to/tmp/" | 757 "/path/to/tmp/" |
| 732 ], | 758 ], |
| 759 "cwd": "[SLAVE_BUILD]", |
| 733 "name": "Get expected SK_IMAGE_VERSION" | 760 "name": "Get expected SK_IMAGE_VERSION" |
| 734 }, | 761 }, |
| 735 { | 762 { |
| 736 "cmd": [ | 763 "cmd": [ |
| 737 "python", | 764 "python", |
| 738 "-u", | 765 "-u", |
| 739 "\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", | 766 "\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", |
| 740 "[CWD]/swarming_temp_dir", | 767 "[SLAVE_BUILD]/swarming_temp_dir", |
| 741 "511" | 768 "511" |
| 742 ], | 769 ], |
| 770 "cwd": "[SLAVE_BUILD]", |
| 743 "name": "makedirs swarming tmp dir (3)", | 771 "name": "makedirs swarming tmp dir (3)", |
| 744 "~followup_annotations": [ | 772 "~followup_annotations": [ |
| 745 "@@@STEP_LOG_LINE@python.inline@@@@", | 773 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 746 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 774 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 747 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 775 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 748 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 776 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 749 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 777 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 750 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 778 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 751 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 779 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 752 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 780 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 753 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 781 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 754 "@@@STEP_LOG_END@python.inline@@@" | 782 "@@@STEP_LOG_END@python.inline@@@" |
| 755 ] | 783 ] |
| 756 }, | 784 }, |
| 757 { | 785 { |
| 758 "cmd": [ | 786 "cmd": [ |
| 759 "python", | 787 "python", |
| 760 "-u", | 788 "-u", |
| 761 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 789 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 762 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/skia/infra/b
ots/perf_skia.isolate\", \n \"--isolated\", \n \"[CWD]/swarming_te
mp_dir/skia-task-perf_skia.isolated\", \n \"--config-variable\", \n
\"OS\", \n \"Ubuntu\", \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}", | 790 "{\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 \"Ubuntu\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--black
list\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORKDIR
\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \"BUI
LD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"ve
rsion\": 1\n}", |
| 763 "[CWD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 791 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
| 764 ], | 792 ], |
| 793 "cwd": "[SLAVE_BUILD]", |
| 765 "name": "Write perf_skia.isolated.gen.json" | 794 "name": "Write perf_skia.isolated.gen.json" |
| 766 }, | 795 }, |
| 767 { | 796 { |
| 768 "cmd": [ | 797 "cmd": [ |
| 769 "python", | 798 "python", |
| 770 "-u", | 799 "-u", |
| 771 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 800 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 772 "[CWD]/swarming.client", | 801 "[SLAVE_BUILD]/swarming.client", |
| 773 "batcharchive", | 802 "batcharchive", |
| 774 "--dump-json", | 803 "--dump-json", |
| 775 "/path/to/tmp/json", | 804 "/path/to/tmp/json", |
| 776 "--isolate-server", | 805 "--isolate-server", |
| 777 "https://isolateserver.appspot.com", | 806 "https://isolateserver.appspot.com", |
| 778 "--verbose", | 807 "--verbose", |
| 779 "[CWD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 808 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
| 780 ], | 809 ], |
| 810 "cwd": "[SLAVE_BUILD]", |
| 781 "name": "isolate tests (3)", | 811 "name": "isolate tests (3)", |
| 782 "~followup_annotations": [ | 812 "~followup_annotations": [ |
| 783 "@@@STEP_LOG_LINE@json.output@{@@@", | 813 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 784 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", | 814 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", |
| 785 "@@@STEP_LOG_LINE@json.output@}@@@", | 815 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 786 "@@@STEP_LOG_END@json.output@@@", | 816 "@@@STEP_LOG_END@json.output@@@", |
| 787 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" | 817 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" |
| 788 ] | 818 ] |
| 789 }, | 819 }, |
| 790 { | 820 { |
| 791 "cmd": [ | 821 "cmd": [ |
| 792 "python", | 822 "python", |
| 793 "-u", | 823 "-u", |
| 794 "\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", | 824 "\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", |
| 795 "[CWD]/swarming_temp_dir/skia-task-perf_skia.isolated", | 825 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", |
| 796 "[dummy hash for isolate_recipes]", | 826 "[dummy hash for isolate_recipes]", |
| 797 "abc123" | 827 "abc123" |
| 798 ], | 828 ], |
| 829 "cwd": "[SLAVE_BUILD]", |
| 799 "name": "add_isolated_input (2)", | 830 "name": "add_isolated_input (2)", |
| 800 "~followup_annotations": [ | 831 "~followup_annotations": [ |
| 801 "@@@STEP_LOG_LINE@python.inline@@@@", | 832 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 802 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 833 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 803 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 834 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 804 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 835 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 805 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 836 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 806 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 837 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 807 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 838 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 808 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 839 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 809 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 840 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 810 "@@@STEP_LOG_END@python.inline@@@" | 841 "@@@STEP_LOG_END@python.inline@@@" |
| 811 ] | 842 ] |
| 812 }, | 843 }, |
| 813 { | 844 { |
| 814 "cmd": [ | 845 "cmd": [ |
| 815 "python", | 846 "python", |
| 816 "-u", | 847 "-u", |
| 817 "[CWD]/swarming.client/isolateserver.py", | 848 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
| 818 "archive", | 849 "archive", |
| 819 "--isolate-server", | 850 "--isolate-server", |
| 820 "https://isolateserver.appspot.com", | 851 "https://isolateserver.appspot.com", |
| 821 "[CWD]/swarming_temp_dir/skia-task-perf_skia.isolated" | 852 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated" |
| 822 ], | 853 ], |
| 854 "cwd": "[SLAVE_BUILD]", |
| 823 "name": "upload new .isolated file for perf_skia", | 855 "name": "upload new .isolated file for perf_skia", |
| 824 "stdout": "/path/to/tmp/" | 856 "stdout": "/path/to/tmp/" |
| 825 }, | 857 }, |
| 826 { | 858 { |
| 827 "cmd": [ | 859 "cmd": [ |
| 828 "python", | 860 "python", |
| 829 "-u", | 861 "-u", |
| 830 "[CWD]/swarming.client/swarming.py", | 862 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 831 "trigger", | 863 "trigger", |
| 832 "--swarming", | 864 "--swarming", |
| 833 "https://chromium-swarm.appspot.com", | 865 "https://chromium-swarm.appspot.com", |
| 834 "--isolate-server", | 866 "--isolate-server", |
| 835 "https://isolateserver.appspot.com", | 867 "https://isolateserver.appspot.com", |
| 836 "--priority", | 868 "--priority", |
| 837 "90", | 869 "90", |
| 838 "--shards", | 870 "--shards", |
| 839 "1", | 871 "1", |
| 840 "--task-name", | 872 "--task-name", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 883 "buildername=Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybot", | 915 "buildername=Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybot", |
| 884 "mastername=client.skia.fyi", | 916 "mastername=client.skia.fyi", |
| 885 "buildnumber=5", | 917 "buildnumber=5", |
| 886 "slavename=skiabot-linux-housekeeper-003", | 918 "slavename=skiabot-linux-housekeeper-003", |
| 887 "reason=Triggered by Skia swarm_trigger Recipe", | 919 "reason=Triggered by Skia swarm_trigger Recipe", |
| 888 "swarm_out_dir=${ISOLATED_OUTDIR}", | 920 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 889 "patchset=1", | 921 "patchset=1", |
| 890 "issue=500", | 922 "issue=500", |
| 891 "revision=164710" | 923 "revision=164710" |
| 892 ], | 924 ], |
| 925 "cwd": "[SLAVE_BUILD]", |
| 893 "name": "[trigger] perf_skia on Ubuntu", | 926 "name": "[trigger] perf_skia on Ubuntu", |
| 894 "~followup_annotations": [ | 927 "~followup_annotations": [ |
| 895 "@@@STEP_LOG_LINE@json.output@{@@@", | 928 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 896 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def
456/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybot/5\", @@@", | 929 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def
456/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybot/5\", @@@", |
| 897 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 930 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 898 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Perf-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybot/5\": {@@@", | 931 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Perf-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybot/5\": {@@@", |
| 899 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 932 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 900 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 933 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 901 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 934 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 902 "@@@STEP_LOG_LINE@json.output@ }@@@", | 935 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 903 "@@@STEP_LOG_LINE@json.output@ }@@@", | 936 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 904 "@@@STEP_LOG_LINE@json.output@}@@@", | 937 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 905 "@@@STEP_LOG_END@json.output@@@", | 938 "@@@STEP_LOG_END@json.output@@@", |
| 906 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 939 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 907 ] | 940 ] |
| 908 }, | 941 }, |
| 909 { | 942 { |
| 910 "cmd": [ | 943 "cmd": [ |
| 911 "python", | 944 "python", |
| 912 "-u", | 945 "-u", |
| 913 "\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", | 946 "\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", |
| 914 "[CWD]/swarming_temp_dir/outputs/perf_skia" | 947 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" |
| 915 ], | 948 ], |
| 949 "cwd": "[SLAVE_BUILD]", |
| 916 "name": "rmtree results_dir", | 950 "name": "rmtree results_dir", |
| 917 "~followup_annotations": [ | 951 "~followup_annotations": [ |
| 918 "@@@STEP_LOG_LINE@python.inline@@@@", | 952 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 919 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 953 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 920 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 954 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 921 "@@@STEP_LOG_LINE@python.inline@@@@", | 955 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 922 "@@@STEP_LOG_LINE@python.inline@@@@", | 956 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 923 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 957 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 924 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 958 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 925 "@@@STEP_LOG_END@python.inline@@@" | 959 "@@@STEP_LOG_END@python.inline@@@" |
| 926 ] | 960 ] |
| 927 }, | 961 }, |
| 928 { | 962 { |
| 929 "cmd": [ | 963 "cmd": [ |
| 930 "python", | 964 "python", |
| 931 "-u", | 965 "-u", |
| 932 "[CWD]/swarming.client/swarming.py", | 966 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 933 "collect", | 967 "collect", |
| 934 "--swarming", | 968 "--swarming", |
| 935 "https://chromium-swarm.appspot.com", | 969 "https://chromium-swarm.appspot.com", |
| 936 "--decorate", | 970 "--decorate", |
| 937 "--print-status-updates", | 971 "--print-status-updates", |
| 938 "--shards", | 972 "--shards", |
| 939 "1", | 973 "1", |
| 940 "perf_skia/Ubuntu/def456/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarm
ing-Trybot/5", | 974 "perf_skia/Ubuntu/def456/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarm
ing-Trybot/5", |
| 941 "--task-summary-json", | 975 "--task-summary-json", |
| 942 "/path/to/tmp/json", | 976 "/path/to/tmp/json", |
| 943 "--task-output-dir", | 977 "--task-output-dir", |
| 944 "[CWD]/swarming_temp_dir/outputs/perf_skia" | 978 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" |
| 945 ], | 979 ], |
| 980 "cwd": "[SLAVE_BUILD]", |
| 946 "name": "perf_skia on Ubuntu", | 981 "name": "perf_skia on Ubuntu", |
| 947 "~followup_annotations": [ | 982 "~followup_annotations": [ |
| 948 "@@@STEP_TEXT@swarming pending 71s@@@", | 983 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 949 "@@@STEP_LOG_LINE@json.output@{@@@", | 984 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 950 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 985 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 951 "@@@STEP_LOG_LINE@json.output@ {@@@", | 986 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 952 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 987 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 953 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 988 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 954 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 989 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 955 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 990 "@@@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... |
| 988 ] | 1023 ] |
| 989 }, | 1024 }, |
| 990 { | 1025 { |
| 991 "cmd": [ | 1026 "cmd": [ |
| 992 "git", | 1027 "git", |
| 993 "show", | 1028 "show", |
| 994 "HEAD", | 1029 "HEAD", |
| 995 "--format=%at", | 1030 "--format=%at", |
| 996 "-s" | 1031 "-s" |
| 997 ], | 1032 ], |
| 998 "cwd": "[CWD]/skia", | 1033 "cwd": "[SLAVE_BUILD]/skia", |
| 999 "name": "git show", | 1034 "name": "git show", |
| 1000 "stdout": "/path/to/tmp/" | 1035 "stdout": "/path/to/tmp/" |
| 1001 }, | 1036 }, |
| 1002 { | 1037 { |
| 1003 "cmd": [ | 1038 "cmd": [ |
| 1004 "python", | 1039 "python", |
| 1005 "-u", | 1040 "-u", |
| 1006 "\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", | 1041 "\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", |
| 1007 "[CWD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybo
t/data" | 1042 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarmi
ng-Trybot/data" |
| 1008 ], | 1043 ], |
| 1044 "cwd": "[SLAVE_BUILD]", |
| 1009 "name": "rmtree perf_dir", | 1045 "name": "rmtree perf_dir", |
| 1010 "~followup_annotations": [ | 1046 "~followup_annotations": [ |
| 1011 "@@@STEP_LOG_LINE@python.inline@@@@", | 1047 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1012 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1048 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 1013 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1049 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 1014 "@@@STEP_LOG_LINE@python.inline@@@@", | 1050 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1015 "@@@STEP_LOG_LINE@python.inline@@@@", | 1051 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1016 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1052 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 1017 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1053 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 1018 "@@@STEP_LOG_END@python.inline@@@" | 1054 "@@@STEP_LOG_END@python.inline@@@" |
| 1019 ] | 1055 ] |
| 1020 }, | 1056 }, |
| 1021 { | 1057 { |
| 1022 "cmd": [ | 1058 "cmd": [ |
| 1023 "python", | 1059 "python", |
| 1024 "-u", | 1060 "-u", |
| 1025 "\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", | 1061 "\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", |
| 1026 "[CWD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybo
t/data", | 1062 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarmi
ng-Trybot/data", |
| 1027 "511" | 1063 "511" |
| 1028 ], | 1064 ], |
| 1065 "cwd": "[SLAVE_BUILD]", |
| 1029 "name": "makedirs perf_dir", | 1066 "name": "makedirs perf_dir", |
| 1030 "~followup_annotations": [ | 1067 "~followup_annotations": [ |
| 1031 "@@@STEP_LOG_LINE@python.inline@@@@", | 1068 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1032 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 1069 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 1033 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 1070 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 1034 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 1071 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 1035 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 1072 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 1036 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 1073 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 1037 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 1074 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 1038 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 1075 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 1039 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 1076 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 1040 "@@@STEP_LOG_END@python.inline@@@" | 1077 "@@@STEP_LOG_END@python.inline@@@" |
| 1041 ] | 1078 ] |
| 1042 }, | 1079 }, |
| 1043 { | 1080 { |
| 1044 "cmd": [ | 1081 "cmd": [ |
| 1045 "python", | 1082 "python", |
| 1046 "-u", | 1083 "-u", |
| 1047 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1084 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1048 "[CWD]/swarming_temp_dir/outputs/perf_skia/0/perfdata/Perf-Ubuntu-GCC-GCE-
CPU-AVX2-x86_64-Release-Swarming-Trybot/data/nanobench_164710.json", | 1085 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia/0/perfdata/Perf-Ubuntu-
GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybot/data/nanobench_164710.json", |
| 1049 "[CWD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybo
t/data/nanobench_164710_1408633190.json" | 1086 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarmi
ng-Trybot/data/nanobench_164710_1408633190.json" |
| 1050 ], | 1087 ], |
| 1088 "cwd": "[SLAVE_BUILD]", |
| 1051 "name": "perf_results" | 1089 "name": "perf_results" |
| 1052 }, | 1090 }, |
| 1053 { | 1091 { |
| 1054 "cmd": [ | 1092 "cmd": [ |
| 1055 "python", | 1093 "python", |
| 1056 "-u", | 1094 "-u", |
| 1057 "RECIPE_MODULE[build::skia]/resources/upload_bench_results.py", | 1095 "RECIPE_MODULE[build::skia]/resources/upload_bench_results.py", |
| 1058 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybot", | 1096 "Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybot", |
| 1059 "5", | 1097 "5", |
| 1060 "[CWD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarming-Trybo
t/data", | 1098 "[SLAVE_BUILD]/perfdata/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Swarmi
ng-Trybot/data", |
| 1061 "164710", | 1099 "164710", |
| 1062 "[ROOT]/b/depot_tools/third_party/gsutil/gsutil", | 1100 "[DEPOT_TOOLS]/third_party/gsutil/gsutil", |
| 1063 "500" | 1101 "500" |
| 1064 ], | 1102 ], |
| 1065 "cwd": "[CWD]/skia", | 1103 "cwd": "[SLAVE_BUILD]/skia", |
| 1066 "env": { | 1104 "env": { |
| 1067 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 1105 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
| 1068 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1106 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1069 }, | 1107 }, |
| 1070 "name": "Upload perf results" | 1108 "name": "Upload perf results" |
| 1071 }, | 1109 }, |
| 1072 { | 1110 { |
| 1073 "name": "$result", | 1111 "name": "$result", |
| 1074 "recipe_result": null, | 1112 "recipe_result": null, |
| 1075 "status_code": 0 | 1113 "status_code": 0 |
| 1076 } | 1114 } |
| 1077 ] | 1115 ] |
| OLD | NEW |