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