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