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