| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.perf.fyi", | 8 "chromium.perf.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux CT Top1k Repaint Perf", | 10 "Linux CT Top1k Repaint Perf", |
| 11 "--slave", | 11 "--slave", |
| 12 "slave50-c1", | 12 "slave50-c1", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@HEAD", | 24 "src@HEAD", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
| 28 "env": { | 29 "env": { |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 30 }, | 31 }, |
| 31 "name": "bot_update", | 32 "name": "bot_update", |
| 32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 97 ] | 98 ] |
| 98 }, | 99 }, |
| 99 { | 100 { |
| 100 "cmd": [ | 101 "cmd": [ |
| 101 "python", | 102 "python", |
| 102 "-u", | 103 "-u", |
| 103 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 104 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 104 "--path", | 105 "--path", |
| 105 "[CWD]/swarming.client", | 106 "[SLAVE_BUILD]/swarming.client", |
| 106 "--url", | 107 "--url", |
| 107 "https://chromium.googlesource.com/external/swarming.client.git" | 108 "https://chromium.googlesource.com/external/swarming.client.git" |
| 108 ], | 109 ], |
| 110 "cwd": "[SLAVE_BUILD]", |
| 109 "name": "git setup (swarming_client)" | 111 "name": "git setup (swarming_client)" |
| 110 }, | 112 }, |
| 111 { | 113 { |
| 112 "cmd": [ | 114 "cmd": [ |
| 113 "git", | 115 "git", |
| 114 "retry", | 116 "retry", |
| 115 "fetch", | 117 "fetch", |
| 116 "origin", | 118 "origin", |
| 117 "12345" | 119 "12345" |
| 118 ], | 120 ], |
| 119 "cwd": "[CWD]/swarming.client", | 121 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 120 "name": "git fetch (swarming_client)" | 122 "name": "git fetch (swarming_client)" |
| 121 }, | 123 }, |
| 122 { | 124 { |
| 123 "cmd": [ | 125 "cmd": [ |
| 124 "git", | 126 "git", |
| 125 "checkout", | 127 "checkout", |
| 126 "-f", | 128 "-f", |
| 127 "FETCH_HEAD" | 129 "FETCH_HEAD" |
| 128 ], | 130 ], |
| 129 "cwd": "[CWD]/swarming.client", | 131 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 130 "name": "git checkout (swarming_client)" | 132 "name": "git checkout (swarming_client)" |
| 131 }, | 133 }, |
| 132 { | 134 { |
| 133 "cmd": [ | 135 "cmd": [ |
| 134 "git", | 136 "git", |
| 135 "rev-parse", | 137 "rev-parse", |
| 136 "HEAD" | 138 "HEAD" |
| 137 ], | 139 ], |
| 138 "cwd": "[CWD]/swarming.client", | 140 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 139 "name": "read revision", | 141 "name": "read revision", |
| 140 "stdout": "/path/to/tmp/", | 142 "stdout": "/path/to/tmp/", |
| 141 "~followup_annotations": [ | 143 "~followup_annotations": [ |
| 142 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 144 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 143 ] | 145 ] |
| 144 }, | 146 }, |
| 145 { | 147 { |
| 146 "cmd": [ | 148 "cmd": [ |
| 147 "git", | 149 "git", |
| 148 "clean", | 150 "clean", |
| 149 "-f", | 151 "-f", |
| 150 "-d", | 152 "-d", |
| 151 "-x" | 153 "-x" |
| 152 ], | 154 ], |
| 153 "cwd": "[CWD]/swarming.client", | 155 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 154 "name": "git clean (swarming_client)" | 156 "name": "git clean (swarming_client)" |
| 155 }, | 157 }, |
| 156 { | 158 { |
| 157 "cmd": [ | 159 "cmd": [ |
| 158 "git", | 160 "git", |
| 159 "submodule", | 161 "submodule", |
| 160 "sync" | 162 "sync" |
| 161 ], | 163 ], |
| 162 "cwd": "[CWD]/swarming.client", | 164 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 163 "name": "submodule sync (swarming_client)" | 165 "name": "submodule sync (swarming_client)" |
| 164 }, | 166 }, |
| 165 { | 167 { |
| 166 "cmd": [ | 168 "cmd": [ |
| 167 "git", | 169 "git", |
| 168 "submodule", | 170 "submodule", |
| 169 "update", | 171 "update", |
| 170 "--init", | 172 "--init", |
| 171 "--recursive" | 173 "--recursive" |
| 172 ], | 174 ], |
| 173 "cwd": "[CWD]/swarming.client", | 175 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 174 "name": "submodule update (swarming_client)" | 176 "name": "submodule update (swarming_client)" |
| 175 }, | 177 }, |
| 176 { | 178 { |
| 177 "cmd": [ | 179 "cmd": [ |
| 178 "python", | 180 "python", |
| 179 "-u", | 181 "-u", |
| 180 "[CWD]/swarming.client/swarming.py", | 182 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 181 "--version" | 183 "--version" |
| 182 ], | 184 ], |
| 185 "cwd": "[SLAVE_BUILD]", |
| 183 "name": "swarming.py --version", | 186 "name": "swarming.py --version", |
| 184 "stdout": "/path/to/tmp/", | 187 "stdout": "/path/to/tmp/", |
| 185 "~followup_annotations": [ | 188 "~followup_annotations": [ |
| 186 "@@@STEP_TEXT@0.4.10@@@" | 189 "@@@STEP_TEXT@0.4.10@@@" |
| 187 ] | 190 ] |
| 188 }, | 191 }, |
| 189 { | 192 { |
| 190 "cmd": [ | 193 "cmd": [ |
| 191 "download_from_google_storage", | 194 "download_from_google_storage", |
| 192 "--no_resume", | 195 "--no_resume", |
| 193 "--platform=linux*", | 196 "--platform=linux*", |
| 194 "--no_auth", | 197 "--no_auth", |
| 195 "--bucket", | 198 "--bucket", |
| 196 "chromium-luci", | 199 "chromium-luci", |
| 197 "-d", | 200 "-d", |
| 198 "[CWD]/src/tools/luci-go/linux64" | 201 "[SLAVE_BUILD]/src/tools/luci-go/linux64" |
| 199 ], | 202 ], |
| 203 "cwd": "[SLAVE_BUILD]", |
| 200 "name": "download luci-go linux" | 204 "name": "download luci-go linux" |
| 201 }, | 205 }, |
| 202 { | 206 { |
| 203 "cmd": [ | 207 "cmd": [ |
| 204 "download_from_google_storage", | 208 "download_from_google_storage", |
| 205 "--no_resume", | 209 "--no_resume", |
| 206 "--platform=darwin", | 210 "--platform=darwin", |
| 207 "--no_auth", | 211 "--no_auth", |
| 208 "--bucket", | 212 "--bucket", |
| 209 "chromium-luci", | 213 "chromium-luci", |
| 210 "-d", | 214 "-d", |
| 211 "[CWD]/src/tools/luci-go/mac64" | 215 "[SLAVE_BUILD]/src/tools/luci-go/mac64" |
| 212 ], | 216 ], |
| 217 "cwd": "[SLAVE_BUILD]", |
| 213 "name": "download luci-go mac" | 218 "name": "download luci-go mac" |
| 214 }, | 219 }, |
| 215 { | 220 { |
| 216 "cmd": [ | 221 "cmd": [ |
| 217 "download_from_google_storage", | 222 "download_from_google_storage", |
| 218 "--no_resume", | 223 "--no_resume", |
| 219 "--platform=win32", | 224 "--platform=win32", |
| 220 "--no_auth", | 225 "--no_auth", |
| 221 "--bucket", | 226 "--bucket", |
| 222 "chromium-luci", | 227 "chromium-luci", |
| 223 "-d", | 228 "-d", |
| 224 "[CWD]/src/tools/luci-go/win64" | 229 "[SLAVE_BUILD]/src/tools/luci-go/win64" |
| 225 ], | 230 ], |
| 231 "cwd": "[SLAVE_BUILD]", |
| 226 "name": "download luci-go win" | 232 "name": "download luci-go win" |
| 227 }, | 233 }, |
| 228 { | 234 { |
| 229 "cmd": [ | 235 "cmd": [ |
| 230 "python", | 236 "python", |
| 231 "-u", | 237 "-u", |
| 232 "\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", | 238 "\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", |
| 233 "[CWD]/luci-go" | 239 "[SLAVE_BUILD]/luci-go" |
| 234 ], | 240 ], |
| 241 "cwd": "[SLAVE_BUILD]", |
| 235 "name": "rmtree Go binary dir", | 242 "name": "rmtree Go binary dir", |
| 236 "~followup_annotations": [ | 243 "~followup_annotations": [ |
| 237 "@@@STEP_LOG_LINE@python.inline@@@@", | 244 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 238 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 245 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 239 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 246 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 240 "@@@STEP_LOG_LINE@python.inline@@@@", | 247 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 241 "@@@STEP_LOG_LINE@python.inline@@@@", | 248 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 242 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 249 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 243 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 250 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 244 "@@@STEP_LOG_END@python.inline@@@" | 251 "@@@STEP_LOG_END@python.inline@@@" |
| 245 ] | 252 ] |
| 246 }, | 253 }, |
| 247 { | 254 { |
| 248 "cmd": [ | 255 "cmd": [ |
| 249 "python", | 256 "python", |
| 250 "-u", | 257 "-u", |
| 251 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", | 258 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy
mlinks=bool(sys.argv[3]))\n", |
| 252 "[CWD]/src/tools/luci-go", | 259 "[SLAVE_BUILD]/src/tools/luci-go", |
| 253 "[CWD]/luci-go", | 260 "[SLAVE_BUILD]/luci-go", |
| 254 "0" | 261 "0" |
| 255 ], | 262 ], |
| 263 "cwd": "[SLAVE_BUILD]", |
| 256 "name": "Copy Go binary" | 264 "name": "Copy Go binary" |
| 257 }, | 265 }, |
| 258 { | 266 { |
| 259 "cmd": [ | 267 "cmd": [ |
| 260 "python", | 268 "python", |
| 261 "-u", | 269 "-u", |
| 262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 270 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 263 "--show-path", | 271 "--show-path", |
| 264 "python", | 272 "python", |
| 265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", | 273 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", |
| 266 "--target", | 274 "--target", |
| 267 "Release", | 275 "Release", |
| 268 "--build-archive-url", | 276 "--build-archive-url", |
| 269 "http:/dummy-url.com", | 277 "http:/dummy-url.com", |
| 270 "--master-name", | 278 "--master-name", |
| 271 "chromium.perf.fyi" | 279 "chromium.perf.fyi" |
| 272 ], | 280 ], |
| 281 "cwd": "[SLAVE_BUILD]", |
| 273 "name": "Download and Extract Binary" | 282 "name": "Download and Extract Binary" |
| 274 }, | 283 }, |
| 275 { | 284 { |
| 276 "cmd": [ | 285 "cmd": [ |
| 277 "python", | 286 "python", |
| 278 "-u", | 287 "-u", |
| 279 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 288 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 280 "--", | 289 "--", |
| 281 "[ROOT]/b/depot_tools/gsutil.py", | 290 "[DEPOT_TOOLS]/gsutil.py", |
| 282 "----", | 291 "----", |
| 283 "cp", | 292 "cp", |
| 284 "gs://cluster-telemetry/swarming/binaries/run_chromium_perf_swarming", | 293 "gs://cluster-telemetry/swarming/binaries/run_chromium_perf_swarming", |
| 285 "[CWD]/src/content/test/ct/run_chromium_perf_swarming" | 294 "[SLAVE_BUILD]/src/content/test/ct/run_chromium_perf_swarming" |
| 286 ], | 295 ], |
| 296 "cwd": "[SLAVE_BUILD]", |
| 287 "name": "gsutil download run_chromium_perf_swarming" | 297 "name": "gsutil download run_chromium_perf_swarming" |
| 288 }, | 298 }, |
| 289 { | 299 { |
| 290 "cmd": [ | 300 "cmd": [ |
| 291 "python", | 301 "python", |
| 292 "-u", | 302 "-u", |
| 293 "\nimport os\nimport stat\n\nos.chmod('[CWD]/src/content/test/ct/run_chrom
ium_perf_swarming', os.stat('[CWD]/src/content/test/ct/run_chromium_perf_swarmin
g').st_mode | stat.S_IEXEC)\n" | 303 "\nimport os\nimport stat\n\nos.chmod('[SLAVE_BUILD]/src/content/test/ct/r
un_chromium_perf_swarming', os.stat('[SLAVE_BUILD]/src/content/test/ct/run_chrom
ium_perf_swarming').st_mode | stat.S_IEXEC)\n" |
| 294 ], | 304 ], |
| 305 "cwd": "[SLAVE_BUILD]", |
| 295 "name": "Set executable bit on run_chromium_perf_swarming", | 306 "name": "Set executable bit on run_chromium_perf_swarming", |
| 296 "~followup_annotations": [ | 307 "~followup_annotations": [ |
| 297 "@@@STEP_LOG_LINE@python.inline@@@@", | 308 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 298 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 309 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 299 "@@@STEP_LOG_LINE@python.inline@import stat@@@", | 310 "@@@STEP_LOG_LINE@python.inline@import stat@@@", |
| 300 "@@@STEP_LOG_LINE@python.inline@@@@", | 311 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 301 "@@@STEP_LOG_LINE@python.inline@os.chmod('[CWD]/src/content/test/ct/run_ch
romium_perf_swarming', os.stat('[CWD]/src/content/test/ct/run_chromium_perf_swar
ming').st_mode | stat.S_IEXEC)@@@", | 312 "@@@STEP_LOG_LINE@python.inline@os.chmod('[SLAVE_BUILD]/src/content/test/c
t/run_chromium_perf_swarming', os.stat('[SLAVE_BUILD]/src/content/test/ct/run_ch
romium_perf_swarming').st_mode | stat.S_IEXEC)@@@", |
| 302 "@@@STEP_LOG_END@python.inline@@@" | 313 "@@@STEP_LOG_END@python.inline@@@" |
| 303 ] | 314 ] |
| 304 }, | 315 }, |
| 305 { | 316 { |
| 306 "cmd": [ | 317 "cmd": [ |
| 307 "python", | 318 "python", |
| 308 "-u", | 319 "-u", |
| 309 "\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", | 320 "\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", |
| 310 "[CWD]/swarming_temp_dir" | 321 "[SLAVE_BUILD]/swarming_temp_dir" |
| 311 ], | 322 ], |
| 323 "cwd": "[SLAVE_BUILD]", |
| 312 "name": "rmtree swarming temp dir", | 324 "name": "rmtree swarming temp dir", |
| 313 "~followup_annotations": [ | 325 "~followup_annotations": [ |
| 314 "@@@STEP_LOG_LINE@python.inline@@@@", | 326 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 315 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 327 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 316 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 328 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 317 "@@@STEP_LOG_LINE@python.inline@@@@", | 329 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 318 "@@@STEP_LOG_LINE@python.inline@@@@", | 330 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 319 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 331 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 320 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 332 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 321 "@@@STEP_LOG_END@python.inline@@@" | 333 "@@@STEP_LOG_END@python.inline@@@" |
| 322 ] | 334 ] |
| 323 }, | 335 }, |
| 324 { | 336 { |
| 325 "cmd": [ | 337 "cmd": [ |
| 326 "python", | 338 "python", |
| 327 "-u", | 339 "-u", |
| 328 "\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", | 340 "\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", |
| 329 "[CWD]/src/content/test/ct/slave1/page_sets", | 341 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets", |
| 330 "511" | 342 "511" |
| 331 ], | 343 ], |
| 344 "cwd": "[SLAVE_BUILD]", |
| 332 "name": "makedirs page_sets dir", | 345 "name": "makedirs page_sets dir", |
| 333 "~followup_annotations": [ | 346 "~followup_annotations": [ |
| 334 "@@@STEP_LOG_LINE@python.inline@@@@", | 347 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 335 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 348 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 336 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 349 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 337 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 350 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 338 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 351 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 339 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 352 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 340 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 353 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 341 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 354 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 342 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 355 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 343 "@@@STEP_LOG_END@python.inline@@@" | 356 "@@@STEP_LOG_END@python.inline@@@" |
| 344 ] | 357 ] |
| 345 }, | 358 }, |
| 346 { | 359 { |
| 347 "cmd": [ | 360 "cmd": [ |
| 348 "python", | 361 "python", |
| 349 "-u", | 362 "-u", |
| 350 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 363 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 351 "--", | 364 "--", |
| 352 "[ROOT]/b/depot_tools/gsutil.py", | 365 "[DEPOT_TOOLS]/gsutil.py", |
| 353 "----", | 366 "----", |
| 354 "cp", | 367 "cp", |
| 355 "gs://cluster-telemetry/swarming/page_sets/1k/slave1/*", | 368 "gs://cluster-telemetry/swarming/page_sets/1k/slave1/*", |
| 356 "[CWD]/src/content/test/ct/slave1/page_sets" | 369 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets" |
| 357 ], | 370 ], |
| 371 "cwd": "[SLAVE_BUILD]", |
| 358 "name": "gsutil download" | 372 "name": "gsutil download" |
| 359 }, | 373 }, |
| 360 { | 374 { |
| 361 "cmd": [ | 375 "cmd": [ |
| 362 "python", | 376 "python", |
| 363 "-u", | 377 "-u", |
| 364 "\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", | 378 "\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", |
| 365 "[CWD]/src/content/test/ct/slave1/page_sets/data", | 379 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets/data", |
| 366 "511" | 380 "511" |
| 367 ], | 381 ], |
| 382 "cwd": "[SLAVE_BUILD]", |
| 368 "name": "makedirs WPR dir", | 383 "name": "makedirs WPR dir", |
| 369 "~followup_annotations": [ | 384 "~followup_annotations": [ |
| 370 "@@@STEP_LOG_LINE@python.inline@@@@", | 385 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 371 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 386 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 372 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 387 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 373 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 388 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 374 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 389 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 375 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 390 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 376 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 391 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 377 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 392 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 378 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 393 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 379 "@@@STEP_LOG_END@python.inline@@@" | 394 "@@@STEP_LOG_END@python.inline@@@" |
| 380 ] | 395 ] |
| 381 }, | 396 }, |
| 382 { | 397 { |
| 383 "cmd": [ | 398 "cmd": [ |
| 384 "python", | 399 "python", |
| 385 "-u", | 400 "-u", |
| 386 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 401 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 387 "--", | 402 "--", |
| 388 "[ROOT]/b/depot_tools/gsutil.py", | 403 "[DEPOT_TOOLS]/gsutil.py", |
| 389 "----", | 404 "----", |
| 390 "cp", | 405 "cp", |
| 391 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave1/*", | 406 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave1/*", |
| 392 "[CWD]/src/content/test/ct/slave1/page_sets/data" | 407 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets/data" |
| 393 ], | 408 ], |
| 409 "cwd": "[SLAVE_BUILD]", |
| 394 "name": "gsutil download (2)" | 410 "name": "gsutil download (2)" |
| 395 }, | 411 }, |
| 396 { | 412 { |
| 397 "cmd": [ | 413 "cmd": [ |
| 398 "python", | 414 "python", |
| 399 "-u", | 415 "-u", |
| 400 "\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", | 416 "\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", |
| 401 "[CWD]/swarming_temp_dir", | 417 "[SLAVE_BUILD]/swarming_temp_dir", |
| 402 "511" | 418 "511" |
| 403 ], | 419 ], |
| 420 "cwd": "[SLAVE_BUILD]", |
| 404 "name": "makedirs swarming tmp dir", | 421 "name": "makedirs swarming tmp dir", |
| 405 "~followup_annotations": [ | 422 "~followup_annotations": [ |
| 406 "@@@STEP_LOG_LINE@python.inline@@@@", | 423 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 407 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 424 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 408 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 425 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 409 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 426 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 410 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 427 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 411 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 428 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 412 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 429 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 413 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 430 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 414 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 431 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 415 "@@@STEP_LOG_END@python.inline@@@" | 432 "@@@STEP_LOG_END@python.inline@@@" |
| 416 ] | 433 ] |
| 417 }, | 434 }, |
| 418 { | 435 { |
| 419 "cmd": [ | 436 "cmd": [ |
| 420 "python", | 437 "python", |
| 421 "-u", | 438 "-u", |
| 422 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 439 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 423 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/src/chrome/c
t_top1k.isolate\", \n \"--isolated\", \n \"[CWD]/swarming_temp_dir
/skia-task-ct-1.isolated\", \n \"--config-variable\", \n \"OS\", \
n \"linux\", \n \"--extra-variable\", \n \"BENCHMARK\", \n
\"repaint\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n
\"1\"\n ], \n \"dir\": \"[CWD]/src/chrome\", \n \"version\": 1\n
}", | 440 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_top1k.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/s
warming_temp_dir/skia-task-ct-1.isolated\", \n \"--config-variable\", \n
\"OS\", \n \"linux\", \n \"--extra-variable\", \n \"
BENCHMARK\", \n \"repaint\", \n \"--extra-variable\", \n \"
SLAVE_NUM\", \n \"1\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\"
, \n \"version\": 1\n}", |
| 424 "[CWD]/swarming_temp_dir/ct-1.isolated.gen.json" | 441 "[SLAVE_BUILD]/swarming_temp_dir/ct-1.isolated.gen.json" |
| 425 ], | 442 ], |
| 443 "cwd": "[SLAVE_BUILD]", |
| 426 "name": "Write ct-1.isolated.gen.json" | 444 "name": "Write ct-1.isolated.gen.json" |
| 427 }, | 445 }, |
| 428 { | 446 { |
| 429 "cmd": [ | 447 "cmd": [ |
| 430 "python", | 448 "python", |
| 431 "-u", | 449 "-u", |
| 432 "\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", | 450 "\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", |
| 433 "[CWD]/src/content/test/ct/slave2/page_sets", | 451 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets", |
| 434 "511" | 452 "511" |
| 435 ], | 453 ], |
| 454 "cwd": "[SLAVE_BUILD]", |
| 436 "name": "makedirs page_sets dir (2)", | 455 "name": "makedirs page_sets dir (2)", |
| 437 "~followup_annotations": [ | 456 "~followup_annotations": [ |
| 438 "@@@STEP_LOG_LINE@python.inline@@@@", | 457 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 439 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 458 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 440 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 459 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 441 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 460 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 442 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 461 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 443 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 462 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 444 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 463 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 445 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 464 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 446 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 465 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 447 "@@@STEP_LOG_END@python.inline@@@" | 466 "@@@STEP_LOG_END@python.inline@@@" |
| 448 ] | 467 ] |
| 449 }, | 468 }, |
| 450 { | 469 { |
| 451 "cmd": [ | 470 "cmd": [ |
| 452 "python", | 471 "python", |
| 453 "-u", | 472 "-u", |
| 454 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 473 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 455 "--", | 474 "--", |
| 456 "[ROOT]/b/depot_tools/gsutil.py", | 475 "[DEPOT_TOOLS]/gsutil.py", |
| 457 "----", | 476 "----", |
| 458 "cp", | 477 "cp", |
| 459 "gs://cluster-telemetry/swarming/page_sets/1k/slave2/*", | 478 "gs://cluster-telemetry/swarming/page_sets/1k/slave2/*", |
| 460 "[CWD]/src/content/test/ct/slave2/page_sets" | 479 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets" |
| 461 ], | 480 ], |
| 481 "cwd": "[SLAVE_BUILD]", |
| 462 "name": "gsutil download (3)" | 482 "name": "gsutil download (3)" |
| 463 }, | 483 }, |
| 464 { | 484 { |
| 465 "cmd": [ | 485 "cmd": [ |
| 466 "python", | 486 "python", |
| 467 "-u", | 487 "-u", |
| 468 "\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", | 488 "\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", |
| 469 "[CWD]/src/content/test/ct/slave2/page_sets/data", | 489 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets/data", |
| 470 "511" | 490 "511" |
| 471 ], | 491 ], |
| 492 "cwd": "[SLAVE_BUILD]", |
| 472 "name": "makedirs WPR dir (2)", | 493 "name": "makedirs WPR dir (2)", |
| 473 "~followup_annotations": [ | 494 "~followup_annotations": [ |
| 474 "@@@STEP_LOG_LINE@python.inline@@@@", | 495 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 475 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 496 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 476 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 497 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 477 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 498 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 478 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 499 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 479 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 500 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 480 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 501 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 481 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 502 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 482 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 503 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 483 "@@@STEP_LOG_END@python.inline@@@" | 504 "@@@STEP_LOG_END@python.inline@@@" |
| 484 ] | 505 ] |
| 485 }, | 506 }, |
| 486 { | 507 { |
| 487 "cmd": [ | 508 "cmd": [ |
| 488 "python", | 509 "python", |
| 489 "-u", | 510 "-u", |
| 490 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 511 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 491 "--", | 512 "--", |
| 492 "[ROOT]/b/depot_tools/gsutil.py", | 513 "[DEPOT_TOOLS]/gsutil.py", |
| 493 "----", | 514 "----", |
| 494 "cp", | 515 "cp", |
| 495 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave2/*", | 516 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave2/*", |
| 496 "[CWD]/src/content/test/ct/slave2/page_sets/data" | 517 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets/data" |
| 497 ], | 518 ], |
| 519 "cwd": "[SLAVE_BUILD]", |
| 498 "name": "gsutil download (4)" | 520 "name": "gsutil download (4)" |
| 499 }, | 521 }, |
| 500 { | 522 { |
| 501 "cmd": [ | 523 "cmd": [ |
| 502 "python", | 524 "python", |
| 503 "-u", | 525 "-u", |
| 504 "\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", | 526 "\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", |
| 505 "[CWD]/swarming_temp_dir", | 527 "[SLAVE_BUILD]/swarming_temp_dir", |
| 506 "511" | 528 "511" |
| 507 ], | 529 ], |
| 530 "cwd": "[SLAVE_BUILD]", |
| 508 "name": "makedirs swarming tmp dir (2)", | 531 "name": "makedirs swarming tmp dir (2)", |
| 509 "~followup_annotations": [ | 532 "~followup_annotations": [ |
| 510 "@@@STEP_LOG_LINE@python.inline@@@@", | 533 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 511 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 534 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 512 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 535 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 513 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 536 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 514 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 537 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 515 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 538 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 516 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 539 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 517 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 540 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 518 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 541 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 519 "@@@STEP_LOG_END@python.inline@@@" | 542 "@@@STEP_LOG_END@python.inline@@@" |
| 520 ] | 543 ] |
| 521 }, | 544 }, |
| 522 { | 545 { |
| 523 "cmd": [ | 546 "cmd": [ |
| 524 "python", | 547 "python", |
| 525 "-u", | 548 "-u", |
| 526 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 549 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 527 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/src/chrome/c
t_top1k.isolate\", \n \"--isolated\", \n \"[CWD]/swarming_temp_dir
/skia-task-ct-2.isolated\", \n \"--config-variable\", \n \"OS\", \
n \"linux\", \n \"--extra-variable\", \n \"BENCHMARK\", \n
\"repaint\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n
\"2\"\n ], \n \"dir\": \"[CWD]/src/chrome\", \n \"version\": 1\n
}", | 550 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_top1k.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/s
warming_temp_dir/skia-task-ct-2.isolated\", \n \"--config-variable\", \n
\"OS\", \n \"linux\", \n \"--extra-variable\", \n \"
BENCHMARK\", \n \"repaint\", \n \"--extra-variable\", \n \"
SLAVE_NUM\", \n \"2\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\"
, \n \"version\": 1\n}", |
| 528 "[CWD]/swarming_temp_dir/ct-2.isolated.gen.json" | 551 "[SLAVE_BUILD]/swarming_temp_dir/ct-2.isolated.gen.json" |
| 529 ], | 552 ], |
| 553 "cwd": "[SLAVE_BUILD]", |
| 530 "name": "Write ct-2.isolated.gen.json" | 554 "name": "Write ct-2.isolated.gen.json" |
| 531 }, | 555 }, |
| 532 { | 556 { |
| 533 "cmd": [ | 557 "cmd": [ |
| 534 "python", | 558 "python", |
| 535 "-u", | 559 "-u", |
| 536 "\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", | 560 "\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", |
| 537 "[CWD]/src/content/test/ct/slave3/page_sets", | 561 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets", |
| 538 "511" | 562 "511" |
| 539 ], | 563 ], |
| 564 "cwd": "[SLAVE_BUILD]", |
| 540 "name": "makedirs page_sets dir (3)", | 565 "name": "makedirs page_sets dir (3)", |
| 541 "~followup_annotations": [ | 566 "~followup_annotations": [ |
| 542 "@@@STEP_LOG_LINE@python.inline@@@@", | 567 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 543 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 568 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 544 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 569 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 545 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 570 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 546 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 571 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 547 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 572 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 548 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 573 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 549 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 574 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 550 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 575 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 551 "@@@STEP_LOG_END@python.inline@@@" | 576 "@@@STEP_LOG_END@python.inline@@@" |
| 552 ] | 577 ] |
| 553 }, | 578 }, |
| 554 { | 579 { |
| 555 "cmd": [ | 580 "cmd": [ |
| 556 "python", | 581 "python", |
| 557 "-u", | 582 "-u", |
| 558 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 583 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 559 "--", | 584 "--", |
| 560 "[ROOT]/b/depot_tools/gsutil.py", | 585 "[DEPOT_TOOLS]/gsutil.py", |
| 561 "----", | 586 "----", |
| 562 "cp", | 587 "cp", |
| 563 "gs://cluster-telemetry/swarming/page_sets/1k/slave3/*", | 588 "gs://cluster-telemetry/swarming/page_sets/1k/slave3/*", |
| 564 "[CWD]/src/content/test/ct/slave3/page_sets" | 589 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets" |
| 565 ], | 590 ], |
| 591 "cwd": "[SLAVE_BUILD]", |
| 566 "name": "gsutil download (5)" | 592 "name": "gsutil download (5)" |
| 567 }, | 593 }, |
| 568 { | 594 { |
| 569 "cmd": [ | 595 "cmd": [ |
| 570 "python", | 596 "python", |
| 571 "-u", | 597 "-u", |
| 572 "\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", | 598 "\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", |
| 573 "[CWD]/src/content/test/ct/slave3/page_sets/data", | 599 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets/data", |
| 574 "511" | 600 "511" |
| 575 ], | 601 ], |
| 602 "cwd": "[SLAVE_BUILD]", |
| 576 "name": "makedirs WPR dir (3)", | 603 "name": "makedirs WPR dir (3)", |
| 577 "~followup_annotations": [ | 604 "~followup_annotations": [ |
| 578 "@@@STEP_LOG_LINE@python.inline@@@@", | 605 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 579 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 606 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 580 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 607 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 581 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 608 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 582 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 609 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 583 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 610 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 584 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 611 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 585 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 612 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 586 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 613 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 587 "@@@STEP_LOG_END@python.inline@@@" | 614 "@@@STEP_LOG_END@python.inline@@@" |
| 588 ] | 615 ] |
| 589 }, | 616 }, |
| 590 { | 617 { |
| 591 "cmd": [ | 618 "cmd": [ |
| 592 "python", | 619 "python", |
| 593 "-u", | 620 "-u", |
| 594 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 621 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 595 "--", | 622 "--", |
| 596 "[ROOT]/b/depot_tools/gsutil.py", | 623 "[DEPOT_TOOLS]/gsutil.py", |
| 597 "----", | 624 "----", |
| 598 "cp", | 625 "cp", |
| 599 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave3/*", | 626 "gs://cluster-telemetry/swarming/webpage_archives/1k/slave3/*", |
| 600 "[CWD]/src/content/test/ct/slave3/page_sets/data" | 627 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets/data" |
| 601 ], | 628 ], |
| 629 "cwd": "[SLAVE_BUILD]", |
| 602 "name": "gsutil download (6)" | 630 "name": "gsutil download (6)" |
| 603 }, | 631 }, |
| 604 { | 632 { |
| 605 "cmd": [ | 633 "cmd": [ |
| 606 "python", | 634 "python", |
| 607 "-u", | 635 "-u", |
| 608 "\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", | 636 "\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", |
| 609 "[CWD]/swarming_temp_dir", | 637 "[SLAVE_BUILD]/swarming_temp_dir", |
| 610 "511" | 638 "511" |
| 611 ], | 639 ], |
| 640 "cwd": "[SLAVE_BUILD]", |
| 612 "name": "makedirs swarming tmp dir (3)", | 641 "name": "makedirs swarming tmp dir (3)", |
| 613 "~followup_annotations": [ | 642 "~followup_annotations": [ |
| 614 "@@@STEP_LOG_LINE@python.inline@@@@", | 643 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 615 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 644 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 616 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 645 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 617 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 646 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 618 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 647 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 619 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 648 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 620 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 649 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 621 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 650 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 622 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 651 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 623 "@@@STEP_LOG_END@python.inline@@@" | 652 "@@@STEP_LOG_END@python.inline@@@" |
| 624 ] | 653 ] |
| 625 }, | 654 }, |
| 626 { | 655 { |
| 627 "cmd": [ | 656 "cmd": [ |
| 628 "python", | 657 "python", |
| 629 "-u", | 658 "-u", |
| 630 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 659 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 631 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/src/chrome/c
t_top1k.isolate\", \n \"--isolated\", \n \"[CWD]/swarming_temp_dir
/skia-task-ct-3.isolated\", \n \"--config-variable\", \n \"OS\", \
n \"linux\", \n \"--extra-variable\", \n \"BENCHMARK\", \n
\"repaint\", \n \"--extra-variable\", \n \"SLAVE_NUM\", \n
\"3\"\n ], \n \"dir\": \"[CWD]/src/chrome\", \n \"version\": 1\n
}", | 660 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/src/
chrome/ct_top1k.isolate\", \n \"--isolated\", \n \"[SLAVE_BUILD]/s
warming_temp_dir/skia-task-ct-3.isolated\", \n \"--config-variable\", \n
\"OS\", \n \"linux\", \n \"--extra-variable\", \n \"
BENCHMARK\", \n \"repaint\", \n \"--extra-variable\", \n \"
SLAVE_NUM\", \n \"3\"\n ], \n \"dir\": \"[SLAVE_BUILD]/src/chrome\"
, \n \"version\": 1\n}", |
| 632 "[CWD]/swarming_temp_dir/ct-3.isolated.gen.json" | 661 "[SLAVE_BUILD]/swarming_temp_dir/ct-3.isolated.gen.json" |
| 633 ], | 662 ], |
| 663 "cwd": "[SLAVE_BUILD]", |
| 634 "name": "Write ct-3.isolated.gen.json" | 664 "name": "Write ct-3.isolated.gen.json" |
| 635 }, | 665 }, |
| 636 { | 666 { |
| 637 "cmd": [ | 667 "cmd": [ |
| 638 "python", | 668 "python", |
| 639 "-u", | 669 "-u", |
| 640 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 670 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 641 "[CWD]/swarming.client", | 671 "[SLAVE_BUILD]/swarming.client", |
| 642 "batcharchive", | 672 "batcharchive", |
| 643 "--dump-json", | 673 "--dump-json", |
| 644 "/path/to/tmp/json", | 674 "/path/to/tmp/json", |
| 645 "--isolate-server", | 675 "--isolate-server", |
| 646 "https://isolateserver.appspot.com", | 676 "https://isolateserver.appspot.com", |
| 647 "--verbose", | 677 "--verbose", |
| 648 "[CWD]/swarming_temp_dir/ct-1.isolated.gen.json", | 678 "[SLAVE_BUILD]/swarming_temp_dir/ct-1.isolated.gen.json", |
| 649 "[CWD]/swarming_temp_dir/ct-2.isolated.gen.json", | 679 "[SLAVE_BUILD]/swarming_temp_dir/ct-2.isolated.gen.json", |
| 650 "[CWD]/swarming_temp_dir/ct-3.isolated.gen.json" | 680 "[SLAVE_BUILD]/swarming_temp_dir/ct-3.isolated.gen.json" |
| 651 ], | 681 ], |
| 682 "cwd": "[SLAVE_BUILD]", |
| 652 "name": "isolate tests", | 683 "name": "isolate tests", |
| 653 "~followup_annotations": [ | 684 "~followup_annotations": [ |
| 654 "@@@STEP_LOG_LINE@json.output@{@@@", | 685 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 655 "@@@STEP_LOG_LINE@json.output@ \"ct-1\": \"[dummy hash for ct-1]\", @@@", | 686 "@@@STEP_LOG_LINE@json.output@ \"ct-1\": \"[dummy hash for ct-1]\", @@@", |
| 656 "@@@STEP_LOG_LINE@json.output@ \"ct-2\": \"[dummy hash for ct-2]\", @@@", | 687 "@@@STEP_LOG_LINE@json.output@ \"ct-2\": \"[dummy hash for ct-2]\", @@@", |
| 657 "@@@STEP_LOG_LINE@json.output@ \"ct-3\": \"[dummy hash for ct-3]\"@@@", | 688 "@@@STEP_LOG_LINE@json.output@ \"ct-3\": \"[dummy hash for ct-3]\"@@@", |
| 658 "@@@STEP_LOG_LINE@json.output@}@@@", | 689 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 659 "@@@STEP_LOG_END@json.output@@@", | 690 "@@@STEP_LOG_END@json.output@@@", |
| 660 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"ct-1\": \"[dummy hash for ct-1]\",
\"ct-2\": \"[dummy hash for ct-2]\", \"ct-3\": \"[dummy hash for ct-3]\"}@@@" | 691 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"ct-1\": \"[dummy hash for ct-1]\",
\"ct-2\": \"[dummy hash for ct-2]\", \"ct-3\": \"[dummy hash for ct-3]\"}@@@" |
| 661 ] | 692 ] |
| 662 }, | 693 }, |
| 663 { | 694 { |
| 664 "cmd": [ | 695 "cmd": [ |
| 665 "python", | 696 "python", |
| 666 "-u", | 697 "-u", |
| 667 "[CWD]/swarming.client/swarming.py", | 698 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 668 "trigger", | 699 "trigger", |
| 669 "--swarming", | 700 "--swarming", |
| 670 "https://chromium-swarm.appspot.com", | 701 "https://chromium-swarm.appspot.com", |
| 671 "--isolate-server", | 702 "--isolate-server", |
| 672 "https://isolateserver.appspot.com", | 703 "https://isolateserver.appspot.com", |
| 673 "--priority", | 704 "--priority", |
| 674 "90", | 705 "90", |
| 675 "--shards", | 706 "--shards", |
| 676 "1", | 707 "1", |
| 677 "--task-name", | 708 "--task-name", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 705 "--tag", | 736 "--tag", |
| 706 "name:ct-1", | 737 "name:ct-1", |
| 707 "--tag", | 738 "--tag", |
| 708 "os:Ubuntu-14.04", | 739 "os:Ubuntu-14.04", |
| 709 "--tag", | 740 "--tag", |
| 710 "slavename:slave50-c1", | 741 "slavename:slave50-c1", |
| 711 "--tag", | 742 "--tag", |
| 712 "stepname:ct-1 on Ubuntu-14.04", | 743 "stepname:ct-1 on Ubuntu-14.04", |
| 713 "[dummy hash for ct-1]" | 744 "[dummy hash for ct-1]" |
| 714 ], | 745 ], |
| 746 "cwd": "[SLAVE_BUILD]", |
| 715 "name": "[trigger] ct-1 on Ubuntu-14.04", | 747 "name": "[trigger] ct-1 on Ubuntu-14.04", |
| 716 "~followup_annotations": [ | 748 "~followup_annotations": [ |
| 717 "@@@STEP_LOG_LINE@json.output@{@@@", | 749 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 718 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-1/Ubuntu-14.04/[d
ummy has/Linux CT Top1k Repaint Perf/-1\", @@@", | 750 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-1/Ubuntu-14.04/[d
ummy has/Linux CT Top1k Repaint Perf/-1\", @@@", |
| 719 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 751 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 720 "@@@STEP_LOG_LINE@json.output@ \"ct-1/Ubuntu-14.04/[dummy has/Linux CT
Top1k Repaint Perf/-1\": {@@@", | 752 "@@@STEP_LOG_LINE@json.output@ \"ct-1/Ubuntu-14.04/[dummy has/Linux CT
Top1k Repaint Perf/-1\": {@@@", |
| 721 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 753 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 722 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 754 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 723 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 755 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 724 "@@@STEP_LOG_LINE@json.output@ }@@@", | 756 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 725 "@@@STEP_LOG_LINE@json.output@ }@@@", | 757 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 726 "@@@STEP_LOG_LINE@json.output@}@@@", | 758 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 727 "@@@STEP_LOG_END@json.output@@@", | 759 "@@@STEP_LOG_END@json.output@@@", |
| 728 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 760 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 729 ] | 761 ] |
| 730 }, | 762 }, |
| 731 { | 763 { |
| 732 "cmd": [ | 764 "cmd": [ |
| 733 "python", | 765 "python", |
| 734 "-u", | 766 "-u", |
| 735 "[CWD]/swarming.client/swarming.py", | 767 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 736 "trigger", | 768 "trigger", |
| 737 "--swarming", | 769 "--swarming", |
| 738 "https://chromium-swarm.appspot.com", | 770 "https://chromium-swarm.appspot.com", |
| 739 "--isolate-server", | 771 "--isolate-server", |
| 740 "https://isolateserver.appspot.com", | 772 "https://isolateserver.appspot.com", |
| 741 "--priority", | 773 "--priority", |
| 742 "90", | 774 "90", |
| 743 "--shards", | 775 "--shards", |
| 744 "1", | 776 "1", |
| 745 "--task-name", | 777 "--task-name", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 773 "--tag", | 805 "--tag", |
| 774 "name:ct-2", | 806 "name:ct-2", |
| 775 "--tag", | 807 "--tag", |
| 776 "os:Ubuntu-14.04", | 808 "os:Ubuntu-14.04", |
| 777 "--tag", | 809 "--tag", |
| 778 "slavename:slave50-c1", | 810 "slavename:slave50-c1", |
| 779 "--tag", | 811 "--tag", |
| 780 "stepname:ct-2 on Ubuntu-14.04", | 812 "stepname:ct-2 on Ubuntu-14.04", |
| 781 "[dummy hash for ct-2]" | 813 "[dummy hash for ct-2]" |
| 782 ], | 814 ], |
| 815 "cwd": "[SLAVE_BUILD]", |
| 783 "name": "[trigger] ct-2 on Ubuntu-14.04", | 816 "name": "[trigger] ct-2 on Ubuntu-14.04", |
| 784 "~followup_annotations": [ | 817 "~followup_annotations": [ |
| 785 "@@@STEP_LOG_LINE@json.output@{@@@", | 818 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 786 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-2/Ubuntu-14.04/[d
ummy has/Linux CT Top1k Repaint Perf/-1\", @@@", | 819 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-2/Ubuntu-14.04/[d
ummy has/Linux CT Top1k Repaint Perf/-1\", @@@", |
| 787 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 820 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 788 "@@@STEP_LOG_LINE@json.output@ \"ct-2/Ubuntu-14.04/[dummy has/Linux CT
Top1k Repaint Perf/-1\": {@@@", | 821 "@@@STEP_LOG_LINE@json.output@ \"ct-2/Ubuntu-14.04/[dummy has/Linux CT
Top1k Repaint Perf/-1\": {@@@", |
| 789 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 822 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 790 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 823 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 791 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 824 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 792 "@@@STEP_LOG_LINE@json.output@ }@@@", | 825 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 793 "@@@STEP_LOG_LINE@json.output@ }@@@", | 826 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 794 "@@@STEP_LOG_LINE@json.output@}@@@", | 827 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 795 "@@@STEP_LOG_END@json.output@@@", | 828 "@@@STEP_LOG_END@json.output@@@", |
| 796 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 829 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 797 ] | 830 ] |
| 798 }, | 831 }, |
| 799 { | 832 { |
| 800 "cmd": [ | 833 "cmd": [ |
| 801 "python", | 834 "python", |
| 802 "-u", | 835 "-u", |
| 803 "[CWD]/swarming.client/swarming.py", | 836 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 804 "trigger", | 837 "trigger", |
| 805 "--swarming", | 838 "--swarming", |
| 806 "https://chromium-swarm.appspot.com", | 839 "https://chromium-swarm.appspot.com", |
| 807 "--isolate-server", | 840 "--isolate-server", |
| 808 "https://isolateserver.appspot.com", | 841 "https://isolateserver.appspot.com", |
| 809 "--priority", | 842 "--priority", |
| 810 "90", | 843 "90", |
| 811 "--shards", | 844 "--shards", |
| 812 "1", | 845 "1", |
| 813 "--task-name", | 846 "--task-name", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 841 "--tag", | 874 "--tag", |
| 842 "name:ct-3", | 875 "name:ct-3", |
| 843 "--tag", | 876 "--tag", |
| 844 "os:Ubuntu-14.04", | 877 "os:Ubuntu-14.04", |
| 845 "--tag", | 878 "--tag", |
| 846 "slavename:slave50-c1", | 879 "slavename:slave50-c1", |
| 847 "--tag", | 880 "--tag", |
| 848 "stepname:ct-3 on Ubuntu-14.04", | 881 "stepname:ct-3 on Ubuntu-14.04", |
| 849 "[dummy hash for ct-3]" | 882 "[dummy hash for ct-3]" |
| 850 ], | 883 ], |
| 884 "cwd": "[SLAVE_BUILD]", |
| 851 "name": "[trigger] ct-3 on Ubuntu-14.04", | 885 "name": "[trigger] ct-3 on Ubuntu-14.04", |
| 852 "~followup_annotations": [ | 886 "~followup_annotations": [ |
| 853 "@@@STEP_LOG_LINE@json.output@{@@@", | 887 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 854 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-3/Ubuntu-14.04/[d
ummy has/Linux CT Top1k Repaint Perf/-1\", @@@", | 888 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"ct-3/Ubuntu-14.04/[d
ummy has/Linux CT Top1k Repaint Perf/-1\", @@@", |
| 855 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 889 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 856 "@@@STEP_LOG_LINE@json.output@ \"ct-3/Ubuntu-14.04/[dummy has/Linux CT
Top1k Repaint Perf/-1\": {@@@", | 890 "@@@STEP_LOG_LINE@json.output@ \"ct-3/Ubuntu-14.04/[dummy has/Linux CT
Top1k Repaint Perf/-1\": {@@@", |
| 857 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 891 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 858 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 892 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 859 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 893 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 860 "@@@STEP_LOG_LINE@json.output@ }@@@", | 894 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 861 "@@@STEP_LOG_LINE@json.output@ }@@@", | 895 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 862 "@@@STEP_LOG_LINE@json.output@}@@@", | 896 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 863 "@@@STEP_LOG_END@json.output@@@", | 897 "@@@STEP_LOG_END@json.output@@@", |
| 864 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 898 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 865 ] | 899 ] |
| 866 }, | 900 }, |
| 867 { | 901 { |
| 868 "cmd": [ | 902 "cmd": [ |
| 869 "python", | 903 "python", |
| 870 "-u", | 904 "-u", |
| 871 "[CWD]/swarming.client/swarming.py", | 905 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 872 "collect", | 906 "collect", |
| 873 "--swarming", | 907 "--swarming", |
| 874 "https://chromium-swarm.appspot.com", | 908 "https://chromium-swarm.appspot.com", |
| 875 "--decorate", | 909 "--decorate", |
| 876 "--print-status-updates", | 910 "--print-status-updates", |
| 877 "--shards", | 911 "--shards", |
| 878 "1", | 912 "1", |
| 879 "ct-1/Ubuntu-14.04/[dummy has/Linux CT Top1k Repaint Perf/-1", | 913 "ct-1/Ubuntu-14.04/[dummy has/Linux CT Top1k Repaint Perf/-1", |
| 880 "--task-summary-json", | 914 "--task-summary-json", |
| 881 "/path/to/tmp/json", | 915 "/path/to/tmp/json", |
| 882 "--task-output-dir", | 916 "--task-output-dir", |
| 883 "[CWD]/swarming_temp_dir/outputs/ct-1" | 917 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-1" |
| 884 ], | 918 ], |
| 919 "cwd": "[SLAVE_BUILD]", |
| 885 "name": "ct-1 on Ubuntu-14.04", | 920 "name": "ct-1 on Ubuntu-14.04", |
| 886 "~followup_annotations": [ | 921 "~followup_annotations": [ |
| 887 "@@@STEP_TEXT@swarming pending 71s@@@", | 922 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 888 "@@@STEP_LOG_LINE@json.output@{@@@", | 923 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 889 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 924 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 890 "@@@STEP_LOG_LINE@json.output@ {@@@", | 925 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 891 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 926 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 892 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 927 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 893 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 928 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 894 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 929 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 924 "@@@STEP_LOG_LINE@json.output@}@@@", | 959 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 925 "@@@STEP_LOG_END@json.output@@@", | 960 "@@@STEP_LOG_END@json.output@@@", |
| 926 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 961 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 927 ] | 962 ] |
| 928 }, | 963 }, |
| 929 { | 964 { |
| 930 "cmd": [ | 965 "cmd": [ |
| 931 "python", | 966 "python", |
| 932 "-u", | 967 "-u", |
| 933 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 968 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
| 934 "[CWD]/swarming_temp_dir/outputs/ct-1/0", | 969 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-1/0", |
| 935 "/path/to/tmp/json" | 970 "/path/to/tmp/json" |
| 936 ], | 971 ], |
| 972 "cwd": "[SLAVE_BUILD]", |
| 937 "name": "listdir output dir", | 973 "name": "listdir output dir", |
| 938 "~followup_annotations": [ | 974 "~followup_annotations": [ |
| 939 "@@@STEP_LOG_LINE@json.output@[@@@", | 975 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 940 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | 976 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
| 941 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | 977 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
| 942 "@@@STEP_LOG_LINE@json.output@]@@@", | 978 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 943 "@@@STEP_LOG_END@json.output@@@", | 979 "@@@STEP_LOG_END@json.output@@@", |
| 944 "@@@STEP_LOG_LINE@python.inline@@@@", | 980 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 945 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", | 981 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
| 946 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", | 982 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", |
| 947 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", | 983 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
| 948 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", | 984 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", |
| 949 "@@@STEP_LOG_END@python.inline@@@" | 985 "@@@STEP_LOG_END@python.inline@@@" |
| 950 ] | 986 ] |
| 951 }, | 987 }, |
| 952 { | 988 { |
| 953 "cmd": [ | 989 "cmd": [ |
| 954 "python", | 990 "python", |
| 955 "-u", | 991 "-u", |
| 956 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 992 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 957 "[CWD]/swarming_temp_dir/outputs/ct-1/0/file 1", | 993 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-1/0/file 1", |
| 958 "/path/to/tmp/json" | 994 "/path/to/tmp/json" |
| 959 ], | 995 ], |
| 996 "cwd": "[SLAVE_BUILD]", |
| 960 "name": "read output json", | 997 "name": "read output json", |
| 961 "~followup_annotations": [ | 998 "~followup_annotations": [ |
| 962 "@@@STEP_LOG_LINE@json.output@{@@@", | 999 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 963 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", | 1000 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", |
| 964 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", | 1001 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", |
| 965 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", | 1002 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", |
| 966 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", | 1003 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", |
| 967 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", | 1004 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", |
| 968 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", | 1005 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", |
| 969 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 1006 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 1000 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", | 1037 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", |
| 1001 "@@@STEP_LOG_LINE@json.output@}@@@", | 1038 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1002 "@@@STEP_LOG_END@json.output@@@" | 1039 "@@@STEP_LOG_END@json.output@@@" |
| 1003 ] | 1040 ] |
| 1004 }, | 1041 }, |
| 1005 { | 1042 { |
| 1006 "cmd": [ | 1043 "cmd": [ |
| 1007 "python", | 1044 "python", |
| 1008 "-u", | 1045 "-u", |
| 1009 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1046 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1010 "[CWD]/swarming_temp_dir/outputs/ct-1/0/file 2", | 1047 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-1/0/file 2", |
| 1011 "/path/to/tmp/json" | 1048 "/path/to/tmp/json" |
| 1012 ], | 1049 ], |
| 1050 "cwd": "[SLAVE_BUILD]", |
| 1013 "name": "read output json (2)", | 1051 "name": "read output json (2)", |
| 1014 "~followup_annotations": [ | 1052 "~followup_annotations": [ |
| 1015 "@@@STEP_LOG_LINE@json.output@{@@@", | 1053 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1016 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", | 1054 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", |
| 1017 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", | 1055 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", |
| 1018 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", | 1056 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", |
| 1019 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", | 1057 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", |
| 1020 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", | 1058 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", |
| 1021 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", | 1059 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", |
| 1022 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 1060 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 1052 "@@@STEP_LOG_LINE@json.output@ \"next_version\": \"0.2\", @@@", | 1090 "@@@STEP_LOG_LINE@json.output@ \"next_version\": \"0.2\", @@@", |
| 1053 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", | 1091 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", |
| 1054 "@@@STEP_LOG_LINE@json.output@}@@@", | 1092 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1055 "@@@STEP_LOG_END@json.output@@@" | 1093 "@@@STEP_LOG_END@json.output@@@" |
| 1056 ] | 1094 ] |
| 1057 }, | 1095 }, |
| 1058 { | 1096 { |
| 1059 "cmd": [ | 1097 "cmd": [ |
| 1060 "python", | 1098 "python", |
| 1061 "-u", | 1099 "-u", |
| 1062 "[CWD]/swarming.client/swarming.py", | 1100 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 1063 "collect", | 1101 "collect", |
| 1064 "--swarming", | 1102 "--swarming", |
| 1065 "https://chromium-swarm.appspot.com", | 1103 "https://chromium-swarm.appspot.com", |
| 1066 "--decorate", | 1104 "--decorate", |
| 1067 "--print-status-updates", | 1105 "--print-status-updates", |
| 1068 "--shards", | 1106 "--shards", |
| 1069 "1", | 1107 "1", |
| 1070 "ct-2/Ubuntu-14.04/[dummy has/Linux CT Top1k Repaint Perf/-1", | 1108 "ct-2/Ubuntu-14.04/[dummy has/Linux CT Top1k Repaint Perf/-1", |
| 1071 "--task-summary-json", | 1109 "--task-summary-json", |
| 1072 "/path/to/tmp/json", | 1110 "/path/to/tmp/json", |
| 1073 "--task-output-dir", | 1111 "--task-output-dir", |
| 1074 "[CWD]/swarming_temp_dir/outputs/ct-2" | 1112 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-2" |
| 1075 ], | 1113 ], |
| 1114 "cwd": "[SLAVE_BUILD]", |
| 1076 "name": "ct-2 on Ubuntu-14.04", | 1115 "name": "ct-2 on Ubuntu-14.04", |
| 1077 "~followup_annotations": [ | 1116 "~followup_annotations": [ |
| 1078 "@@@STEP_TEXT@swarming pending 71s@@@", | 1117 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1079 "@@@STEP_LOG_LINE@json.output@{@@@", | 1118 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1080 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1119 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1081 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1120 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1082 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1121 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1083 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1122 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1084 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1123 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1085 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1124 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 1115 "@@@STEP_LOG_LINE@json.output@}@@@", | 1154 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1116 "@@@STEP_LOG_END@json.output@@@", | 1155 "@@@STEP_LOG_END@json.output@@@", |
| 1117 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1156 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1118 ] | 1157 ] |
| 1119 }, | 1158 }, |
| 1120 { | 1159 { |
| 1121 "cmd": [ | 1160 "cmd": [ |
| 1122 "python", | 1161 "python", |
| 1123 "-u", | 1162 "-u", |
| 1124 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 1163 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
| 1125 "[CWD]/swarming_temp_dir/outputs/ct-2/0", | 1164 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-2/0", |
| 1126 "/path/to/tmp/json" | 1165 "/path/to/tmp/json" |
| 1127 ], | 1166 ], |
| 1167 "cwd": "[SLAVE_BUILD]", |
| 1128 "name": "listdir output dir (2)", | 1168 "name": "listdir output dir (2)", |
| 1129 "~followup_annotations": [ | 1169 "~followup_annotations": [ |
| 1130 "@@@STEP_LOG_LINE@json.output@[@@@", | 1170 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 1131 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | 1171 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
| 1132 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | 1172 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
| 1133 "@@@STEP_LOG_LINE@json.output@]@@@", | 1173 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 1134 "@@@STEP_LOG_END@json.output@@@", | 1174 "@@@STEP_LOG_END@json.output@@@", |
| 1135 "@@@STEP_LOG_LINE@python.inline@@@@", | 1175 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1136 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", | 1176 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
| 1137 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", | 1177 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", |
| 1138 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", | 1178 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
| 1139 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", | 1179 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", |
| 1140 "@@@STEP_LOG_END@python.inline@@@" | 1180 "@@@STEP_LOG_END@python.inline@@@" |
| 1141 ] | 1181 ] |
| 1142 }, | 1182 }, |
| 1143 { | 1183 { |
| 1144 "cmd": [ | 1184 "cmd": [ |
| 1145 "python", | 1185 "python", |
| 1146 "-u", | 1186 "-u", |
| 1147 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1187 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1148 "[CWD]/swarming_temp_dir/outputs/ct-2/0/file 1", | 1188 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-2/0/file 1", |
| 1149 "/path/to/tmp/json" | 1189 "/path/to/tmp/json" |
| 1150 ], | 1190 ], |
| 1191 "cwd": "[SLAVE_BUILD]", |
| 1151 "name": "read output json (3)", | 1192 "name": "read output json (3)", |
| 1152 "~followup_annotations": [ | 1193 "~followup_annotations": [ |
| 1153 "@@@STEP_LOG_LINE@json.output@{@@@", | 1194 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1154 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", | 1195 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", |
| 1155 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", | 1196 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", |
| 1156 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", | 1197 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", |
| 1157 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", | 1198 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", |
| 1158 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", | 1199 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", |
| 1159 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", | 1200 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", |
| 1160 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 1201 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 1191 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", | 1232 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", |
| 1192 "@@@STEP_LOG_LINE@json.output@}@@@", | 1233 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1193 "@@@STEP_LOG_END@json.output@@@" | 1234 "@@@STEP_LOG_END@json.output@@@" |
| 1194 ] | 1235 ] |
| 1195 }, | 1236 }, |
| 1196 { | 1237 { |
| 1197 "cmd": [ | 1238 "cmd": [ |
| 1198 "python", | 1239 "python", |
| 1199 "-u", | 1240 "-u", |
| 1200 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1241 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1201 "[CWD]/swarming_temp_dir/outputs/ct-2/0/file 2", | 1242 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-2/0/file 2", |
| 1202 "/path/to/tmp/json" | 1243 "/path/to/tmp/json" |
| 1203 ], | 1244 ], |
| 1245 "cwd": "[SLAVE_BUILD]", |
| 1204 "name": "read output json (4)", | 1246 "name": "read output json (4)", |
| 1205 "~followup_annotations": [ | 1247 "~followup_annotations": [ |
| 1206 "@@@STEP_LOG_LINE@json.output@{@@@", | 1248 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1207 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", | 1249 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", |
| 1208 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", | 1250 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", |
| 1209 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", | 1251 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", |
| 1210 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", | 1252 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", |
| 1211 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", | 1253 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", |
| 1212 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", | 1254 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", |
| 1213 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 1255 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 1243 "@@@STEP_LOG_LINE@json.output@ \"next_version\": \"0.2\", @@@", | 1285 "@@@STEP_LOG_LINE@json.output@ \"next_version\": \"0.2\", @@@", |
| 1244 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", | 1286 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", |
| 1245 "@@@STEP_LOG_LINE@json.output@}@@@", | 1287 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1246 "@@@STEP_LOG_END@json.output@@@" | 1288 "@@@STEP_LOG_END@json.output@@@" |
| 1247 ] | 1289 ] |
| 1248 }, | 1290 }, |
| 1249 { | 1291 { |
| 1250 "cmd": [ | 1292 "cmd": [ |
| 1251 "python", | 1293 "python", |
| 1252 "-u", | 1294 "-u", |
| 1253 "[CWD]/swarming.client/swarming.py", | 1295 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 1254 "collect", | 1296 "collect", |
| 1255 "--swarming", | 1297 "--swarming", |
| 1256 "https://chromium-swarm.appspot.com", | 1298 "https://chromium-swarm.appspot.com", |
| 1257 "--decorate", | 1299 "--decorate", |
| 1258 "--print-status-updates", | 1300 "--print-status-updates", |
| 1259 "--shards", | 1301 "--shards", |
| 1260 "1", | 1302 "1", |
| 1261 "ct-3/Ubuntu-14.04/[dummy has/Linux CT Top1k Repaint Perf/-1", | 1303 "ct-3/Ubuntu-14.04/[dummy has/Linux CT Top1k Repaint Perf/-1", |
| 1262 "--task-summary-json", | 1304 "--task-summary-json", |
| 1263 "/path/to/tmp/json", | 1305 "/path/to/tmp/json", |
| 1264 "--task-output-dir", | 1306 "--task-output-dir", |
| 1265 "[CWD]/swarming_temp_dir/outputs/ct-3" | 1307 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-3" |
| 1266 ], | 1308 ], |
| 1309 "cwd": "[SLAVE_BUILD]", |
| 1267 "name": "ct-3 on Ubuntu-14.04", | 1310 "name": "ct-3 on Ubuntu-14.04", |
| 1268 "~followup_annotations": [ | 1311 "~followup_annotations": [ |
| 1269 "@@@STEP_TEXT@swarming pending 71s@@@", | 1312 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 1270 "@@@STEP_LOG_LINE@json.output@{@@@", | 1313 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1271 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 1314 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 1272 "@@@STEP_LOG_LINE@json.output@ {@@@", | 1315 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 1273 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 1316 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 1274 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 1317 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 1275 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 1318 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 1276 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 1319 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 1306 "@@@STEP_LOG_LINE@json.output@}@@@", | 1349 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1307 "@@@STEP_LOG_END@json.output@@@", | 1350 "@@@STEP_LOG_END@json.output@@@", |
| 1308 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1351 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1309 ] | 1352 ] |
| 1310 }, | 1353 }, |
| 1311 { | 1354 { |
| 1312 "cmd": [ | 1355 "cmd": [ |
| 1313 "python", | 1356 "python", |
| 1314 "-u", | 1357 "-u", |
| 1315 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 1358 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
| 1316 "[CWD]/swarming_temp_dir/outputs/ct-3/0", | 1359 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-3/0", |
| 1317 "/path/to/tmp/json" | 1360 "/path/to/tmp/json" |
| 1318 ], | 1361 ], |
| 1362 "cwd": "[SLAVE_BUILD]", |
| 1319 "name": "listdir output dir (3)", | 1363 "name": "listdir output dir (3)", |
| 1320 "~followup_annotations": [ | 1364 "~followup_annotations": [ |
| 1321 "@@@STEP_LOG_LINE@json.output@[@@@", | 1365 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 1322 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | 1366 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
| 1323 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | 1367 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
| 1324 "@@@STEP_LOG_LINE@json.output@]@@@", | 1368 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 1325 "@@@STEP_LOG_END@json.output@@@", | 1369 "@@@STEP_LOG_END@json.output@@@", |
| 1326 "@@@STEP_LOG_LINE@python.inline@@@@", | 1370 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1327 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", | 1371 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
| 1328 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", | 1372 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", |
| 1329 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", | 1373 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
| 1330 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", | 1374 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", |
| 1331 "@@@STEP_LOG_END@python.inline@@@" | 1375 "@@@STEP_LOG_END@python.inline@@@" |
| 1332 ] | 1376 ] |
| 1333 }, | 1377 }, |
| 1334 { | 1378 { |
| 1335 "cmd": [ | 1379 "cmd": [ |
| 1336 "python", | 1380 "python", |
| 1337 "-u", | 1381 "-u", |
| 1338 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1382 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1339 "[CWD]/swarming_temp_dir/outputs/ct-3/0/file 1", | 1383 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-3/0/file 1", |
| 1340 "/path/to/tmp/json" | 1384 "/path/to/tmp/json" |
| 1341 ], | 1385 ], |
| 1386 "cwd": "[SLAVE_BUILD]", |
| 1342 "name": "read output json (5)", | 1387 "name": "read output json (5)", |
| 1343 "~followup_annotations": [ | 1388 "~followup_annotations": [ |
| 1344 "@@@STEP_LOG_LINE@json.output@{@@@", | 1389 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1345 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", | 1390 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", |
| 1346 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", | 1391 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", |
| 1347 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", | 1392 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", |
| 1348 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", | 1393 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", |
| 1349 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", | 1394 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", |
| 1350 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", | 1395 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", |
| 1351 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 1396 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 1382 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", | 1427 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", |
| 1383 "@@@STEP_LOG_LINE@json.output@}@@@", | 1428 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1384 "@@@STEP_LOG_END@json.output@@@" | 1429 "@@@STEP_LOG_END@json.output@@@" |
| 1385 ] | 1430 ] |
| 1386 }, | 1431 }, |
| 1387 { | 1432 { |
| 1388 "cmd": [ | 1433 "cmd": [ |
| 1389 "python", | 1434 "python", |
| 1390 "-u", | 1435 "-u", |
| 1391 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1436 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1392 "[CWD]/swarming_temp_dir/outputs/ct-3/0/file 2", | 1437 "[SLAVE_BUILD]/swarming_temp_dir/outputs/ct-3/0/file 2", |
| 1393 "/path/to/tmp/json" | 1438 "/path/to/tmp/json" |
| 1394 ], | 1439 ], |
| 1440 "cwd": "[SLAVE_BUILD]", |
| 1395 "name": "read output json (6)", | 1441 "name": "read output json (6)", |
| 1396 "~followup_annotations": [ | 1442 "~followup_annotations": [ |
| 1397 "@@@STEP_LOG_LINE@json.output@{@@@", | 1443 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1398 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", | 1444 "@@@STEP_LOG_LINE@json.output@ \"benchmark_description\": \"Measures rast
erize and record performance for Cluster Telemetry.\", @@@", |
| 1399 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", | 1445 "@@@STEP_LOG_LINE@json.output@ \"benchmark_metadata\": {@@@", |
| 1400 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", | 1446 "@@@STEP_LOG_LINE@json.output@ \"description\": \"Measures rasterize an
d record performance for Cluster Telemetry.\", @@@", |
| 1401 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", | 1447 "@@@STEP_LOG_LINE@json.output@ \"name\": \"rasterize_and_record_micro_c
t\", @@@", |
| 1402 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", | 1448 "@@@STEP_LOG_LINE@json.output@ \"rerun_options\": [], @@@", |
| 1403 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", | 1449 "@@@STEP_LOG_LINE@json.output@ \"type\": \"telemetry_benchmark\"@@@", |
| 1404 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 1450 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 1405 "@@@STEP_LOG_LINE@json.output@ \"benchmark_name\": \"rasterize_and_record
_micro_ct\", @@@", | 1451 "@@@STEP_LOG_LINE@json.output@ \"benchmark_name\": \"rasterize_and_record
_micro_ct\", @@@", |
| 1406 "@@@STEP_LOG_LINE@json.output@ \"charts\": {}, @@@", | 1452 "@@@STEP_LOG_LINE@json.output@ \"charts\": {}, @@@", |
| 1407 "@@@STEP_LOG_LINE@json.output@ \"format_version\": \"0.1\", @@@", | 1453 "@@@STEP_LOG_LINE@json.output@ \"format_version\": \"0.1\", @@@", |
| 1408 "@@@STEP_LOG_LINE@json.output@ \"next_version\": \"0.2\", @@@", | 1454 "@@@STEP_LOG_LINE@json.output@ \"next_version\": \"0.2\", @@@", |
| 1409 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", | 1455 "@@@STEP_LOG_LINE@json.output@ \"trace_rerun_options\": []@@@", |
| 1410 "@@@STEP_LOG_LINE@json.output@}@@@", | 1456 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1411 "@@@STEP_LOG_END@json.output@@@" | 1457 "@@@STEP_LOG_END@json.output@@@" |
| 1412 ] | 1458 ] |
| 1413 }, | 1459 }, |
| 1414 { | 1460 { |
| 1415 "cmd": [ | 1461 "cmd": [ |
| 1416 "python", | 1462 "python", |
| 1417 "-u", | 1463 "-u", |
| 1418 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 1464 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 1419 ], | 1465 ], |
| 1466 "cwd": "[SLAVE_BUILD]", |
| 1420 "name": "perf dashboard post", | 1467 "name": "perf dashboard post", |
| 1421 "stdin": "{\"data\": {\"bot\": \"Linux CT Top1k Repaint Perf\", \"chart_data
\": {\"benchmark_description\": \"Measures rasterize and record performance for
Cluster Telemetry.\", \"benchmark_metadata\": {\"description\": \"Measures raste
rize and record performance for Cluster Telemetry.\", \"name\": \"rasterize_and_
record_micro_ct\", \"rerun_options\": [], \"type\": \"telemetry_benchmark\"}, \"
benchmark_name\": \"rasterize_and_record_micro_ct\", \"charts\": {\"num_webpages
_reported\": {\"summary\": {\"important\": true, \"name\": \"num_webpages_report
ed\", \"std\": 0.0, \"type\": \"scalar\", \"units\": \"num\", \"value\": 5}}, \"
viewport_picture_size\": {\"http://www.amazon.com\": {\"important\": true, \"nam
e\": \"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_o
f_scalar_values\", \"units\": \"bytes\", \"values\": [2, 4]}, \"http://www.baidu
.com\": {\"important\": true, \"name\": \"viewport_picture_size\", \"page_id\":
0, \"std\": 0.0, \"type\": \"list_of_scalar_values\", \"units\": \"bytes\", \"va
lues\": [20, 40]}, \"http://www.facebook.com\": {\"important\": true, \"name\":
\"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_of_sca
lar_values\", \"units\": \"bytes\", \"values\": [208, 210]}, \"http://www.google
.com\": {\"important\": true, \"name\": \"viewport_picture_size\", \"page_id\":
0, \"std\": 0.0, \"type\": \"list_of_scalar_values\", \"units\": \"bytes\", \"va
lues\": [20822, 20824]}, \"http://www.twitter.com\": {\"important\": true, \"nam
e\": \"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_o
f_scalar_values\", \"units\": \"bytes\", \"values\": [8, 10]}, \"summary\": {\"i
mportant\": true, \"name\": \"viewport_picture_size\", \"std\": 0.0, \"type\": \
"list_of_scalar_values\", \"units\": \"bytes\", \"values\": [20823, 209, 3, 9, 3
0]}}}, \"format_version\": \"0.1\", \"next_version\": \"0.2\", \"trace_rerun_opt
ions\": []}, \"master\": \"ChromiumPerfFyi\", \"point_id\": 1337000001, \"supple
mental\": {}, \"versions\": {\"chromium\": \"xy12z43\"}}, \"url\": \"https://chr
omeperf.appspot.com/add_point\"}", | 1468 "stdin": "{\"data\": {\"bot\": \"Linux CT Top1k Repaint Perf\", \"chart_data
\": {\"benchmark_description\": \"Measures rasterize and record performance for
Cluster Telemetry.\", \"benchmark_metadata\": {\"description\": \"Measures raste
rize and record performance for Cluster Telemetry.\", \"name\": \"rasterize_and_
record_micro_ct\", \"rerun_options\": [], \"type\": \"telemetry_benchmark\"}, \"
benchmark_name\": \"rasterize_and_record_micro_ct\", \"charts\": {\"num_webpages
_reported\": {\"summary\": {\"important\": true, \"name\": \"num_webpages_report
ed\", \"std\": 0.0, \"type\": \"scalar\", \"units\": \"num\", \"value\": 5}}, \"
viewport_picture_size\": {\"http://www.amazon.com\": {\"important\": true, \"nam
e\": \"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_o
f_scalar_values\", \"units\": \"bytes\", \"values\": [2, 4]}, \"http://www.baidu
.com\": {\"important\": true, \"name\": \"viewport_picture_size\", \"page_id\":
0, \"std\": 0.0, \"type\": \"list_of_scalar_values\", \"units\": \"bytes\", \"va
lues\": [20, 40]}, \"http://www.facebook.com\": {\"important\": true, \"name\":
\"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_of_sca
lar_values\", \"units\": \"bytes\", \"values\": [208, 210]}, \"http://www.google
.com\": {\"important\": true, \"name\": \"viewport_picture_size\", \"page_id\":
0, \"std\": 0.0, \"type\": \"list_of_scalar_values\", \"units\": \"bytes\", \"va
lues\": [20822, 20824]}, \"http://www.twitter.com\": {\"important\": true, \"nam
e\": \"viewport_picture_size\", \"page_id\": 0, \"std\": 0.0, \"type\": \"list_o
f_scalar_values\", \"units\": \"bytes\", \"values\": [8, 10]}, \"summary\": {\"i
mportant\": true, \"name\": \"viewport_picture_size\", \"std\": 0.0, \"type\": \
"list_of_scalar_values\", \"units\": \"bytes\", \"values\": [20823, 209, 3, 9, 3
0]}}}, \"format_version\": \"0.1\", \"next_version\": \"0.2\", \"trace_rerun_opt
ions\": []}, \"master\": \"ChromiumPerfFyi\", \"point_id\": 1337000001, \"supple
mental\": {}, \"versions\": {\"chromium\": \"xy12z43\"}}, \"url\": \"https://chr
omeperf.appspot.com/add_point\"}", |
| 1422 "~followup_annotations": [ | 1469 "~followup_annotations": [ |
| 1423 "@@@SET_BUILD_PROPERTY@Number of webpages@5@@@" | 1470 "@@@SET_BUILD_PROPERTY@Number of webpages@5@@@" |
| 1424 ] | 1471 ] |
| 1425 }, | 1472 }, |
| 1426 { | 1473 { |
| 1427 "name": "$result", | 1474 "name": "$result", |
| 1428 "recipe_result": null, | 1475 "recipe_result": null, |
| 1429 "status_code": 0 | 1476 "status_code": 0 |
| 1430 } | 1477 } |
| 1431 ] | 1478 ] |
| OLD | NEW |