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-Release-All-TSAN", 150 "buildbucket_build_id", 151 "123454321", 152 "task_id", 153 "task_12345", 154 "swarming_bot_id", 155 "skia-bot-123", 156 "swarming_task_id", 157 "123456", 158 "--svgs", 159 "[START_DIR]/svg", 160 "--key", 161 "arch", 162 "x86_64", 163 "compiler", 164 "Clang", 165 "configuration", 166 "Release", 167 "cpu_or_gpu", 168 "CPU", 169 "cpu_or_gpu_value", 170 "AVX2", 171 "extra_config", 172 "TSAN", 173 "model", 174 "GCE", 175 "os", 176 "Debian9", 177 "style", 178 "default", 179 "--dont_write", 180 "pdf", 181 "--randomProcessorTest", 182 "--nogpu", 183 "--config", 184 "8888", 185 "pdf", 186 "g8", 187 "565", 188 "pic-8888", 189 "tiles_rt-8888", 190 "lite-8888", 191 "serialize-8888", 192 "gbr-8888", 193 "f16", 194 "srgb", 195 "esrgb", 196 "narrow", 197 "enarrow", 198 "p3", 199 "ep3", 200 "rec2020", 201 "erec2020", 202 "--src", 203 "tests", 204 "gm", 205 "image", 206 "colorImage", 207 "--blacklist", 208 "f16", 209 "_", 210 "_", 211 "dstreadshuffle", 212 "gbr-8888", 213 "image", 214 "_", 215 "_", 216 "gbr-8888", 217 "colorImage", 218 "_", 219 "_", 220 "g8", 221 "image", 222 "_", 223 "_", 224 "g8", 225 "colorImage", 226 "_", 227 "_", 228 "_", 229 "image", 230 "gen_platf", 231 "error", 232 "serialize-8888", 233 "gm", 234 "_", 235 "bleed_image", 236 "serialize-8888", 237 "gm", 238 "_", 239 "c_gms", 240 "serialize-8888", 241 "gm", 242 "_", 243 "colortype", 244 "serialize-8888", 245 "gm", 246 "_", 247 "colortype_xfermodes", 248 "serialize-8888", 249 "gm", 250 "_", 251 "drawfilter", 252 "serialize-8888", 253 "gm", 254 "_", 255 "fontmgr_bounds_0.75_0", 256 "serialize-8888", 257 "gm", 258 "_", 259 "fontmgr_bounds_1_-0.25", 260 "serialize-8888", 261 "gm", 262 "_", 263 "fontmgr_bounds", 264 "serialize-8888", 265 "gm", 266 "_", 267 "fontmgr_match", 268 "serialize-8888", 269 "gm", 270 "_", 271 "fontmgr_iter", 272 "serialize-8888", 273 "gm", 274 "_", 275 "imagemasksubset", 276 "serialize-8888", 277 "gm", 278 "_", 279 "bitmapfilters", 280 "serialize-8888", 281 "gm", 282 "_", 283 "bitmapshaders", 284 "serialize-8888", 285 "gm", 286 "_", 287 "bleed", 288 "serialize-8888", 289 "gm", 290 "_", 291 "bleed_alpha_bmp", 292 "serialize-8888", 293 "gm", 294 "_", 295 "bleed_alpha_bmp_shader", 296 "serialize-8888", 297 "gm", 298 "_", 299 "convex_poly_clip", 300 "serialize-8888", 301 "gm", 302 "_", 303 "extractalpha", 304 "serialize-8888", 305 "gm", 306 "_", 307 "filterbitmap_checkerboard_32_32_g8", 308 "serialize-8888", 309 "gm", 310 "_", 311 "filterbitmap_image_mandrill_64", 312 "serialize-8888", 313 "gm", 314 "_", 315 "shadows", 316 "serialize-8888", 317 "gm", 318 "_", 319 "simpleaaclip_aaclip", 320 "serialize-8888", 321 "gm", 322 "_", 323 "composeshader_bitmap", 324 "serialize-8888", 325 "gm", 326 "_", 327 "scaled_tilemodes_npot", 328 "serialize-8888", 329 "gm", 330 "_", 331 "scaled_tilemodes", 332 "serialize-8888", 333 "gm", 334 "_", 335 "typefacerendering_pfaMac", 336 "serialize-8888", 337 "gm", 338 "_", 339 "parsedpaths", 340 "serialize-8888", 341 "gm", 342 "_", 343 "ImageGeneratorExternal_rect", 344 "serialize-8888", 345 "gm", 346 "_", 347 "ImageGeneratorExternal_shader", 348 "serialize-8888", 349 "gm", 350 "_", 351 "shadow_utils", 352 "serialize-8888", 353 "gm", 354 "_", 355 "persp_images", 356 "serialize-8888", 357 "gm", 358 "_", 359 "all_bitmap_configs", 360 "serialize-8888", 361 "gm", 362 "_", 363 "makecolorspace", 364 "serialize-8888", 365 "gm", 366 "_", 367 "readpixels", 368 "serialize-8888", 369 "gm", 370 "_", 371 "draw_image_set_rect_to_rect", 372 "serialize-8888", 373 "gm", 374 "_", 375 "analytic_antialias_convex", 376 "serialize-8888", 377 "gm", 378 "_", 379 "bleed_alpha_image", 380 "serialize-8888", 381 "gm", 382 "_", 383 "bleed_alpha_image_shader", 384 "pic-8888", 385 "gm", 386 "_", 387 "drawfilter", 388 "lite-8888", 389 "gm", 390 "_", 391 "drawfilter", 392 "pic-8888", 393 "gm", 394 "_", 395 "image-cacherator-from-picture", 396 "serialize-8888", 397 "gm", 398 "_", 399 "image-cacherator-from-picture", 400 "pic-8888", 401 "gm", 402 "_", 403 "image-cacherator-from-raster", 404 "serialize-8888", 405 "gm", 406 "_", 407 "image-cacherator-from-raster", 408 "pic-8888", 409 "gm", 410 "_", 411 "image-cacherator-from-ctable", 412 "serialize-8888", 413 "gm", 414 "_", 415 "image-cacherator-from-ctable", 416 "pic-8888", 417 "gm", 418 "_", 419 "complexclip4_bw", 420 "lite-8888", 421 "gm", 422 "_", 423 "complexclip4_bw", 424 "serialize-8888", 425 "gm", 426 "_", 427 "complexclip4_bw", 428 "pic-8888", 429 "gm", 430 "_", 431 "complexclip4_aa", 432 "lite-8888", 433 "gm", 434 "_", 435 "complexclip4_aa", 436 "serialize-8888", 437 "gm", 438 "_", 439 "complexclip4_aa", 440 "pic-8888", 441 "gm", 442 "_", 443 "p3", 444 "lite-8888", 445 "gm", 446 "_", 447 "p3", 448 "serialize-8888", 449 "gm", 450 "_", 451 "p3", 452 "tiles_rt-8888", 453 "gm", 454 "_", 455 "complexclip4_bw", 456 "tiles_rt-8888", 457 "gm", 458 "_", 459 "complexclip4_aa", 460 "--match", 461 "~ReadWriteAlpha", 462 "~RGBA4444TextureTest", 463 "~RGB565TextureTest", 464 "--nonativeFonts", 465 "--verbose" 466 ], 467 "cwd": "[START_DIR]/skia", 468 "env": { 469 "CHROME_HEADLESS": "1", 470 "LD_LIBRARY_PATH": "[START_DIR]/clang_linux/lib", 471 "PATH": "<PATH>:RECIPE_REPO[depot_tools]:[START_DIR]/clang_linux/bin", 472 "TSAN_OPTIONS": "report_signal_unsafe=0" 473 }, 474 "name": "symbolized dm" 475 }, 476 { 477 "jsonResult": null, 478 "name": "$result" 479 } 480]