| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "remote", | 5 "remote", |
| 6 "set-url", | 6 "set-url", |
| 7 "origin", | 7 "origin", |
| 8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
| 9 ], | 9 ], |
| 10 "cwd": "[CWD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| 11 "name": "git remote set-url" | 11 "name": "git remote set-url" |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 "cmd": [ | 14 "cmd": [ |
| 15 "git", | 15 "git", |
| 16 "fetch" | 16 "fetch" |
| 17 ], | 17 ], |
| 18 "cwd": "[CWD]/skia", | 18 "cwd": "[SLAVE_BUILD]/skia", |
| 19 "name": "git fetch" | 19 "name": "git fetch" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "cmd": [ | 22 "cmd": [ |
| 23 "git", | 23 "git", |
| 24 "reset", | 24 "reset", |
| 25 "--hard", | 25 "--hard", |
| 26 "abc123" | 26 "abc123" |
| 27 ], | 27 ], |
| 28 "cwd": "[CWD]/skia", | 28 "cwd": "[SLAVE_BUILD]/skia", |
| 29 "name": "git reset" | 29 "name": "git reset" |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "cmd": [ | 32 "cmd": [ |
| 33 "git", | 33 "git", |
| 34 "clean", | 34 "clean", |
| 35 "-d", | 35 "-d", |
| 36 "-f" | 36 "-f" |
| 37 ], | 37 ], |
| 38 "cwd": "[CWD]/skia", | 38 "cwd": "[SLAVE_BUILD]/skia", |
| 39 "name": "git clean" | 39 "name": "git clean" |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "cmd": [ | 42 "cmd": [ |
| 43 "python", | 43 "python", |
| 44 "-u", | 44 "-u", |
| 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 46 "config", | 46 "config", |
| 47 "--spec", | 47 "--spec", |
| 48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" | 48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l
lvm']" |
| 49 ], | 49 ], |
| 50 "cwd": "[SLAVE_BUILD]", |
| 50 "env": { | 51 "env": { |
| 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 52 }, | 53 }, |
| 53 "name": "gclient setup" | 54 "name": "gclient setup" |
| 54 }, | 55 }, |
| 55 { | 56 { |
| 56 "cmd": [ | 57 "cmd": [ |
| 57 "python", | 58 "python", |
| 58 "-u", | 59 "-u", |
| 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 60 "sync", | 61 "sync", |
| 61 "--nohooks", | 62 "--nohooks", |
| 62 "--force", | 63 "--force", |
| 63 "--verbose", | 64 "--verbose", |
| 64 "--delete_unversioned_trees", | 65 "--delete_unversioned_trees", |
| 65 "--revision", | 66 "--revision", |
| 66 "skia@abc123", | 67 "skia@abc123", |
| 67 "--output-json", | 68 "--output-json", |
| 68 "/path/to/tmp/json" | 69 "/path/to/tmp/json" |
| 69 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
| 70 "env": { | 72 "env": { |
| 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 72 }, | 74 }, |
| 73 "name": "gclient sync", | 75 "name": "gclient sync", |
| 74 "~followup_annotations": [ | 76 "~followup_annotations": [ |
| 75 "@@@STEP_LOG_LINE@json.output@{@@@", | 77 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 79 "@@@STEP_LOG_LINE@json.output@ }@@@", | 81 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 80 "@@@STEP_LOG_LINE@json.output@ }@@@", | 82 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 81 "@@@STEP_LOG_LINE@json.output@}@@@", | 83 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 82 "@@@STEP_LOG_END@json.output@@@", | 84 "@@@STEP_LOG_END@json.output@@@", |
| 83 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 85 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
| 84 ] | 86 ] |
| 85 }, | 87 }, |
| 86 { | 88 { |
| 87 "cmd": [ | 89 "cmd": [ |
| 88 "python", | 90 "python", |
| 89 "-u", | 91 "-u", |
| 90 "[CWD]/skia/tools/buildbot_spec.py", | 92 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 91 "/path/to/tmp/json", | 93 "/path/to/tmp/json", |
| 92 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming" | 94 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming" |
| 93 ], | 95 ], |
| 94 "cwd": "[CWD]/skia", | 96 "cwd": "[SLAVE_BUILD]/skia", |
| 95 "name": "exec buildbot_spec.py", | 97 "name": "exec buildbot_spec.py", |
| 96 "~followup_annotations": [ | 98 "~followup_annotations": [ |
| 97 "@@@STEP_LOG_LINE@json.output@{@@@", | 99 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 98 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 100 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 99 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", | 101 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", |
| 100 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", |
| 101 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 103 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 102 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
| 103 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", | 105 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", |
| 104 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | 106 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 128 "@@@STEP_LOG_LINE@json.output@}@@@", | 130 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 129 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
| 130 ] | 132 ] |
| 131 }, | 133 }, |
| 132 { | 134 { |
| 133 "cmd": [ | 135 "cmd": [ |
| 134 "python", | 136 "python", |
| 135 "-u", | 137 "-u", |
| 136 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 138 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 137 "--path", | 139 "--path", |
| 138 "[CWD]/swarming.client", | 140 "[SLAVE_BUILD]/swarming.client", |
| 139 "--url", | 141 "--url", |
| 140 "https://chromium.googlesource.com/external/swarming.client.git" | 142 "https://chromium.googlesource.com/external/swarming.client.git" |
| 141 ], | 143 ], |
| 144 "cwd": "[SLAVE_BUILD]", |
| 142 "name": "git setup (swarming_client)" | 145 "name": "git setup (swarming_client)" |
| 143 }, | 146 }, |
| 144 { | 147 { |
| 145 "cmd": [ | 148 "cmd": [ |
| 146 "git", | 149 "git", |
| 147 "retry", | 150 "retry", |
| 148 "fetch", | 151 "fetch", |
| 149 "origin", | 152 "origin", |
| 150 "master" | 153 "master" |
| 151 ], | 154 ], |
| 152 "cwd": "[CWD]/swarming.client", | 155 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 153 "name": "git fetch (swarming_client)" | 156 "name": "git fetch (swarming_client)" |
| 154 }, | 157 }, |
| 155 { | 158 { |
| 156 "cmd": [ | 159 "cmd": [ |
| 157 "git", | 160 "git", |
| 158 "checkout", | 161 "checkout", |
| 159 "-f", | 162 "-f", |
| 160 "FETCH_HEAD" | 163 "FETCH_HEAD" |
| 161 ], | 164 ], |
| 162 "cwd": "[CWD]/swarming.client", | 165 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 163 "name": "git checkout (swarming_client)" | 166 "name": "git checkout (swarming_client)" |
| 164 }, | 167 }, |
| 165 { | 168 { |
| 166 "cmd": [ | 169 "cmd": [ |
| 167 "git", | 170 "git", |
| 168 "rev-parse", | 171 "rev-parse", |
| 169 "HEAD" | 172 "HEAD" |
| 170 ], | 173 ], |
| 171 "cwd": "[CWD]/swarming.client", | 174 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 172 "name": "read revision", | 175 "name": "read revision", |
| 173 "stdout": "/path/to/tmp/", | 176 "stdout": "/path/to/tmp/", |
| 174 "~followup_annotations": [ | 177 "~followup_annotations": [ |
| 175 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 178 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 176 ] | 179 ] |
| 177 }, | 180 }, |
| 178 { | 181 { |
| 179 "cmd": [ | 182 "cmd": [ |
| 180 "git", | 183 "git", |
| 181 "clean", | 184 "clean", |
| 182 "-f", | 185 "-f", |
| 183 "-d", | 186 "-d", |
| 184 "-x" | 187 "-x" |
| 185 ], | 188 ], |
| 186 "cwd": "[CWD]/swarming.client", | 189 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 187 "name": "git clean (swarming_client)" | 190 "name": "git clean (swarming_client)" |
| 188 }, | 191 }, |
| 189 { | 192 { |
| 190 "cmd": [ | 193 "cmd": [ |
| 191 "git", | 194 "git", |
| 192 "submodule", | 195 "submodule", |
| 193 "sync" | 196 "sync" |
| 194 ], | 197 ], |
| 195 "cwd": "[CWD]/swarming.client", | 198 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 196 "name": "submodule sync (swarming_client)" | 199 "name": "submodule sync (swarming_client)" |
| 197 }, | 200 }, |
| 198 { | 201 { |
| 199 "cmd": [ | 202 "cmd": [ |
| 200 "git", | 203 "git", |
| 201 "submodule", | 204 "submodule", |
| 202 "update", | 205 "update", |
| 203 "--init", | 206 "--init", |
| 204 "--recursive" | 207 "--recursive" |
| 205 ], | 208 ], |
| 206 "cwd": "[CWD]/swarming.client", | 209 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 207 "name": "submodule update (swarming_client)" | 210 "name": "submodule update (swarming_client)" |
| 208 }, | 211 }, |
| 209 { | 212 { |
| 210 "cmd": [ | 213 "cmd": [ |
| 211 "python", | 214 "python", |
| 212 "-u", | 215 "-u", |
| 213 "[CWD]/swarming.client/swarming.py", | 216 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 214 "--version" | 217 "--version" |
| 215 ], | 218 ], |
| 219 "cwd": "[SLAVE_BUILD]", |
| 216 "name": "swarming.py --version", | 220 "name": "swarming.py --version", |
| 217 "stdout": "/path/to/tmp/", | 221 "stdout": "/path/to/tmp/", |
| 218 "~followup_annotations": [ | 222 "~followup_annotations": [ |
| 219 "@@@STEP_TEXT@0.4.10@@@" | 223 "@@@STEP_TEXT@0.4.10@@@" |
| 220 ] | 224 ] |
| 221 }, | 225 }, |
| 222 { | 226 { |
| 223 "cmd": [ | 227 "cmd": [ |
| 224 "download_from_google_storage", | 228 "download_from_google_storage", |
| 225 "--no_resume", | 229 "--no_resume", |
| 226 "--platform=linux*", | 230 "--platform=linux*", |
| 227 "--no_auth", | 231 "--no_auth", |
| 228 "--bucket", | 232 "--bucket", |
| 229 "chromium-luci", | 233 "chromium-luci", |
| 230 "-d", | 234 "-d", |
| 231 "[CWD]/skia/infra/bots/tools/luci-go/linux64" | 235 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64" |
| 232 ], | 236 ], |
| 237 "cwd": "[SLAVE_BUILD]", |
| 233 "name": "download luci-go linux" | 238 "name": "download luci-go linux" |
| 234 }, | 239 }, |
| 235 { | 240 { |
| 236 "cmd": [ | 241 "cmd": [ |
| 237 "download_from_google_storage", | 242 "download_from_google_storage", |
| 238 "--no_resume", | 243 "--no_resume", |
| 239 "--platform=darwin", | 244 "--platform=darwin", |
| 240 "--no_auth", | 245 "--no_auth", |
| 241 "--bucket", | 246 "--bucket", |
| 242 "chromium-luci", | 247 "chromium-luci", |
| 243 "-d", | 248 "-d", |
| 244 "[CWD]/skia/infra/bots/tools/luci-go/mac64" | 249 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64" |
| 245 ], | 250 ], |
| 251 "cwd": "[SLAVE_BUILD]", |
| 246 "name": "download luci-go mac" | 252 "name": "download luci-go mac" |
| 247 }, | 253 }, |
| 248 { | 254 { |
| 249 "cmd": [ | 255 "cmd": [ |
| 250 "download_from_google_storage", | 256 "download_from_google_storage", |
| 251 "--no_resume", | 257 "--no_resume", |
| 252 "--platform=win32", | 258 "--platform=win32", |
| 253 "--no_auth", | 259 "--no_auth", |
| 254 "--bucket", | 260 "--bucket", |
| 255 "chromium-luci", | 261 "chromium-luci", |
| 256 "-d", | 262 "-d", |
| 257 "[CWD]/skia/infra/bots/tools/luci-go/win64" | 263 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64" |
| 258 ], | 264 ], |
| 265 "cwd": "[SLAVE_BUILD]", |
| 259 "name": "download luci-go win" | 266 "name": "download luci-go win" |
| 260 }, | 267 }, |
| 261 { | 268 { |
| 262 "cmd": [ | 269 "cmd": [ |
| 263 "python", | 270 "python", |
| 264 "-u", | 271 "-u", |
| 265 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 272 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 266 "[CWD]/luci-go" | 273 "[SLAVE_BUILD]/luci-go" |
| 267 ], | 274 ], |
| 275 "cwd": "[SLAVE_BUILD]", |
| 268 "name": "rmtree Go binary dir", | 276 "name": "rmtree Go binary dir", |
| 269 "~followup_annotations": [ | 277 "~followup_annotations": [ |
| 270 "@@@STEP_LOG_LINE@python.inline@@@@", | 278 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 271 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 279 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 272 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 280 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 273 "@@@STEP_LOG_LINE@python.inline@@@@", | 281 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 274 "@@@STEP_LOG_LINE@python.inline@@@@", | 282 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 275 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 283 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 276 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 284 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 277 "@@@STEP_LOG_END@python.inline@@@" | 285 "@@@STEP_LOG_END@python.inline@@@" |
| 278 ] | 286 ] |
| 279 }, | 287 }, |
| 280 { | 288 { |
| 281 "cmd": [ | 289 "cmd": [ |
| 282 "python", | 290 "python", |
| 283 "-u", | 291 "-u", |
| 284 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 292 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
| 285 "[CWD]/skia/infra/bots/tools/luci-go", | 293 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go", |
| 286 "[CWD]/luci-go", | 294 "[SLAVE_BUILD]/luci-go", |
| 287 "0" | 295 "0" |
| 288 ], | 296 ], |
| 297 "cwd": "[SLAVE_BUILD]", |
| 289 "name": "Copy Go binary" | 298 "name": "Copy Go binary" |
| 290 }, | 299 }, |
| 291 { | 300 { |
| 292 "cmd": [ | 301 "cmd": [ |
| 293 "python", | 302 "python", |
| 294 "-u", | 303 "-u", |
| 295 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 304 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 296 "[ROOT]/b/build/third_party/infra", | 305 "[BUILD]/third_party/infra", |
| 297 "511" | 306 "511" |
| 298 ], | 307 ], |
| 308 "cwd": "[SLAVE_BUILD]", |
| 299 "name": "makedirs third_party_infra", | 309 "name": "makedirs third_party_infra", |
| 300 "~followup_annotations": [ | 310 "~followup_annotations": [ |
| 301 "@@@STEP_LOG_LINE@python.inline@@@@", | 311 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 302 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 312 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 303 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 313 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 304 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 314 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 305 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 315 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 306 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 316 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 307 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 317 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 308 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 318 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 309 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 319 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 310 "@@@STEP_LOG_END@python.inline@@@" | 320 "@@@STEP_LOG_END@python.inline@@@" |
| 311 ] | 321 ] |
| 312 }, | 322 }, |
| 313 { | 323 { |
| 314 "cmd": [ | 324 "cmd": [ |
| 315 "python", | 325 "python", |
| 316 "-u", | 326 "-u", |
| 317 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 327 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 318 "[CWD]/swarming_temp_dir", | 328 "[SLAVE_BUILD]/swarming_temp_dir", |
| 319 "511" | 329 "511" |
| 320 ], | 330 ], |
| 331 "cwd": "[SLAVE_BUILD]", |
| 321 "name": "makedirs swarming tmp dir", | 332 "name": "makedirs swarming tmp dir", |
| 322 "~followup_annotations": [ | 333 "~followup_annotations": [ |
| 323 "@@@STEP_LOG_LINE@python.inline@@@@", | 334 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 324 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 335 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 325 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 336 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 326 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 337 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 327 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 338 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 328 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 339 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 329 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 340 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 330 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 341 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 331 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 342 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 332 "@@@STEP_LOG_END@python.inline@@@" | 343 "@@@STEP_LOG_END@python.inline@@@" |
| 333 ] | 344 ] |
| 334 }, | 345 }, |
| 335 { | 346 { |
| 336 "cmd": [ | 347 "cmd": [ |
| 337 "python", | 348 "python", |
| 338 "-u", | 349 "-u", |
| 339 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 350 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 340 "{\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}", | 351 "{\n \"args\": [\n \"--isolate\", \n \"[BUILD]/scripts/sl
ave/recipes/skia/swarm_recipe.isolate\", \n \"--isolated\", \n \"[
SLAVE_BUILD]/swarming_temp_dir/skia-task-isolate_recipes.isolated\", \n \
"--config-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\
": \"[BUILD]/scripts/slave/recipes/skia\", \n \"version\": 1\n}", |
| 341 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 352 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
| 342 ], | 353 ], |
| 354 "cwd": "[SLAVE_BUILD]", |
| 343 "name": "Write isolate_recipes.isolated.gen.json" | 355 "name": "Write isolate_recipes.isolated.gen.json" |
| 344 }, | 356 }, |
| 345 { | 357 { |
| 346 "cmd": [ | 358 "cmd": [ |
| 347 "python", | 359 "python", |
| 348 "-u", | 360 "-u", |
| 349 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 361 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 350 "[CWD]/swarming.client", | 362 "[SLAVE_BUILD]/swarming.client", |
| 351 "batcharchive", | 363 "batcharchive", |
| 352 "--dump-json", | 364 "--dump-json", |
| 353 "/path/to/tmp/json", | 365 "/path/to/tmp/json", |
| 354 "--isolate-server", | 366 "--isolate-server", |
| 355 "https://isolateserver.appspot.com", | 367 "https://isolateserver.appspot.com", |
| 356 "--verbose", | 368 "--verbose", |
| 357 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" | 369 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" |
| 358 ], | 370 ], |
| 371 "cwd": "[SLAVE_BUILD]", |
| 359 "name": "isolate tests", | 372 "name": "isolate tests", |
| 360 "~followup_annotations": [ | 373 "~followup_annotations": [ |
| 361 "@@@STEP_LOG_LINE@json.output@{@@@", | 374 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 362 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", | 375 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
| 363 "@@@STEP_LOG_LINE@json.output@}@@@", | 376 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 364 "@@@STEP_LOG_END@json.output@@@", | 377 "@@@STEP_LOG_END@json.output@@@", |
| 365 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 378 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
| 366 ] | 379 ] |
| 367 }, | 380 }, |
| 368 { | 381 { |
| 369 "cmd": [ | 382 "cmd": [ |
| 370 "python", | 383 "python", |
| 371 "-u", | 384 "-u", |
| 372 "[CWD]/skia/tools/buildbot_spec.py", | 385 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 373 "/path/to/tmp/json", | 386 "/path/to/tmp/json", |
| 374 "Build-Ubuntu-GCC-x86_64-Debug-Swarming" | 387 "Build-Ubuntu-GCC-x86_64-Debug-Swarming" |
| 375 ], | 388 ], |
| 376 "cwd": "[CWD]/skia", | 389 "cwd": "[SLAVE_BUILD]/skia", |
| 377 "name": "exec buildbot_spec.py (2)", | 390 "name": "exec buildbot_spec.py (2)", |
| 378 "~followup_annotations": [ | 391 "~followup_annotations": [ |
| 379 "@@@STEP_LOG_LINE@json.output@{@@@", | 392 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 380 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 393 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 381 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 394 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
| 382 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 395 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 383 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 396 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
| 384 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | 397 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
| 385 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 398 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
| 386 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Swarming\", @@@", | 399 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Swarming\", @@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 405 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 418 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
| 406 "@@@STEP_LOG_LINE@json.output@}@@@", | 419 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 407 "@@@STEP_LOG_END@json.output@@@" | 420 "@@@STEP_LOG_END@json.output@@@" |
| 408 ] | 421 ] |
| 409 }, | 422 }, |
| 410 { | 423 { |
| 411 "cmd": [ | 424 "cmd": [ |
| 412 "python", | 425 "python", |
| 413 "-u", | 426 "-u", |
| 414 "\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", | 427 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 415 "[CWD]/swarming_temp_dir", | 428 "[SLAVE_BUILD]/swarming_temp_dir", |
| 416 "511" | 429 "511" |
| 417 ], | 430 ], |
| 431 "cwd": "[SLAVE_BUILD]", |
| 418 "name": "makedirs swarming tmp dir (2)", | 432 "name": "makedirs swarming tmp dir (2)", |
| 419 "~followup_annotations": [ | 433 "~followup_annotations": [ |
| 420 "@@@STEP_LOG_LINE@python.inline@@@@", | 434 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 421 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 435 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 422 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 436 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 423 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 437 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 424 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 438 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 425 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 439 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 426 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 440 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 427 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 441 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 428 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 442 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 429 "@@@STEP_LOG_END@python.inline@@@" | 443 "@@@STEP_LOG_END@python.inline@@@" |
| 430 ] | 444 ] |
| 431 }, | 445 }, |
| 432 { | 446 { |
| 433 "cmd": [ | 447 "cmd": [ |
| 434 "python", | 448 "python", |
| 435 "-u", | 449 "-u", |
| 436 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 450 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 437 "{\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}", | 451 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/compile_skia.isolate\", \n \"--isolated\", \n \"[SLAVE
_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated\", \n \"--confi
g-variable\", \n \"OS\", \n \"Ubuntu\", \n \"--blacklist\",
\n \".git\", \n \"--blacklist\", \n \"out\", \n \"-
-blacklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"W
ORKDIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n
\"BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n
\"version\": 1\n}", |
| 438 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 452 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
| 439 ], | 453 ], |
| 454 "cwd": "[SLAVE_BUILD]", |
| 440 "name": "Write compile_skia.isolated.gen.json" | 455 "name": "Write compile_skia.isolated.gen.json" |
| 441 }, | 456 }, |
| 442 { | 457 { |
| 443 "cmd": [ | 458 "cmd": [ |
| 444 "python", | 459 "python", |
| 445 "-u", | 460 "-u", |
| 446 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 461 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 447 "[CWD]/swarming.client", | 462 "[SLAVE_BUILD]/swarming.client", |
| 448 "batcharchive", | 463 "batcharchive", |
| 449 "--dump-json", | 464 "--dump-json", |
| 450 "/path/to/tmp/json", | 465 "/path/to/tmp/json", |
| 451 "--isolate-server", | 466 "--isolate-server", |
| 452 "https://isolateserver.appspot.com", | 467 "https://isolateserver.appspot.com", |
| 453 "--verbose", | 468 "--verbose", |
| 454 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 469 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
| 455 ], | 470 ], |
| 471 "cwd": "[SLAVE_BUILD]", |
| 456 "name": "isolate tests (2)", | 472 "name": "isolate tests (2)", |
| 457 "~followup_annotations": [ | 473 "~followup_annotations": [ |
| 458 "@@@STEP_LOG_LINE@json.output@{@@@", | 474 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 459 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 475 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
| 460 "@@@STEP_LOG_LINE@json.output@}@@@", | 476 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 461 "@@@STEP_LOG_END@json.output@@@", | 477 "@@@STEP_LOG_END@json.output@@@", |
| 462 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 478 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
| 463 ] | 479 ] |
| 464 }, | 480 }, |
| 465 { | 481 { |
| 466 "cmd": [ | 482 "cmd": [ |
| 467 "python", | 483 "python", |
| 468 "-u", | 484 "-u", |
| 469 "\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", | 485 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", |
| 470 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 486 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
| 471 "[dummy hash for isolate_recipes]" | 487 "[dummy hash for isolate_recipes]" |
| 472 ], | 488 ], |
| 489 "cwd": "[SLAVE_BUILD]", |
| 473 "name": "add_isolated_input", | 490 "name": "add_isolated_input", |
| 474 "~followup_annotations": [ | 491 "~followup_annotations": [ |
| 475 "@@@STEP_LOG_LINE@python.inline@@@@", | 492 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 476 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 493 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 477 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 494 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 478 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 495 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 479 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 496 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 480 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 497 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 481 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 498 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 482 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 499 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 483 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 500 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 484 "@@@STEP_LOG_END@python.inline@@@" | 501 "@@@STEP_LOG_END@python.inline@@@" |
| 485 ] | 502 ] |
| 486 }, | 503 }, |
| 487 { | 504 { |
| 488 "cmd": [ | 505 "cmd": [ |
| 489 "python", | 506 "python", |
| 490 "-u", | 507 "-u", |
| 491 "[CWD]/swarming.client/isolateserver.py", | 508 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
| 492 "archive", | 509 "archive", |
| 493 "--isolate-server", | 510 "--isolate-server", |
| 494 "https://isolateserver.appspot.com", | 511 "https://isolateserver.appspot.com", |
| 495 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated" | 512 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated" |
| 496 ], | 513 ], |
| 514 "cwd": "[SLAVE_BUILD]", |
| 497 "name": "upload new .isolated file for compile_skia", | 515 "name": "upload new .isolated file for compile_skia", |
| 498 "stdout": "/path/to/tmp/" | 516 "stdout": "/path/to/tmp/" |
| 499 }, | 517 }, |
| 500 { | 518 { |
| 501 "cmd": [ | 519 "cmd": [ |
| 502 "python", | 520 "python", |
| 503 "-u", | 521 "-u", |
| 504 "[CWD]/swarming.client/swarming.py", | 522 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 505 "trigger", | 523 "trigger", |
| 506 "--swarming", | 524 "--swarming", |
| 507 "https://chromium-swarm.appspot.com", | 525 "https://chromium-swarm.appspot.com", |
| 508 "--isolate-server", | 526 "--isolate-server", |
| 509 "https://isolateserver.appspot.com", | 527 "https://isolateserver.appspot.com", |
| 510 "--priority", | 528 "--priority", |
| 511 "90", | 529 "90", |
| 512 "--shards", | 530 "--shards", |
| 513 "1", | 531 "1", |
| 514 "--task-name", | 532 "--task-name", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 "../../..", | 571 "../../..", |
| 554 "skia/swarm_compile", | 572 "skia/swarm_compile", |
| 555 "buildername=Build-Ubuntu-GCC-x86_64-Debug-Swarming", | 573 "buildername=Build-Ubuntu-GCC-x86_64-Debug-Swarming", |
| 556 "mastername=client.skia", | 574 "mastername=client.skia", |
| 557 "buildnumber=5", | 575 "buildnumber=5", |
| 558 "slavename=skiabot-linux-test-000", | 576 "slavename=skiabot-linux-test-000", |
| 559 "reason=Triggered by Skia swarm_trigger Recipe", | 577 "reason=Triggered by Skia swarm_trigger Recipe", |
| 560 "swarm_out_dir=${ISOLATED_OUTDIR}", | 578 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 561 "revision=164710" | 579 "revision=164710" |
| 562 ], | 580 ], |
| 581 "cwd": "[SLAVE_BUILD]", |
| 563 "name": "[trigger] compile_skia on Ubuntu", | 582 "name": "[trigger] compile_skia on Ubuntu", |
| 564 "~followup_annotations": [ | 583 "~followup_annotations": [ |
| 565 "@@@STEP_LOG_LINE@json.output@{@@@", | 584 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 566 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", | 585 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/
def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", |
| 567 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 586 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 568 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Test-Ubuntu
-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", | 587 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/def456/Test-Ubuntu
-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", |
| 569 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 588 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 570 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 589 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 571 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 590 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 572 "@@@STEP_LOG_LINE@json.output@ }@@@", | 591 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 573 "@@@STEP_LOG_LINE@json.output@ }@@@", | 592 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 574 "@@@STEP_LOG_LINE@json.output@}@@@", | 593 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 575 "@@@STEP_LOG_END@json.output@@@", | 594 "@@@STEP_LOG_END@json.output@@@", |
| 576 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 595 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 577 ] | 596 ] |
| 578 }, | 597 }, |
| 579 { | 598 { |
| 580 "cmd": [ | 599 "cmd": [ |
| 581 "python", | 600 "python", |
| 582 "-u", | 601 "-u", |
| 583 "[CWD]/swarming.client/swarming.py", | 602 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 584 "collect", | 603 "collect", |
| 585 "--swarming", | 604 "--swarming", |
| 586 "https://chromium-swarm.appspot.com", | 605 "https://chromium-swarm.appspot.com", |
| 587 "--decorate", | 606 "--decorate", |
| 588 "--print-status-updates", | 607 "--print-status-updates", |
| 589 "--shards", | 608 "--shards", |
| 590 "1", | 609 "1", |
| 591 "compile_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swar
ming/5", | 610 "compile_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swar
ming/5", |
| 592 "--task-summary-json", | 611 "--task-summary-json", |
| 593 "/path/to/tmp/json" | 612 "/path/to/tmp/json" |
| 594 ], | 613 ], |
| 614 "cwd": "[SLAVE_BUILD]", |
| 595 "name": "compile_skia on Ubuntu", | 615 "name": "compile_skia on Ubuntu", |
| 596 "~followup_annotations": [ | 616 "~followup_annotations": [ |
| 597 "@@@STEP_TEXT@swarming pending 71s@@@", | 617 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 598 "@@@STEP_LOG_LINE@json.output@{@@@", | 618 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 599 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 619 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 600 "@@@STEP_LOG_LINE@json.output@ {@@@", | 620 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 601 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 621 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 602 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 622 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 603 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 623 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 604 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 624 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 634 "@@@STEP_LOG_LINE@json.output@}@@@", | 654 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 635 "@@@STEP_LOG_END@json.output@@@", | 655 "@@@STEP_LOG_END@json.output@@@", |
| 636 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 656 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 637 ] | 657 ] |
| 638 }, | 658 }, |
| 639 { | 659 { |
| 640 "cmd": [ | 660 "cmd": [ |
| 641 "python", | 661 "python", |
| 642 "-u", | 662 "-u", |
| 643 "\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", | 663 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 644 "[CWD]/tmp", | 664 "[SLAVE_BUILD]/tmp", |
| 645 "511" | 665 "511" |
| 646 ], | 666 ], |
| 667 "cwd": "[SLAVE_BUILD]", |
| 647 "name": "makedirs tmp_dir", | 668 "name": "makedirs tmp_dir", |
| 648 "~followup_annotations": [ | 669 "~followup_annotations": [ |
| 649 "@@@STEP_LOG_LINE@python.inline@@@@", | 670 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 650 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 671 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 651 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 672 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 652 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 673 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 653 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 674 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 654 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 675 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 655 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 676 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 656 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 677 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 657 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 678 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 658 "@@@STEP_LOG_END@python.inline@@@" | 679 "@@@STEP_LOG_END@python.inline@@@" |
| 659 ] | 680 ] |
| 660 }, | 681 }, |
| 661 { | 682 { |
| 662 "cmd": [ | 683 "cmd": [ |
| 663 "python", | 684 "python", |
| 664 "-u", | 685 "-u", |
| 665 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 686 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 666 "[CWD]/tmp/SKP_VERSION", | 687 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
| 667 "/path/to/tmp/" | 688 "/path/to/tmp/" |
| 668 ], | 689 ], |
| 690 "cwd": "[SLAVE_BUILD]", |
| 669 "name": "Get downloaded SKP_VERSION", | 691 "name": "Get downloaded SKP_VERSION", |
| 670 "~followup_annotations": [ | 692 "~followup_annotations": [ |
| 671 "step returned non-zero exit code: 1", | 693 "step returned non-zero exit code: 1", |
| 672 "@@@STEP_EXCEPTION@@@" | 694 "@@@STEP_EXCEPTION@@@" |
| 673 ] | 695 ] |
| 674 }, | 696 }, |
| 675 { | 697 { |
| 676 "cmd": [ | 698 "cmd": [ |
| 677 "python", | 699 "python", |
| 678 "-u", | 700 "-u", |
| 679 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 701 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 680 "[CWD]/skia/SKP_VERSION", | 702 "[SLAVE_BUILD]/skia/SKP_VERSION", |
| 681 "/path/to/tmp/" | 703 "/path/to/tmp/" |
| 682 ], | 704 ], |
| 705 "cwd": "[SLAVE_BUILD]", |
| 683 "name": "Get expected SKP_VERSION" | 706 "name": "Get expected SKP_VERSION" |
| 684 }, | 707 }, |
| 685 { | 708 { |
| 686 "cmd": [ | 709 "cmd": [ |
| 687 "python", | 710 "python", |
| 688 "-u", | 711 "-u", |
| 689 "\nimport 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", | 712 "\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", |
| 690 "[CWD]/skps" | 713 "[SLAVE_BUILD]/skps" |
| 691 ], | 714 ], |
| 715 "cwd": "[SLAVE_BUILD]", |
| 692 "name": "rmtree skps", | 716 "name": "rmtree skps", |
| 693 "~followup_annotations": [ | 717 "~followup_annotations": [ |
| 694 "@@@STEP_LOG_LINE@python.inline@@@@", | 718 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 695 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 719 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 696 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 720 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 697 "@@@STEP_LOG_LINE@python.inline@@@@", | 721 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 698 "@@@STEP_LOG_LINE@python.inline@@@@", | 722 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 699 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 723 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 700 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 724 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 701 "@@@STEP_LOG_END@python.inline@@@" | 725 "@@@STEP_LOG_END@python.inline@@@" |
| 702 ] | 726 ] |
| 703 }, | 727 }, |
| 704 { | 728 { |
| 705 "cmd": [ | 729 "cmd": [ |
| 706 "python", | 730 "python", |
| 707 "-u", | 731 "-u", |
| 708 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 732 "\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", |
| 709 "[CWD]/skps", | 733 "[SLAVE_BUILD]/skps", |
| 710 "511" | 734 "511" |
| 711 ], | 735 ], |
| 736 "cwd": "[SLAVE_BUILD]", |
| 712 "name": "makedirs skps", | 737 "name": "makedirs skps", |
| 713 "~followup_annotations": [ | 738 "~followup_annotations": [ |
| 714 "@@@STEP_LOG_LINE@python.inline@@@@", | 739 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 715 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 740 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 716 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 741 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 717 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 742 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 718 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 743 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 719 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 744 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 720 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 745 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 721 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 746 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 722 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 747 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 723 "@@@STEP_LOG_END@python.inline@@@" | 748 "@@@STEP_LOG_END@python.inline@@@" |
| 724 ] | 749 ] |
| 725 }, | 750 }, |
| 726 { | 751 { |
| 727 "cmd": [ | 752 "cmd": [ |
| 728 "python", | 753 "python", |
| 729 "-u", | 754 "-u", |
| 730 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 755 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 731 "--", | 756 "--", |
| 732 "[ROOT]/b/depot_tools/gsutil.py", | 757 "[DEPOT_TOOLS]/gsutil.py", |
| 733 "----", | 758 "----", |
| 734 "cp", | 759 "cp", |
| 735 "-R", | 760 "-R", |
| 736 "gs://chromium-skia-gm/playback_42/skps/*", | 761 "gs://chromium-skia-gm/playback_42/skps/*", |
| 737 "[CWD]/skps" | 762 "[SLAVE_BUILD]/skps" |
| 738 ], | 763 ], |
| 764 "cwd": "[SLAVE_BUILD]", |
| 739 "env": { | 765 "env": { |
| 740 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 766 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
| 741 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 767 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 742 }, | 768 }, |
| 743 "name": "gsutil download skps" | 769 "name": "gsutil download skps" |
| 744 }, | 770 }, |
| 745 { | 771 { |
| 746 "cmd": [ | 772 "cmd": [ |
| 747 "python", | 773 "python", |
| 748 "-u", | 774 "-u", |
| 749 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 775 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 750 "42", | 776 "42", |
| 751 "[CWD]/tmp/SKP_VERSION" | 777 "[SLAVE_BUILD]/tmp/SKP_VERSION" |
| 752 ], | 778 ], |
| 779 "cwd": "[SLAVE_BUILD]", |
| 753 "name": "write SKP_VERSION" | 780 "name": "write SKP_VERSION" |
| 754 }, | 781 }, |
| 755 { | 782 { |
| 756 "cmd": [ | 783 "cmd": [ |
| 757 "python", | 784 "python", |
| 758 "-u", | 785 "-u", |
| 759 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 786 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 760 "[CWD]/tmp/SK_IMAGE_VERSION", | 787 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", |
| 761 "/path/to/tmp/" | 788 "/path/to/tmp/" |
| 762 ], | 789 ], |
| 790 "cwd": "[SLAVE_BUILD]", |
| 763 "name": "Get downloaded SK_IMAGE_VERSION" | 791 "name": "Get downloaded SK_IMAGE_VERSION" |
| 764 }, | 792 }, |
| 765 { | 793 { |
| 766 "cmd": [ | 794 "cmd": [ |
| 767 "python", | 795 "python", |
| 768 "-u", | 796 "-u", |
| 769 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 797 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 770 "[CWD]/skia/SK_IMAGE_VERSION", | 798 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", |
| 771 "/path/to/tmp/" | 799 "/path/to/tmp/" |
| 772 ], | 800 ], |
| 801 "cwd": "[SLAVE_BUILD]", |
| 773 "name": "Get expected SK_IMAGE_VERSION" | 802 "name": "Get expected SK_IMAGE_VERSION" |
| 774 }, | 803 }, |
| 775 { | 804 { |
| 776 "cmd": [ | 805 "cmd": [ |
| 777 "python", | 806 "python", |
| 778 "-u", | 807 "-u", |
| 779 "\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", | 808 "\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", |
| 780 "[CWD]/swarming_temp_dir", | 809 "[SLAVE_BUILD]/swarming_temp_dir", |
| 781 "511" | 810 "511" |
| 782 ], | 811 ], |
| 812 "cwd": "[SLAVE_BUILD]", |
| 783 "name": "makedirs swarming tmp dir (3)", | 813 "name": "makedirs swarming tmp dir (3)", |
| 784 "~followup_annotations": [ | 814 "~followup_annotations": [ |
| 785 "@@@STEP_LOG_LINE@python.inline@@@@", | 815 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 786 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 816 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 787 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 817 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 788 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 818 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 789 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 819 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 790 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 820 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 791 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 821 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 792 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 822 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 793 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 823 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 794 "@@@STEP_LOG_END@python.inline@@@" | 824 "@@@STEP_LOG_END@python.inline@@@" |
| 795 ] | 825 ] |
| 796 }, | 826 }, |
| 797 { | 827 { |
| 798 "cmd": [ | 828 "cmd": [ |
| 799 "python", | 829 "python", |
| 800 "-u", | 830 "-u", |
| 801 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 831 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 802 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/skia/infra/b
ots/test_skia.isolate\", \n \"--isolated\", \n \"[CWD]/swarming_te
mp_dir/skia-task-test_skia.isolated\", \n \"--config-variable\", \n
\"OS\", \n \"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}", | 832 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/test_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU
ILD]/swarming_temp_dir/skia-task-test_skia.isolated\", \n \"--config-vari
able\", \n \"OS\", \n \"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}", |
| 803 "[CWD]/swarming_temp_dir/test_skia.isolated.gen.json" | 833 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
| 804 ], | 834 ], |
| 835 "cwd": "[SLAVE_BUILD]", |
| 805 "name": "Write test_skia.isolated.gen.json" | 836 "name": "Write test_skia.isolated.gen.json" |
| 806 }, | 837 }, |
| 807 { | 838 { |
| 808 "cmd": [ | 839 "cmd": [ |
| 809 "python", | 840 "python", |
| 810 "-u", | 841 "-u", |
| 811 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 842 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 812 "[CWD]/swarming.client", | 843 "[SLAVE_BUILD]/swarming.client", |
| 813 "batcharchive", | 844 "batcharchive", |
| 814 "--dump-json", | 845 "--dump-json", |
| 815 "/path/to/tmp/json", | 846 "/path/to/tmp/json", |
| 816 "--isolate-server", | 847 "--isolate-server", |
| 817 "https://isolateserver.appspot.com", | 848 "https://isolateserver.appspot.com", |
| 818 "--verbose", | 849 "--verbose", |
| 819 "[CWD]/swarming_temp_dir/test_skia.isolated.gen.json" | 850 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
| 820 ], | 851 ], |
| 852 "cwd": "[SLAVE_BUILD]", |
| 821 "name": "isolate tests (3)", | 853 "name": "isolate tests (3)", |
| 822 "~followup_annotations": [ | 854 "~followup_annotations": [ |
| 823 "@@@STEP_LOG_LINE@json.output@{@@@", | 855 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 824 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 856 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
| 825 "@@@STEP_LOG_LINE@json.output@}@@@", | 857 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 826 "@@@STEP_LOG_END@json.output@@@", | 858 "@@@STEP_LOG_END@json.output@@@", |
| 827 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 859 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
| 828 ] | 860 ] |
| 829 }, | 861 }, |
| 830 { | 862 { |
| 831 "cmd": [ | 863 "cmd": [ |
| 832 "python", | 864 "python", |
| 833 "-u", | 865 "-u", |
| 834 "\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", | 866 "\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", |
| 835 "[CWD]/swarming_temp_dir/skia-task-test_skia.isolated", | 867 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", |
| 836 "[dummy hash for isolate_recipes]", | 868 "[dummy hash for isolate_recipes]", |
| 837 "abc123" | 869 "abc123" |
| 838 ], | 870 ], |
| 871 "cwd": "[SLAVE_BUILD]", |
| 839 "name": "add_isolated_input (2)", | 872 "name": "add_isolated_input (2)", |
| 840 "~followup_annotations": [ | 873 "~followup_annotations": [ |
| 841 "@@@STEP_LOG_LINE@python.inline@@@@", | 874 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 842 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 875 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 843 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 876 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 844 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 877 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 845 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 878 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 846 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 879 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 847 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 880 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 848 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 881 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 849 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 882 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 850 "@@@STEP_LOG_END@python.inline@@@" | 883 "@@@STEP_LOG_END@python.inline@@@" |
| 851 ] | 884 ] |
| 852 }, | 885 }, |
| 853 { | 886 { |
| 854 "cmd": [ | 887 "cmd": [ |
| 855 "python", | 888 "python", |
| 856 "-u", | 889 "-u", |
| 857 "[CWD]/swarming.client/isolateserver.py", | 890 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
| 858 "archive", | 891 "archive", |
| 859 "--isolate-server", | 892 "--isolate-server", |
| 860 "https://isolateserver.appspot.com", | 893 "https://isolateserver.appspot.com", |
| 861 "[CWD]/swarming_temp_dir/skia-task-test_skia.isolated" | 894 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated" |
| 862 ], | 895 ], |
| 896 "cwd": "[SLAVE_BUILD]", |
| 863 "name": "upload new .isolated file for test_skia", | 897 "name": "upload new .isolated file for test_skia", |
| 864 "stdout": "/path/to/tmp/" | 898 "stdout": "/path/to/tmp/" |
| 865 }, | 899 }, |
| 866 { | 900 { |
| 867 "cmd": [ | 901 "cmd": [ |
| 868 "python", | 902 "python", |
| 869 "-u", | 903 "-u", |
| 870 "[CWD]/swarming.client/swarming.py", | 904 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 871 "trigger", | 905 "trigger", |
| 872 "--swarming", | 906 "--swarming", |
| 873 "https://chromium-swarm.appspot.com", | 907 "https://chromium-swarm.appspot.com", |
| 874 "--isolate-server", | 908 "--isolate-server", |
| 875 "https://isolateserver.appspot.com", | 909 "https://isolateserver.appspot.com", |
| 876 "--priority", | 910 "--priority", |
| 877 "90", | 911 "90", |
| 878 "--shards", | 912 "--shards", |
| 879 "1", | 913 "1", |
| 880 "--task-name", | 914 "--task-name", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 918 "../../..", | 952 "../../..", |
| 919 "skia/swarm_test", | 953 "skia/swarm_test", |
| 920 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming", | 954 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming", |
| 921 "mastername=client.skia", | 955 "mastername=client.skia", |
| 922 "buildnumber=5", | 956 "buildnumber=5", |
| 923 "slavename=skiabot-linux-test-000", | 957 "slavename=skiabot-linux-test-000", |
| 924 "reason=Triggered by Skia swarm_trigger Recipe", | 958 "reason=Triggered by Skia swarm_trigger Recipe", |
| 925 "swarm_out_dir=${ISOLATED_OUTDIR}", | 959 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 926 "revision=164710" | 960 "revision=164710" |
| 927 ], | 961 ], |
| 962 "cwd": "[SLAVE_BUILD]", |
| 928 "name": "[trigger] test_skia on Ubuntu", | 963 "name": "[trigger] test_skia on Ubuntu", |
| 929 "~followup_annotations": [ | 964 "~followup_annotations": [ |
| 930 "@@@STEP_LOG_LINE@json.output@{@@@", | 965 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 931 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def
456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", | 966 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def
456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", |
| 932 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 967 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 933 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", | 968 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", |
| 934 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 969 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 935 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 970 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 936 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 971 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 937 "@@@STEP_LOG_LINE@json.output@ }@@@", | 972 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 938 "@@@STEP_LOG_LINE@json.output@ }@@@", | 973 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 939 "@@@STEP_LOG_LINE@json.output@}@@@", | 974 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 940 "@@@STEP_LOG_END@json.output@@@", | 975 "@@@STEP_LOG_END@json.output@@@", |
| 941 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 976 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 942 ] | 977 ] |
| 943 }, | 978 }, |
| 944 { | 979 { |
| 945 "cmd": [ | 980 "cmd": [ |
| 946 "python", | 981 "python", |
| 947 "-u", | 982 "-u", |
| 948 "\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", | 983 "\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", |
| 949 "[CWD]/swarming_temp_dir", | 984 "[SLAVE_BUILD]/swarming_temp_dir", |
| 950 "511" | 985 "511" |
| 951 ], | 986 ], |
| 987 "cwd": "[SLAVE_BUILD]", |
| 952 "name": "makedirs swarming tmp dir (4)", | 988 "name": "makedirs swarming tmp dir (4)", |
| 953 "~followup_annotations": [ | 989 "~followup_annotations": [ |
| 954 "@@@STEP_LOG_LINE@python.inline@@@@", | 990 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 955 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 991 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 956 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 992 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 957 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 993 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 958 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 994 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 959 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 995 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 960 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 996 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 961 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 997 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 962 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 998 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 963 "@@@STEP_LOG_END@python.inline@@@" | 999 "@@@STEP_LOG_END@python.inline@@@" |
| 964 ] | 1000 ] |
| 965 }, | 1001 }, |
| 966 { | 1002 { |
| 967 "cmd": [ | 1003 "cmd": [ |
| 968 "python", | 1004 "python", |
| 969 "-u", | 1005 "-u", |
| 970 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1006 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 971 "{\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}", | 1007 "{\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}", |
| 972 "[CWD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 1008 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
| 973 ], | 1009 ], |
| 1010 "cwd": "[SLAVE_BUILD]", |
| 974 "name": "Write perf_skia.isolated.gen.json" | 1011 "name": "Write perf_skia.isolated.gen.json" |
| 975 }, | 1012 }, |
| 976 { | 1013 { |
| 977 "cmd": [ | 1014 "cmd": [ |
| 978 "python", | 1015 "python", |
| 979 "-u", | 1016 "-u", |
| 980 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 1017 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 981 "[CWD]/swarming.client", | 1018 "[SLAVE_BUILD]/swarming.client", |
| 982 "batcharchive", | 1019 "batcharchive", |
| 983 "--dump-json", | 1020 "--dump-json", |
| 984 "/path/to/tmp/json", | 1021 "/path/to/tmp/json", |
| 985 "--isolate-server", | 1022 "--isolate-server", |
| 986 "https://isolateserver.appspot.com", | 1023 "https://isolateserver.appspot.com", |
| 987 "--verbose", | 1024 "--verbose", |
| 988 "[CWD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 1025 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
| 989 ], | 1026 ], |
| 1027 "cwd": "[SLAVE_BUILD]", |
| 990 "name": "isolate tests (4)", | 1028 "name": "isolate tests (4)", |
| 991 "~followup_annotations": [ | 1029 "~followup_annotations": [ |
| 992 "@@@STEP_LOG_LINE@json.output@{@@@", | 1030 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 993 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", | 1031 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", |
| 994 "@@@STEP_LOG_LINE@json.output@}@@@", | 1032 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 995 "@@@STEP_LOG_END@json.output@@@", | 1033 "@@@STEP_LOG_END@json.output@@@", |
| 996 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" | 1034 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" |
| 997 ] | 1035 ] |
| 998 }, | 1036 }, |
| 999 { | 1037 { |
| 1000 "cmd": [ | 1038 "cmd": [ |
| 1001 "python", | 1039 "python", |
| 1002 "-u", | 1040 "-u", |
| 1003 "\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", | 1041 "\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", |
| 1004 "[CWD]/swarming_temp_dir/skia-task-perf_skia.isolated", | 1042 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", |
| 1005 "[dummy hash for isolate_recipes]", | 1043 "[dummy hash for isolate_recipes]", |
| 1006 "abc123" | 1044 "abc123" |
| 1007 ], | 1045 ], |
| 1046 "cwd": "[SLAVE_BUILD]", |
| 1008 "name": "add_isolated_input (3)", | 1047 "name": "add_isolated_input (3)", |
| 1009 "~followup_annotations": [ | 1048 "~followup_annotations": [ |
| 1010 "@@@STEP_LOG_LINE@python.inline@@@@", | 1049 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1011 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 1050 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 1012 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 1051 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 1013 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 1052 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 1014 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 1053 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 1015 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 1054 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 1016 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 1055 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 1017 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 1056 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 1018 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 1057 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 1019 "@@@STEP_LOG_END@python.inline@@@" | 1058 "@@@STEP_LOG_END@python.inline@@@" |
| 1020 ] | 1059 ] |
| 1021 }, | 1060 }, |
| 1022 { | 1061 { |
| 1023 "cmd": [ | 1062 "cmd": [ |
| 1024 "python", | 1063 "python", |
| 1025 "-u", | 1064 "-u", |
| 1026 "[CWD]/swarming.client/isolateserver.py", | 1065 "[SLAVE_BUILD]/swarming.client/isolateserver.py", |
| 1027 "archive", | 1066 "archive", |
| 1028 "--isolate-server", | 1067 "--isolate-server", |
| 1029 "https://isolateserver.appspot.com", | 1068 "https://isolateserver.appspot.com", |
| 1030 "[CWD]/swarming_temp_dir/skia-task-perf_skia.isolated" | 1069 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated" |
| 1031 ], | 1070 ], |
| 1071 "cwd": "[SLAVE_BUILD]", |
| 1032 "name": "upload new .isolated file for perf_skia", | 1072 "name": "upload new .isolated file for perf_skia", |
| 1033 "stdout": "/path/to/tmp/" | 1073 "stdout": "/path/to/tmp/" |
| 1034 }, | 1074 }, |
| 1035 { | 1075 { |
| 1036 "cmd": [ | 1076 "cmd": [ |
| 1037 "python", | 1077 "python", |
| 1038 "-u", | 1078 "-u", |
| 1039 "[CWD]/swarming.client/swarming.py", | 1079 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 1040 "trigger", | 1080 "trigger", |
| 1041 "--swarming", | 1081 "--swarming", |
| 1042 "https://chromium-swarm.appspot.com", | 1082 "https://chromium-swarm.appspot.com", |
| 1043 "--isolate-server", | 1083 "--isolate-server", |
| 1044 "https://isolateserver.appspot.com", | 1084 "https://isolateserver.appspot.com", |
| 1045 "--priority", | 1085 "--priority", |
| 1046 "90", | 1086 "90", |
| 1047 "--shards", | 1087 "--shards", |
| 1048 "1", | 1088 "1", |
| 1049 "--task-name", | 1089 "--task-name", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1087 "../../..", | 1127 "../../..", |
| 1088 "skia/swarm_perf", | 1128 "skia/swarm_perf", |
| 1089 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming", | 1129 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming", |
| 1090 "mastername=client.skia", | 1130 "mastername=client.skia", |
| 1091 "buildnumber=5", | 1131 "buildnumber=5", |
| 1092 "slavename=skiabot-linux-test-000", | 1132 "slavename=skiabot-linux-test-000", |
| 1093 "reason=Triggered by Skia swarm_trigger Recipe", | 1133 "reason=Triggered by Skia swarm_trigger Recipe", |
| 1094 "swarm_out_dir=${ISOLATED_OUTDIR}", | 1134 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 1095 "revision=164710" | 1135 "revision=164710" |
| 1096 ], | 1136 ], |
| 1137 "cwd": "[SLAVE_BUILD]", |
| 1097 "name": "[trigger] perf_skia on Ubuntu", | 1138 "name": "[trigger] perf_skia on Ubuntu", |
| 1098 "~followup_annotations": [ | 1139 "~followup_annotations": [ |
| 1099 "@@@STEP_LOG_LINE@json.output@{@@@", | 1140 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1100 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def
456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", | 1141 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"perf_skia/Ubuntu/def
456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\", @@@", |
| 1101 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 1142 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 1102 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Test-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", | 1143 "@@@STEP_LOG_LINE@json.output@ \"perf_skia/Ubuntu/def456/Test-Ubuntu-GC
C-GCE-CPU-AVX2-x86_64-Debug-Swarming/5\": {@@@", |
| 1103 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 1144 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 1104 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 1145 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 1105 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 1146 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 1106 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1147 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1107 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1148 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1108 "@@@STEP_LOG_LINE@json.output@}@@@", | 1149 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1109 "@@@STEP_LOG_END@json.output@@@", | 1150 "@@@STEP_LOG_END@json.output@@@", |
| 1110 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1151 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 1111 ] | 1152 ] |
| 1112 }, | 1153 }, |
| 1113 { | 1154 { |
| 1114 "cmd": [ | 1155 "cmd": [ |
| 1115 "python", | 1156 "python", |
| 1116 "-u", | 1157 "-u", |
| 1117 "\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", | 1158 "\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", |
| 1118 "[CWD]/swarming_temp_dir/outputs/test_skia" | 1159 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" |
| 1119 ], | 1160 ], |
| 1161 "cwd": "[SLAVE_BUILD]", |
| 1120 "name": "rmtree results_dir", | 1162 "name": "rmtree results_dir", |
| 1121 "~followup_annotations": [ | 1163 "~followup_annotations": [ |
| 1122 "@@@STEP_LOG_LINE@python.inline@@@@", | 1164 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1123 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1165 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 1124 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1166 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 1125 "@@@STEP_LOG_LINE@python.inline@@@@", | 1167 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1126 "@@@STEP_LOG_LINE@python.inline@@@@", | 1168 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1127 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1169 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 1128 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1170 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 1129 "@@@STEP_LOG_END@python.inline@@@" | 1171 "@@@STEP_LOG_END@python.inline@@@" |
| 1130 ] | 1172 ] |
| 1131 }, | 1173 }, |
| 1132 { | 1174 { |
| 1133 "cmd": [ | 1175 "cmd": [ |
| 1134 "python", | 1176 "python", |
| 1135 "-u", | 1177 "-u", |
| 1136 "[CWD]/swarming.client/swarming.py", | 1178 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 1137 "collect", | 1179 "collect", |
| 1138 "--swarming", | 1180 "--swarming", |
| 1139 "https://chromium-swarm.appspot.com", | 1181 "https://chromium-swarm.appspot.com", |
| 1140 "--decorate", | 1182 "--decorate", |
| 1141 "--print-status-updates", | 1183 "--print-status-updates", |
| 1142 "--shards", | 1184 "--shards", |
| 1143 "1", | 1185 "1", |
| 1144 "test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarmin
g/5", | 1186 "test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarmin
g/5", |
| 1145 "--task-summary-json", | 1187 "--task-summary-json", |
| 1146 "/path/to/tmp/json", | 1188 "/path/to/tmp/json", |
| 1147 "--task-output-dir", | 1189 "--task-output-dir", |
| 1148 "[CWD]/swarming_temp_dir/outputs/test_skia" | 1190 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" |
| 1149 ], | 1191 ], |
| 1192 "cwd": "[SLAVE_BUILD]", |
| 1150 "name": "test_skia on Ubuntu", | 1193 "name": "test_skia on Ubuntu", |
| 1151 "~followup_annotations": [ | 1194 "~followup_annotations": [ |
| 1152 "@@@STEP_TEXT@swarming pending 71s@@@", | 1195 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1153 "@@@STEP_LOG_LINE@json.output@{@@@", | 1196 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1154 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1197 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1155 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1198 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1156 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1199 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1157 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1200 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1158 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1201 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1159 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1202 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 1189 "@@@STEP_LOG_LINE@json.output@}@@@", | 1232 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1190 "@@@STEP_LOG_END@json.output@@@", | 1233 "@@@STEP_LOG_END@json.output@@@", |
| 1191 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1234 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1192 ] | 1235 ] |
| 1193 }, | 1236 }, |
| 1194 { | 1237 { |
| 1195 "cmd": [ | 1238 "cmd": [ |
| 1196 "python", | 1239 "python", |
| 1197 "-u", | 1240 "-u", |
| 1198 "\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", | 1241 "\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", |
| 1199 "[CWD]/dm" | 1242 "[SLAVE_BUILD]/dm" |
| 1200 ], | 1243 ], |
| 1244 "cwd": "[SLAVE_BUILD]", |
| 1201 "name": "rmtree dm_dir", | 1245 "name": "rmtree dm_dir", |
| 1202 "~followup_annotations": [ | 1246 "~followup_annotations": [ |
| 1203 "@@@STEP_LOG_LINE@python.inline@@@@", | 1247 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1204 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1248 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 1205 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1249 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 1206 "@@@STEP_LOG_LINE@python.inline@@@@", | 1250 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1207 "@@@STEP_LOG_LINE@python.inline@@@@", | 1251 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1208 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1252 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 1209 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1253 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 1210 "@@@STEP_LOG_END@python.inline@@@" | 1254 "@@@STEP_LOG_END@python.inline@@@" |
| 1211 ] | 1255 ] |
| 1212 }, | 1256 }, |
| 1213 { | 1257 { |
| 1214 "cmd": [ | 1258 "cmd": [ |
| 1215 "python", | 1259 "python", |
| 1216 "-u", | 1260 "-u", |
| 1217 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 1261 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
| 1218 "[CWD]/swarming_temp_dir/outputs/test_skia/0/dm", | 1262 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm", |
| 1219 "[CWD]/dm", | 1263 "[SLAVE_BUILD]/dm", |
| 1220 "0" | 1264 "0" |
| 1221 ], | 1265 ], |
| 1266 "cwd": "[SLAVE_BUILD]", |
| 1222 "name": "dm_dir" | 1267 "name": "dm_dir" |
| 1223 }, | 1268 }, |
| 1224 { | 1269 { |
| 1225 "cmd": [ | 1270 "cmd": [ |
| 1226 "python", | 1271 "python", |
| 1227 "-u", | 1272 "-u", |
| 1228 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", | 1273 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", |
| 1229 "[CWD]/dm", | 1274 "[SLAVE_BUILD]/dm", |
| 1230 "164710", | 1275 "164710", |
| 1231 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming", | 1276 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarming", |
| 1232 "5", | 1277 "5", |
| 1233 "", | 1278 "", |
| 1234 "[CWD]/skia/common/py/utils" | 1279 "[SLAVE_BUILD]/skia/common/py/utils" |
| 1235 ], | 1280 ], |
| 1236 "cwd": "[CWD]/skia", | 1281 "cwd": "[SLAVE_BUILD]/skia", |
| 1237 "env": { | 1282 "env": { |
| 1238 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 1283 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
| 1239 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1284 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1240 }, | 1285 }, |
| 1241 "name": "Upload DM Results" | 1286 "name": "Upload DM Results" |
| 1242 }, | 1287 }, |
| 1243 { | 1288 { |
| 1244 "cmd": [ | 1289 "cmd": [ |
| 1245 "python", | 1290 "python", |
| 1246 "-u", | 1291 "-u", |
| 1247 "\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", | 1292 "\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", |
| 1248 "[CWD]/swarming_temp_dir/outputs/perf_skia" | 1293 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" |
| 1249 ], | 1294 ], |
| 1295 "cwd": "[SLAVE_BUILD]", |
| 1250 "name": "rmtree results_dir (2)", | 1296 "name": "rmtree results_dir (2)", |
| 1251 "~followup_annotations": [ | 1297 "~followup_annotations": [ |
| 1252 "@@@STEP_LOG_LINE@python.inline@@@@", | 1298 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1253 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 1299 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 1254 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 1300 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 1255 "@@@STEP_LOG_LINE@python.inline@@@@", | 1301 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1256 "@@@STEP_LOG_LINE@python.inline@@@@", | 1302 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1257 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 1303 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 1258 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 1304 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 1259 "@@@STEP_LOG_END@python.inline@@@" | 1305 "@@@STEP_LOG_END@python.inline@@@" |
| 1260 ] | 1306 ] |
| 1261 }, | 1307 }, |
| 1262 { | 1308 { |
| 1263 "cmd": [ | 1309 "cmd": [ |
| 1264 "python", | 1310 "python", |
| 1265 "-u", | 1311 "-u", |
| 1266 "[CWD]/swarming.client/swarming.py", | 1312 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 1267 "collect", | 1313 "collect", |
| 1268 "--swarming", | 1314 "--swarming", |
| 1269 "https://chromium-swarm.appspot.com", | 1315 "https://chromium-swarm.appspot.com", |
| 1270 "--decorate", | 1316 "--decorate", |
| 1271 "--print-status-updates", | 1317 "--print-status-updates", |
| 1272 "--shards", | 1318 "--shards", |
| 1273 "1", | 1319 "1", |
| 1274 "perf_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarmin
g/5", | 1320 "perf_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Swarmin
g/5", |
| 1275 "--task-summary-json", | 1321 "--task-summary-json", |
| 1276 "/path/to/tmp/json", | 1322 "/path/to/tmp/json", |
| 1277 "--task-output-dir", | 1323 "--task-output-dir", |
| 1278 "[CWD]/swarming_temp_dir/outputs/perf_skia" | 1324 "[SLAVE_BUILD]/swarming_temp_dir/outputs/perf_skia" |
| 1279 ], | 1325 ], |
| 1326 "cwd": "[SLAVE_BUILD]", |
| 1280 "name": "perf_skia on Ubuntu", | 1327 "name": "perf_skia on Ubuntu", |
| 1281 "~followup_annotations": [ | 1328 "~followup_annotations": [ |
| 1282 "@@@STEP_TEXT@swarming pending 71s@@@", | 1329 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1283 "@@@STEP_LOG_LINE@json.output@{@@@", | 1330 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1284 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1331 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1285 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1332 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1286 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1333 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1287 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1334 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1288 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1335 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1289 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1336 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 1320 "@@@STEP_LOG_END@json.output@@@", | 1367 "@@@STEP_LOG_END@json.output@@@", |
| 1321 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1368 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1322 ] | 1369 ] |
| 1323 }, | 1370 }, |
| 1324 { | 1371 { |
| 1325 "name": "$result", | 1372 "name": "$result", |
| 1326 "recipe_result": null, | 1373 "recipe_result": null, |
| 1327 "status_code": 0 | 1374 "status_code": 0 |
| 1328 } | 1375 } |
| 1329 ] | 1376 ] |
| OLD | NEW |