| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git.bat", | 4 "git.bat", |
| 5 "remote", | 5 "remote", |
| 6 "set-url", | 6 "set-url", |
| 7 "origin", | 7 "origin", |
| 8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]\\skia", | 10 "cwd": "[SLAVE_BUILD]\\skia", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "cmd": [ | 42 "cmd": [ |
| 43 "python", | 43 "python", |
| 44 "-u", | 44 "-u", |
| 45 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 46 "config", | 46 "config", |
| 47 "--spec", | 47 "--spec", |
| 48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget
_os = ['llvm']" | 48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget
_os = ['llvm']" |
| 49 ], | 49 ], |
| 50 "cwd": "[SLAVE_BUILD]", | |
| 51 "env": { | 50 "env": { |
| 52 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 53 }, | 52 }, |
| 54 "name": "gclient setup" | 53 "name": "gclient setup" |
| 55 }, | 54 }, |
| 56 { | 55 { |
| 57 "cmd": [ | 56 "cmd": [ |
| 58 "python", | 57 "python", |
| 59 "-u", | 58 "-u", |
| 60 "[BUILD]\\scripts\\slave\\gclient_safe_revert.py", | 59 "[BUILD]\\scripts\\slave\\gclient_safe_revert.py", |
| 61 ".", | 60 ".", |
| 62 "[DEPOT_TOOLS]\\gclient.bat" | 61 "[DEPOT_TOOLS]\\gclient.bat" |
| 63 ], | 62 ], |
| 64 "cwd": "[SLAVE_BUILD]", | |
| 65 "name": "gclient revert" | 63 "name": "gclient revert" |
| 66 }, | 64 }, |
| 67 { | 65 { |
| 68 "cmd": [ | 66 "cmd": [ |
| 69 "python", | 67 "python", |
| 70 "-u", | 68 "-u", |
| 71 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 69 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 72 "sync", | 70 "sync", |
| 73 "--nohooks", | 71 "--nohooks", |
| 74 "--force", | 72 "--force", |
| 75 "--verbose", | 73 "--verbose", |
| 76 "--delete_unversioned_trees", | 74 "--delete_unversioned_trees", |
| 77 "--revision", | 75 "--revision", |
| 78 "skia@abc123", | 76 "skia@abc123", |
| 79 "--output-json", | 77 "--output-json", |
| 80 "/path/to/tmp/json" | 78 "/path/to/tmp/json" |
| 81 ], | 79 ], |
| 82 "cwd": "[SLAVE_BUILD]", | |
| 83 "env": { | 80 "env": { |
| 84 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 81 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 85 }, | 82 }, |
| 86 "name": "gclient sync", | 83 "name": "gclient sync", |
| 87 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 88 "@@@STEP_LOG_LINE@json.output@{@@@", | 85 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 89 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 86 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 90 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 87 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 91 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 88 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 92 "@@@STEP_LOG_LINE@json.output@ }@@@", | 89 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 104 "-r", | 101 "-r", |
| 105 "[SLAVE_BUILD]\\skia", | 102 "[SLAVE_BUILD]\\skia", |
| 106 "-i", | 103 "-i", |
| 107 "500", | 104 "500", |
| 108 "-p", | 105 "-p", |
| 109 "1", | 106 "1", |
| 110 "-s", | 107 "-s", |
| 111 "https://codereview.chromium.org", | 108 "https://codereview.chromium.org", |
| 112 "--no-auth" | 109 "--no-auth" |
| 113 ], | 110 ], |
| 114 "cwd": "[SLAVE_BUILD]", | |
| 115 "name": "apply_issue", | 111 "name": "apply_issue", |
| 116 "~followup_annotations": [ | 112 "~followup_annotations": [ |
| 117 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" | 113 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" |
| 118 ] | 114 ] |
| 119 }, | 115 }, |
| 120 { | 116 { |
| 121 "cmd": [ | 117 "cmd": [ |
| 122 "python", | 118 "python", |
| 123 "-u", | 119 "-u", |
| 124 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", | 120 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 "name": "build nanobench" | 173 "name": "build nanobench" |
| 178 }, | 174 }, |
| 179 { | 175 { |
| 180 "cmd": [ | 176 "cmd": [ |
| 181 "python", | 177 "python", |
| 182 "-u", | 178 "-u", |
| 183 "\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", | 179 "\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", |
| 184 "[SLAVE_BUILD]\\tmp", | 180 "[SLAVE_BUILD]\\tmp", |
| 185 "511" | 181 "511" |
| 186 ], | 182 ], |
| 187 "cwd": "[SLAVE_BUILD]", | |
| 188 "name": "makedirs tmp_dir", | 183 "name": "makedirs tmp_dir", |
| 189 "~followup_annotations": [ | 184 "~followup_annotations": [ |
| 190 "@@@STEP_LOG_LINE@python.inline@@@@", | 185 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 191 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 186 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 192 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 187 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 193 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 188 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 194 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 189 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 195 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 190 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 196 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 191 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 197 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 192 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 198 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 193 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 199 "@@@STEP_LOG_END@python.inline@@@" | 194 "@@@STEP_LOG_END@python.inline@@@" |
| 200 ] | 195 ] |
| 201 }, | 196 }, |
| 202 { | 197 { |
| 203 "cmd": [ | 198 "cmd": [ |
| 204 "python", | 199 "python", |
| 205 "-u", | 200 "-u", |
| 206 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 201 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 207 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", | 202 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", |
| 208 "/path/to/tmp/" | 203 "/path/to/tmp/" |
| 209 ], | 204 ], |
| 210 "cwd": "[SLAVE_BUILD]", | |
| 211 "name": "Get downloaded SKP_VERSION" | 205 "name": "Get downloaded SKP_VERSION" |
| 212 }, | 206 }, |
| 213 { | 207 { |
| 214 "cmd": [ | 208 "cmd": [ |
| 215 "python", | 209 "python", |
| 216 "-u", | 210 "-u", |
| 217 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 211 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 218 "[SLAVE_BUILD]\\skia\\SKP_VERSION", | 212 "[SLAVE_BUILD]\\skia\\SKP_VERSION", |
| 219 "/path/to/tmp/" | 213 "/path/to/tmp/" |
| 220 ], | 214 ], |
| 221 "cwd": "[SLAVE_BUILD]", | |
| 222 "name": "Get expected SKP_VERSION" | 215 "name": "Get expected SKP_VERSION" |
| 223 }, | 216 }, |
| 224 { | 217 { |
| 225 "cmd": [ | 218 "cmd": [ |
| 226 "python", | 219 "python", |
| 227 "-u", | 220 "-u", |
| 228 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 221 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 229 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION", | 222 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION", |
| 230 "/path/to/tmp/" | 223 "/path/to/tmp/" |
| 231 ], | 224 ], |
| 232 "cwd": "[SLAVE_BUILD]", | |
| 233 "name": "Get downloaded SK_IMAGE_VERSION" | 225 "name": "Get downloaded SK_IMAGE_VERSION" |
| 234 }, | 226 }, |
| 235 { | 227 { |
| 236 "cmd": [ | 228 "cmd": [ |
| 237 "python", | 229 "python", |
| 238 "-u", | 230 "-u", |
| 239 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 231 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 240 "[SLAVE_BUILD]\\skia\\SK_IMAGE_VERSION", | 232 "[SLAVE_BUILD]\\skia\\SK_IMAGE_VERSION", |
| 241 "/path/to/tmp/" | 233 "/path/to/tmp/" |
| 242 ], | 234 ], |
| 243 "cwd": "[SLAVE_BUILD]", | |
| 244 "name": "Get expected SK_IMAGE_VERSION" | 235 "name": "Get expected SK_IMAGE_VERSION" |
| 245 }, | 236 }, |
| 246 { | 237 { |
| 247 "cmd": [ | 238 "cmd": [ |
| 248 "python", | 239 "python", |
| 249 "-u", | 240 "-u", |
| 250 "\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", | 241 "\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", |
| 251 "[SLAVE_BUILD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Releas
e-Trybot\\data" | 242 "[SLAVE_BUILD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Releas
e-Trybot\\data" |
| 252 ], | 243 ], |
| 253 "cwd": "[SLAVE_BUILD]", | |
| 254 "name": "rmtree data", | 244 "name": "rmtree data", |
| 255 "~followup_annotations": [ | 245 "~followup_annotations": [ |
| 256 "@@@STEP_LOG_LINE@python.inline@@@@", | 246 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 257 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 247 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 258 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 248 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 259 "@@@STEP_LOG_LINE@python.inline@@@@", | 249 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 260 "@@@STEP_LOG_LINE@python.inline@@@@", | 250 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 261 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 251 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 262 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 252 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 263 "@@@STEP_LOG_END@python.inline@@@" | 253 "@@@STEP_LOG_END@python.inline@@@" |
| 264 ] | 254 ] |
| 265 }, | 255 }, |
| 266 { | 256 { |
| 267 "cmd": [ | 257 "cmd": [ |
| 268 "python", | 258 "python", |
| 269 "-u", | 259 "-u", |
| 270 "\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", | 260 "\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", |
| 271 "[SLAVE_BUILD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Releas
e-Trybot\\data", | 261 "[SLAVE_BUILD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Releas
e-Trybot\\data", |
| 272 "511" | 262 "511" |
| 273 ], | 263 ], |
| 274 "cwd": "[SLAVE_BUILD]", | |
| 275 "name": "makedirs data", | 264 "name": "makedirs data", |
| 276 "~followup_annotations": [ | 265 "~followup_annotations": [ |
| 277 "@@@STEP_LOG_LINE@python.inline@@@@", | 266 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 278 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 267 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 279 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 268 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 280 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 269 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 281 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 270 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 282 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 271 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 283 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 272 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 284 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 273 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 "MSVC", | 324 "MSVC", |
| 336 "cpu_or_gpu", | 325 "cpu_or_gpu", |
| 337 "GPU", | 326 "GPU", |
| 338 "cpu_or_gpu_value", | 327 "cpu_or_gpu_value", |
| 339 "HD4600", | 328 "HD4600", |
| 340 "model", | 329 "model", |
| 341 "ShuttleB", | 330 "ShuttleB", |
| 342 "os", | 331 "os", |
| 343 "Win8" | 332 "Win8" |
| 344 ], | 333 ], |
| 345 "cwd": "[SLAVE_BUILD]", | |
| 346 "env": { | 334 "env": { |
| 347 "BUILDTYPE": "Release_x64", | 335 "BUILDTYPE": "Release_x64", |
| 348 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86
_64 skia_dump_stats=1 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHe
lp", | 336 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86
_64 skia_dump_stats=1 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHe
lp", |
| 349 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-
x86_64-Release-Trybot" | 337 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-
x86_64-Release-Trybot" |
| 350 }, | 338 }, |
| 351 "name": "nanobench" | 339 "name": "nanobench" |
| 352 }, | 340 }, |
| 353 { | 341 { |
| 354 "cmd": [ | 342 "cmd": [ |
| 355 "python", | 343 "python", |
| 356 "-u", | 344 "-u", |
| 357 "\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", | 345 "\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", |
| 358 "[SLAVE_BUILD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Releas
e-Trybot\\data", | 346 "[SLAVE_BUILD]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Releas
e-Trybot\\data", |
| 359 "511" | 347 "511" |
| 360 ], | 348 ], |
| 361 "cwd": "[SLAVE_BUILD]", | |
| 362 "name": "makedirs perf_dir", | 349 "name": "makedirs perf_dir", |
| 363 "~followup_annotations": [ | 350 "~followup_annotations": [ |
| 364 "@@@STEP_LOG_LINE@python.inline@@@@", | 351 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 365 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 352 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 366 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 353 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 367 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 354 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 368 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 355 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 369 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 356 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 370 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 357 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 371 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 358 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 394 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-
x86_64-Release-Trybot" | 381 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-
x86_64-Release-Trybot" |
| 395 }, | 382 }, |
| 396 "name": "Upload nanobench Results" | 383 "name": "Upload nanobench Results" |
| 397 }, | 384 }, |
| 398 { | 385 { |
| 399 "name": "$result", | 386 "name": "$result", |
| 400 "recipe_result": null, | 387 "recipe_result": null, |
| 401 "status_code": 0 | 388 "status_code": 0 |
| 402 } | 389 } |
| 403 ] | 390 ] |
| OLD | NEW |