| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "cmd": [ | 11 "cmd": [ |
| 12 "python", | 12 "python", |
| 13 "-u", | 13 "-u", |
| 14 "\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", | 14 "\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", |
| 15 "[BUILDER_CACHE]\\win_archive", | 15 "[BUILDER_CACHE]\\Win", |
| 16 "511" | 16 "511" |
| 17 ], | 17 ], |
| 18 "name": "makedirs checkout path", | 18 "name": "makedirs checkout path", |
| 19 "~followup_annotations": [ | 19 "~followup_annotations": [ |
| 20 "@@@STEP_LOG_LINE@python.inline@@@@", | 20 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| 49 "--git-cache-dir", | 49 "--git-cache-dir", |
| 50 "[GIT_CACHE]", | 50 "[GIT_CACHE]", |
| 51 "--output_json", | 51 "--output_json", |
| 52 "/path/to/tmp/json", | 52 "/path/to/tmp/json", |
| 53 "--revision", | 53 "--revision", |
| 54 "src@HEAD", | 54 "src@HEAD", |
| 55 "--force", | 55 "--force", |
| 56 "--output_manifest" | 56 "--output_manifest" |
| 57 ], | 57 ], |
| 58 "cwd": "[BUILDER_CACHE]\\win_archive", | 58 "cwd": "[BUILDER_CACHE]\\Win", |
| 59 "env": { | 59 "env": { |
| 60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 61 }, | 61 }, |
| 62 "name": "bot_update", | 62 "name": "bot_update", |
| 63 "~followup_annotations": [ | 63 "~followup_annotations": [ |
| 64 "@@@STEP_TEXT@Some step text@@@", | 64 "@@@STEP_TEXT@Some step text@@@", |
| 65 "@@@STEP_LOG_LINE@json.output@{@@@", | 65 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 66 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 67 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 68 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 187 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 188 "@@@STEP_LOG_LINE@json.output@}@@@", | 188 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 189 "@@@STEP_LOG_END@json.output@@@" | 189 "@@@STEP_LOG_END@json.output@@@" |
| 190 ] | 190 ] |
| 191 }, | 191 }, |
| 192 { | 192 { |
| 193 "cmd": [ | 193 "cmd": [ |
| 194 "python", | 194 "python", |
| 195 "-u", | 195 "-u", |
| 196 "\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", | 196 "\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", |
| 197 "[BUILDER_CACHE]\\win_archive\\src\\out\\Release" | 197 "[BUILDER_CACHE]\\Win\\src\\out\\Release" |
| 198 ], | 198 ], |
| 199 "name": "rmtree clobber", | 199 "name": "rmtree clobber", |
| 200 "~followup_annotations": [ | 200 "~followup_annotations": [ |
| 201 "@@@STEP_LOG_LINE@python.inline@@@@", | 201 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 202 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 202 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 203 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 203 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 204 "@@@STEP_LOG_LINE@python.inline@@@@", | 204 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 205 "@@@STEP_LOG_LINE@python.inline@@@@", | 205 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 206 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 206 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 207 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 207 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 208 "@@@STEP_LOG_END@python.inline@@@" | 208 "@@@STEP_LOG_END@python.inline@@@" |
| 209 ] | 209 ] |
| 210 }, | 210 }, |
| 211 { | 211 { |
| 212 "cmd": [ | 212 "cmd": [ |
| 213 "python", | 213 "python", |
| 214 "-u", | 214 "-u", |
| 215 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 215 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 216 "runhooks" | 216 "runhooks" |
| 217 ], | 217 ], |
| 218 "cwd": "[BUILDER_CACHE]\\win_archive\\src", | 218 "cwd": "[BUILDER_CACHE]\\Win\\src", |
| 219 "env": { | 219 "env": { |
| 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 221 "GYP_CHROMIUM_NO_ACTION": "1", | 221 "GYP_CHROMIUM_NO_ACTION": "1", |
| 222 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip
d\\goma' linux_dump_symbols=0 target_arch=ia32 test_isolation_mode=noop use_goma
=1", | 222 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip
d\\goma' linux_dump_symbols=0 target_arch=ia32 test_isolation_mode=noop use_goma
=1", |
| 223 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 223 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 224 }, | 224 }, |
| 225 "name": "gclient runhooks" | 225 "name": "gclient runhooks" |
| 226 }, | 226 }, |
| 227 { | 227 { |
| 228 "cmd": [ | 228 "cmd": [ |
| 229 "python", | 229 "python", |
| 230 "-u", | 230 "-u", |
| 231 "[BUILDER_CACHE]\\win_archive\\src\\testing\\scripts\\get_compile_targets.
py", | 231 "[BUILDER_CACHE]\\Win\\src\\testing\\scripts\\get_compile_targets.py", |
| 232 "--output", | 232 "--output", |
| 233 "/path/to/tmp/json", | 233 "/path/to/tmp/json", |
| 234 "--", | 234 "--", |
| 235 "--build-config-fs", | 235 "--build-config-fs", |
| 236 "Release", | 236 "Release", |
| 237 "--paths", | 237 "--paths", |
| 238 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_archive\\\\src\", \"runit.py\": \
"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \
"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 238 "{\"checkout\": \"[BUILDER_CACHE]\\\\Win\\\\src\", \"runit.py\": \"RECIPE_
PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_
PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 239 "--properties", | 239 "--properties", |
| 240 "{\"buildername\": \"Win\", \"buildnumber\": 571, \"mastername\": \"chromi
um\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" | 240 "{\"buildername\": \"Win\", \"buildnumber\": 571, \"mastername\": \"chromi
um\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" |
| 241 ], | 241 ], |
| 242 "name": "get compile targets for scripts", | 242 "name": "get compile targets for scripts", |
| 243 "~followup_annotations": [ | 243 "~followup_annotations": [ |
| 244 "@@@STEP_LOG_LINE@json.output@{}@@@", | 244 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 245 "@@@STEP_LOG_END@json.output@@@" | 245 "@@@STEP_LOG_END@json.output@@@" |
| 246 ] | 246 ] |
| 247 }, | 247 }, |
| 248 { | 248 { |
| 249 "cmd": [ | 249 "cmd": [ |
| 250 "python", | 250 "python", |
| 251 "-u", | 251 "-u", |
| 252 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 252 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 253 "[BUILDER_CACHE]\\win_archive\\src\\testing\\buildbot\\chromium.json", | 253 "[BUILDER_CACHE]\\Win\\src\\testing\\buildbot\\chromium.json", |
| 254 "/path/to/tmp/json" | 254 "/path/to/tmp/json" |
| 255 ], | 255 ], |
| 256 "name": "read test spec (chromium.json)", | 256 "name": "read test spec (chromium.json)", |
| 257 "~followup_annotations": [ | 257 "~followup_annotations": [ |
| 258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_archive\\src\\testing\\buildbot\\
chromium.json@@@", | 258 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Win\\src\\testing\\buildbot\\chromium
.json@@@", |
| 259 "@@@STEP_LOG_LINE@json.output@{}@@@", | 259 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 260 "@@@STEP_LOG_END@json.output@@@" | 260 "@@@STEP_LOG_END@json.output@@@" |
| 261 ] | 261 ] |
| 262 }, | 262 }, |
| 263 { | 263 { |
| 264 "cmd": [ | 264 "cmd": [ |
| 265 "python", | 265 "python", |
| 266 "-u", | 266 "-u", |
| 267 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 267 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 268 "--show-path", | 268 "--show-path", |
| 269 "python", | 269 "python", |
| 270 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 270 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 271 ], | 271 ], |
| 272 "name": "cleanup_temp" | 272 "name": "cleanup_temp" |
| 273 }, | 273 }, |
| 274 { | 274 { |
| 275 "cmd": [ | 275 "cmd": [ |
| 276 "python", | 276 "python", |
| 277 "-u", | 277 "-u", |
| 278 "[BUILDER_CACHE]\\win_archive\\src\\tools\\mb\\mb.py", | 278 "[BUILDER_CACHE]\\Win\\src\\tools\\mb\\mb.py", |
| 279 "gen", | 279 "gen", |
| 280 "-m", | 280 "-m", |
| 281 "chromium", | 281 "chromium", |
| 282 "-b", | 282 "-b", |
| 283 "Win", | 283 "Win", |
| 284 "--config-file", | 284 "--config-file", |
| 285 "[BUILDER_CACHE]\\win_archive\\src\\tools\\mb\\mb_config.pyl", | 285 "[BUILDER_CACHE]\\Win\\src\\tools\\mb\\mb_config.pyl", |
| 286 "--goma-dir", | 286 "--goma-dir", |
| 287 "[CACHE]\\cipd\\goma", | 287 "[CACHE]\\cipd\\goma", |
| 288 "//out/Release" | 288 "//out/Release" |
| 289 ], | 289 ], |
| 290 "cwd": "[BUILDER_CACHE]\\win_archive\\src", | 290 "cwd": "[BUILDER_CACHE]\\Win\\src", |
| 291 "env": { | 291 "env": { |
| 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 293 }, | 293 }, |
| 294 "name": "generate_build_files" | 294 "name": "generate_build_files" |
| 295 }, | 295 }, |
| 296 { | 296 { |
| 297 "cmd": [ | 297 "cmd": [ |
| 298 "python", | 298 "python", |
| 299 "-u", | 299 "-u", |
| 300 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 300 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 301 "--show-path", | 301 "--show-path", |
| 302 "python", | 302 "python", |
| 303 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 303 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 304 "--gsutil-py-path", | 304 "--gsutil-py-path", |
| 305 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 305 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 306 "--ninja-path", | 306 "--ninja-path", |
| 307 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 307 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 308 "--target", | 308 "--target", |
| 309 "Release", | 309 "Release", |
| 310 "--src-dir", | 310 "--src-dir", |
| 311 "[BUILDER_CACHE]\\win_archive\\src", | 311 "[BUILDER_CACHE]\\Win\\src", |
| 312 "--goma-cache-dir", | 312 "--goma-cache-dir", |
| 313 "[GOMA_CACHE]", | 313 "[GOMA_CACHE]", |
| 314 "--goma-deps-cache-dir", | 314 "--goma-deps-cache-dir", |
| 315 "[GOMA_DEPS_CACHE]", | 315 "[GOMA_DEPS_CACHE]", |
| 316 "--build-data-dir", | 316 "--build-data-dir", |
| 317 "[ROOT]\\build_data_dir", | 317 "[ROOT]\\build_data_dir", |
| 318 "--compiler", | 318 "--compiler", |
| 319 "goma", | 319 "goma", |
| 320 "--goma-jsonstatus", | 320 "--goma-jsonstatus", |
| 321 "/path/to/tmp/json", | 321 "/path/to/tmp/json", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 336 "@@@STEP_LOG_END@json.output (invalid)@@@" | 336 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 337 ] | 337 ] |
| 338 }, | 338 }, |
| 339 { | 339 { |
| 340 "cmd": [ | 340 "cmd": [ |
| 341 "python", | 341 "python", |
| 342 "-u", | 342 "-u", |
| 343 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\archive_build.py", | 343 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\archive_build.py", |
| 344 "--src-dir", | 344 "--src-dir", |
| 345 "[BUILDER_CACHE]\\win_archive\\src", | 345 "[BUILDER_CACHE]\\Win\\src", |
| 346 "--build-name", | 346 "--build-name", |
| 347 "Win", | 347 "Win", |
| 348 "--staging-dir", | 348 "--staging-dir", |
| 349 "[CACHE]\\chrome_staging", | 349 "[CACHE]\\chrome_staging", |
| 350 "--target", | 350 "--target", |
| 351 "Release", | 351 "Release", |
| 352 "--factory-properties", | 352 "--factory-properties", |
| 353 "{\"gclient_env\": {\"GYP_DEFINES\": \"component=static_library fastbuild=
1 gomadir='[CACHE]\\\\cipd\\\\goma' linux_dump_symbols=0 target_arch=ia32 test_i
solation_mode=noop use_goma=1\"}, \"gs_acl\": \"public-read\", \"gs_bucket\": \"
gs://chromium-browser-snapshots\"}", | 353 "{\"gclient_env\": {\"GYP_DEFINES\": \"component=static_library fastbuild=
1 gomadir='[CACHE]\\\\cipd\\\\goma' linux_dump_symbols=0 target_arch=ia32 test_i
solation_mode=noop use_goma=1\"}, \"gs_acl\": \"public-read\", \"gs_bucket\": \"
gs://chromium-browser-snapshots\"}", |
| 354 "--build-properties", | 354 "--build-properties", |
| 355 "{\"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", \"
got_angle_revision_cp\": \"refs/heads/master@{#297276}\", \"got_buildtools_revis
ion\": \"f0319a328b2809876916353cb994259692140934\", \"got_buildtools_revision_c
p\": \"refs/heads/master@{#182578}\", \"got_nacl_revision\": \"d998e125e8253980d
76e269b7982aeeefc1b9b50\", \"got_nacl_revision_cp\": \"refs/heads/master@{#27498
1}\", \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"got_revi
sion_cp\": \"refs/heads/master@{#170242}\", \"got_swarming_client_revision\": \"
a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", \"got_swarming_client_revision_cp\":
\"refs/heads/master@{#276089}\", \"got_v8_revision\": \"801ada225ddc271c132c3a3
5f03975671d43e399\", \"got_v8_revision_cp\": \"refs/heads/master@{#43426}\", \"g
ot_webrtc_revision\": \"0f90628433546e61d9268596da93418c623137f4\", \"got_webrtc
_revision_cp\": \"refs/heads/master@{#120644}\"}", | 355 "{\"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", \"
got_angle_revision_cp\": \"refs/heads/master@{#297276}\", \"got_buildtools_revis
ion\": \"f0319a328b2809876916353cb994259692140934\", \"got_buildtools_revision_c
p\": \"refs/heads/master@{#182578}\", \"got_nacl_revision\": \"d998e125e8253980d
76e269b7982aeeefc1b9b50\", \"got_nacl_revision_cp\": \"refs/heads/master@{#27498
1}\", \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", \"got_revi
sion_cp\": \"refs/heads/master@{#170242}\", \"got_swarming_client_revision\": \"
a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", \"got_swarming_client_revision_cp\":
\"refs/heads/master@{#276089}\", \"got_v8_revision\": \"801ada225ddc271c132c3a3
5f03975671d43e399\", \"got_v8_revision_cp\": \"refs/heads/master@{#43426}\", \"g
ot_webrtc_revision\": \"0f90628433546e61d9268596da93418c623137f4\", \"got_webrtc
_revision_cp\": \"refs/heads/master@{#120644}\"}", |
| 356 "--mode", | 356 "--mode", |
| 357 "dev" | 357 "dev" |
| 358 ], | 358 ], |
| 359 "name": "archive_build" | 359 "name": "archive_build" |
| 360 }, | 360 }, |
| 361 { | 361 { |
| 362 "name": "$result", | 362 "name": "$result", |
| 363 "recipe_result": null, | 363 "recipe_result": null, |
| 364 "status_code": 0 | 364 "status_code": 0 |
| 365 } | 365 } |
| 366 ] | 366 ] |
| OLD | NEW |