1 [ 2 { 3 "cmd": [ 4 "python", 5 "-u", 6 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 7 "--json-output", 8 "/path/to/tmp/json", 9 "copy", 10 "[START_DIR]/skia/infra/bots/assets/skp/VERSION", 11 "/path/to/tmp/" 12 ], 13 "infra_step": true, 14 "name": "Get downloaded SKP VERSION" 15 }, 16 { 17 "cmd": [ 18 "python", 19 "-u", 20 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 21 "--json-output", 22 "/path/to/tmp/json", 23 "copy", 24 "42", 25 "[START_DIR]/tmp/SKP_VERSION" 26 ], 27 "infra_step": true, 28 "name": "write SKP_VERSION" 29 }, 30 { 31 "cmd": [ 32 "python", 33 "-u", 34 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 35 "--json-output", 36 "/path/to/tmp/json", 37 "copy", 38 "[START_DIR]/skia/infra/bots/assets/skimage/VERSION", 39 "/path/to/tmp/" 40 ], 41 "infra_step": true, 42 "name": "Get downloaded skimage VERSION" 43 }, 44 { 45 "cmd": [ 46 "python", 47 "-u", 48 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 49 "--json-output", 50 "/path/to/tmp/json", 51 "copy", 52 "42", 53 "[START_DIR]/tmp/SK_IMAGE_VERSION" 54 ], 55 "infra_step": true, 56 "name": "write SK_IMAGE_VERSION" 57 }, 58 { 59 "cmd": [ 60 "python", 61 "-u", 62 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 63 "--json-output", 64 "/path/to/tmp/json", 65 "copy", 66 "[START_DIR]/skia/infra/bots/assets/svg/VERSION", 67 "/path/to/tmp/" 68 ], 69 "infra_step": true, 70 "name": "Get downloaded SVG VERSION" 71 }, 72 { 73 "cmd": [ 74 "python", 75 "-u", 76 "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", 77 "--json-output", 78 "/path/to/tmp/json", 79 "copy", 80 "42", 81 "[START_DIR]/tmp/SVG_VERSION" 82 ], 83 "infra_step": true, 84 "name": "write SVG_VERSION" 85 }, 86 { 87 "cmd": [ 88 "python", 89 "-u", 90 "import os\nprint os.environ.get('SWARMING_BOT_ID', '')\n" 91 ], 92 "name": "get swarming bot id", 93 "stdout": "/path/to/tmp/", 94 "~followup_annotations": [ 95 "@@@STEP_LOG_LINE (a] python.inline@import os@@@", 96 "@@@STEP_LOG_LINE (a] python.inline@print os.environ.get('SWARMING_BOT_ID', '')@@@", 97 "@@@STEP_LOG_END (a] python.inline@@@" 98 ] 99 }, 100 { 101 "cmd": [ 102 "python", 103 "-u", 104 "import os\nprint os.environ.get('SWARMING_TASK_ID', '')\n" 105 ], 106 "name": "get swarming task id", 107 "stdout": "/path/to/tmp/", 108 "~followup_annotations": [ 109 "@@@STEP_LOG_LINE (a] python.inline@import os@@@", 110 "@@@STEP_LOG_LINE (a] python.inline@print os.environ.get('SWARMING_TASK_ID', '')@@@", 111 "@@@STEP_LOG_END (a] python.inline@@@" 112 ] 113 }, 114 { 115 "cmd": [ 116 "python", 117 "-u", 118 "RECIPE_MODULE[skia::flavor]/resources/symbolize_stack_trace.py", 119 "[START_DIR]", 120 "catchsegv", 121 "[START_DIR]/out/Debug/dm", 122 "--resourcePath", 123 "[START_DIR]/skia/resources", 124 "--skps", 125 "[START_DIR]/skp", 126 "--images", 127 "[START_DIR]/skimage/dm", 128 "--colorImages", 129 "[START_DIR]/skimage/colorspace", 130 "--nameByHash", 131 "--properties", 132 "gitHash", 133 "abc123", 134 "builder", 135 "Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-shard_00_10-Coverage", 136 "buildbucket_build_id", 137 "123454321", 138 "swarming_bot_id", 139 "skia-bot-123", 140 "swarming_task_id", 141 "123456", 142 "--svgs", 143 "[START_DIR]/svg", 144 "--key", 145 "arch", 146 "x86_64", 147 "compiler", 148 "Clang", 149 "configuration", 150 "Debug", 151 "cpu_or_gpu", 152 "CPU", 153 "cpu_or_gpu_value", 154 "AVX2", 155 "extra_config", 156 "Coverage", 157 "model", 158 "GCE", 159 "os", 160 "Debian9", 161 "--dont_write", 162 "pdf", 163 "--randomProcessorTest", 164 "--nogpu", 165 "--shard", 166 "00", 167 "--shards", 168 "10", 169 "--config", 170 "8888", 171 "srgb", 172 "pdf", 173 "g8", 174 "565", 175 "f16", 176 "lite-8888", 177 "gbr-8888", 178 "serialize-8888", 179 "tiles_rt-8888", 180 "pic-8888", 181 "--src", 182 "tests", 183 "gm", 184 "image", 185 "colorImage", 186 "--blacklist", 187 "f16", 188 "_", 189 "_", 190 "dstreadshuffle", 191 "gbr-8888", 192 "image", 193 "_", 194 "_", 195 "gbr-8888", 196 "colorImage", 197 "_", 198 "_", 199 "g8", 200 "image", 201 "_", 202 "_", 203 "g8", 204 "colorImage", 205 "_", 206 "_", 207 "serialize-8888", 208 "gm", 209 "_", 210 "bleed_image", 211 "serialize-8888", 212 "gm", 213 "_", 214 "c_gms", 215 "serialize-8888", 216 "gm", 217 "_", 218 "colortype", 219 "serialize-8888", 220 "gm", 221 "_", 222 "colortype_xfermodes", 223 "serialize-8888", 224 "gm", 225 "_", 226 "drawfilter", 227 "serialize-8888", 228 "gm", 229 "_", 230 "fontmgr_bounds_0.75_0", 231 "serialize-8888", 232 "gm", 233 "_", 234 "fontmgr_bounds_1_-0.25", 235 "serialize-8888", 236 "gm", 237 "_", 238 "fontmgr_bounds", 239 "serialize-8888", 240 "gm", 241 "_", 242 "fontmgr_match", 243 "serialize-8888", 244 "gm", 245 "_", 246 "fontmgr_iter", 247 "serialize-8888", 248 "gm", 249 "_", 250 "imagemasksubset", 251 "serialize-8888", 252 "gm", 253 "_", 254 "bitmapfilters", 255 "serialize-8888", 256 "gm", 257 "_", 258 "bitmapshaders", 259 "serialize-8888", 260 "gm", 261 "_", 262 "bleed", 263 "serialize-8888", 264 "gm", 265 "_", 266 "bleed_alpha_bmp", 267 "serialize-8888", 268 "gm", 269 "_", 270 "bleed_alpha_bmp_shader", 271 "serialize-8888", 272 "gm", 273 "_", 274 "convex_poly_clip", 275 "serialize-8888", 276 "gm", 277 "_", 278 "extractalpha", 279 "serialize-8888", 280 "gm", 281 "_", 282 "filterbitmap_checkerboard_32_32_g8", 283 "serialize-8888", 284 "gm", 285 "_", 286 "filterbitmap_image_mandrill_64", 287 "serialize-8888", 288 "gm", 289 "_", 290 "shadows", 291 "serialize-8888", 292 "gm", 293 "_", 294 "simpleaaclip_aaclip", 295 "serialize-8888", 296 "gm", 297 "_", 298 "composeshader_bitmap", 299 "serialize-8888", 300 "gm", 301 "_", 302 "scaled_tilemodes_npot", 303 "serialize-8888", 304 "gm", 305 "_", 306 "scaled_tilemodes", 307 "serialize-8888", 308 "gm", 309 "_", 310 "typefacerendering_pfaMac", 311 "serialize-8888", 312 "gm", 313 "_", 314 "parsedpaths", 315 "serialize-8888", 316 "gm", 317 "_", 318 "ImageGeneratorExternal_rect", 319 "serialize-8888", 320 "gm", 321 "_", 322 "ImageGeneratorExternal_shader", 323 "serialize-8888", 324 "gm", 325 "_", 326 "shadow_utils", 327 "serialize-8888", 328 "gm", 329 "_", 330 "all_bitmap_configs", 331 "serialize-8888", 332 "gm", 333 "_", 334 "makecolorspace", 335 "serialize-8888", 336 "gm", 337 "_", 338 "analytic_antialias_convex", 339 "serialize-8888", 340 "gm", 341 "_", 342 "bleed_alpha_image", 343 "serialize-8888", 344 "gm", 345 "_", 346 "bleed_alpha_image_shader", 347 "pic-8888", 348 "gm", 349 "_", 350 "drawfilter", 351 "lite-8888", 352 "gm", 353 "_", 354 "drawfilter", 355 "pic-8888", 356 "gm", 357 "_", 358 "image-cacherator-from-picture", 359 "serialize-8888", 360 "gm", 361 "_", 362 "image-cacherator-from-picture", 363 "pic-8888", 364 "gm", 365 "_", 366 "image-cacherator-from-raster", 367 "serialize-8888", 368 "gm", 369 "_", 370 "image-cacherator-from-raster", 371 "pic-8888", 372 "gm", 373 "_", 374 "image-cacherator-from-ctable", 375 "serialize-8888", 376 "gm", 377 "_", 378 "image-cacherator-from-ctable", 379 "pic-8888", 380 "gm", 381 "_", 382 "gamut", 383 "lite-8888", 384 "gm", 385 "_", 386 "gamut", 387 "serialize-8888", 388 "gm", 389 "_", 390 "gamut", 391 "pic-8888", 392 "gm", 393 "_", 394 "complexclip4_bw", 395 "lite-8888", 396 "gm", 397 "_", 398 "complexclip4_bw", 399 "serialize-8888", 400 "gm", 401 "_", 402 "complexclip4_bw", 403 "pic-8888", 404 "gm", 405 "_", 406 "complexclip4_aa", 407 "lite-8888", 408 "gm", 409 "_", 410 "complexclip4_aa", 411 "serialize-8888", 412 "gm", 413 "_", 414 "complexclip4_aa", 415 "tiles_rt-8888", 416 "gm", 417 "_", 418 "complexclip4_bw", 419 "tiles_rt-8888", 420 "gm", 421 "_", 422 "complexclip4_aa", 423 "--nonativeFonts", 424 "--verbose" 425 ], 426 "cwd": "[START_DIR]/skia", 427 "env": { 428 "BUILDTYPE": "Debug", 429 "CHROME_HEADLESS": "1", 430 "LLVM_PROFILE_FILE": "[CUSTOM_[SWARM_OUT_DIR]]/shard_00_10.profraw", 431 "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]", 432 "SKIA_OUT": "[START_DIR]/out" 433 }, 434 "name": "symbolized dm" 435 }, 436 { 437 "name": "$result", 438 "recipe_result": null, 439 "status_code": 0 440 } 441 ]