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