| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--issue", | 21 "--issue", |
| 22 "12853011", | 22 "12853011", |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "src@HEAD", | 30 "src@HEAD", |
| 31 "--output_manifest" | 31 "--output_manifest" |
| 32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", |
| 33 "env": { | 34 "env": { |
| 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 35 }, | 36 }, |
| 36 "name": "bot_update", | 37 "name": "bot_update", |
| 37 "~followup_annotations": [ | 38 "~followup_annotations": [ |
| 38 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 97 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 98 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 99 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 100 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 101 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 102 ] | 103 ] |
| 103 }, | 104 }, |
| 104 { | 105 { |
| 105 "cmd": [], | 106 "cmd": [], |
| 107 "cwd": "[SLAVE_BUILD]", |
| 106 "name": "ensure_goma" | 108 "name": "ensure_goma" |
| 107 }, | 109 }, |
| 108 { | 110 { |
| 109 "cmd": [ | 111 "cmd": [ |
| 110 "python", | 112 "python", |
| 111 "-u", | 113 "-u", |
| 112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 113 "--platform", | 115 "--platform", |
| 114 "linux-amd64", | 116 "linux-amd64", |
| 115 "--dest-directory", | 117 "--dest-directory", |
| 116 "[CWD]/cipd", | 118 "[SLAVE_BUILD]/cipd", |
| 117 "--json-output", | 119 "--json-output", |
| 118 "/path/to/tmp/json" | 120 "/path/to/tmp/json" |
| 119 ], | 121 ], |
| 122 "cwd": "[SLAVE_BUILD]", |
| 120 "name": "ensure_goma.install cipd", | 123 "name": "ensure_goma.install cipd", |
| 121 "~followup_annotations": [ | 124 "~followup_annotations": [ |
| 122 "@@@STEP_NEST_LEVEL@1@@@", | 125 "@@@STEP_NEST_LEVEL@1@@@", |
| 123 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 124 "@@@STEP_LOG_LINE@json.output@{@@@", | 127 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 125 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 126 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 127 "@@@STEP_LOG_LINE@json.output@}@@@", | 130 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 128 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
| 129 ] | 132 ] |
| 130 }, | 133 }, |
| 131 { | 134 { |
| 132 "cmd": [ | 135 "cmd": [ |
| 133 "fake_slave_build/cipd", | 136 "[SLAVE_BUILD]/cipd/cipd", |
| 134 "ensure", | 137 "ensure", |
| 135 "--root", | 138 "--root", |
| 136 "[ROOT]/b/build/slave/cache/cipd/goma", | 139 "[CACHE]/cipd/goma", |
| 137 "--list", | 140 "--list", |
| 138 "infra_internal/goma/client/linux-amd64 release", | 141 "infra_internal/goma/client/linux-amd64 release", |
| 139 "--json-output", | 142 "--json-output", |
| 140 "/path/to/tmp/json", | 143 "/path/to/tmp/json", |
| 141 "--service-account-json", | 144 "--service-account-json", |
| 142 "/creds/service_accounts/service-account-goma-client.json" | 145 "/creds/service_accounts/service-account-goma-client.json" |
| 143 ], | 146 ], |
| 147 "cwd": "[SLAVE_BUILD]", |
| 144 "name": "ensure_goma.ensure_installed", | 148 "name": "ensure_goma.ensure_installed", |
| 145 "~followup_annotations": [ | 149 "~followup_annotations": [ |
| 146 "@@@STEP_NEST_LEVEL@1@@@", | 150 "@@@STEP_NEST_LEVEL@1@@@", |
| 147 "@@@STEP_LOG_LINE@json.output@{@@@", | 151 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 152 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 149 "@@@STEP_LOG_LINE@json.output@ {@@@", | 153 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 155 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ }@@@", | 156 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 157 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 154 "@@@STEP_LOG_LINE@json.output@}@@@", | 158 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 155 "@@@STEP_LOG_END@json.output@@@" | 159 "@@@STEP_LOG_END@json.output@@@" |
| 156 ] | 160 ] |
| 157 }, | 161 }, |
| 158 { | 162 { |
| 159 "cmd": [ | 163 "cmd": [ |
| 160 "python", | 164 "python", |
| 161 "-u", | 165 "-u", |
| 162 "[CWD]/src/tools/swarming_client/swarming.py", | 166 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 163 "--version" | 167 "--version" |
| 164 ], | 168 ], |
| 169 "cwd": "[SLAVE_BUILD]", |
| 165 "name": "swarming.py --version", | 170 "name": "swarming.py --version", |
| 166 "stdout": "/path/to/tmp/", | 171 "stdout": "/path/to/tmp/", |
| 167 "~followup_annotations": [ | 172 "~followup_annotations": [ |
| 168 "@@@STEP_TEXT@0.4.10@@@" | 173 "@@@STEP_TEXT@0.4.10@@@" |
| 169 ] | 174 ] |
| 170 }, | 175 }, |
| 171 { | 176 { |
| 172 "cmd": [ | 177 "cmd": [ |
| 173 "python", | 178 "python", |
| 174 "-u", | 179 "-u", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 180 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 176 "runhooks" | 181 "runhooks" |
| 177 ], | 182 ], |
| 183 "cwd": "[SLAVE_BUILD]", |
| 178 "env": { | 184 "env": { |
| 179 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 180 "GYP_CHROMIUM_NO_ACTION": "1", | 186 "GYP_CHROMIUM_NO_ACTION": "1", |
| 181 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]/b/build/slave/cache/cip
d/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_gom
a=1", | 187 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary
_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", |
| 182 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 188 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 183 }, | 189 }, |
| 184 "name": "gclient runhooks (with patch)", | 190 "name": "gclient runhooks (with patch)", |
| 185 "~followup_annotations": [ | 191 "~followup_annotations": [ |
| 186 "step returned non-zero exit code: 1", | 192 "step returned non-zero exit code: 1", |
| 187 "@@@STEP_FAILURE@@@" | 193 "@@@STEP_FAILURE@@@" |
| 188 ] | 194 ] |
| 189 }, | 195 }, |
| 190 { | 196 { |
| 191 "cmd": [ | 197 "cmd": [ |
| 192 "python", | 198 "python", |
| 193 "-u", | 199 "-u", |
| 194 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 200 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 195 "--master", | 201 "--master", |
| 196 "tryserver.chromium.linux", | 202 "tryserver.chromium.linux", |
| 197 "--builder", | 203 "--builder", |
| 198 "linux_chromium_rel_ng", | 204 "linux_chromium_rel_ng", |
| 199 "--slave", | 205 "--slave", |
| 200 "TestSlavename", | 206 "TestSlavename", |
| 201 "--spec", | 207 "--spec", |
| 202 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 208 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]", |
| 203 "--root", | 209 "--root", |
| 204 "src", | 210 "src", |
| 205 "--revision_mapping_file", | 211 "--revision_mapping_file", |
| 206 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 212 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 207 "--git-cache-dir", | 213 "--git-cache-dir", |
| 208 "[ROOT]/b/build/slave/cache_dir", | 214 "[GIT_CACHE]", |
| 209 "--rietveld_server", | 215 "--rietveld_server", |
| 210 "https://codereview.chromium.org", | 216 "https://codereview.chromium.org", |
| 211 "--output_json", | 217 "--output_json", |
| 212 "/path/to/tmp/json", | 218 "/path/to/tmp/json", |
| 213 "--revision", | 219 "--revision", |
| 214 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 220 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 215 "--force", | 221 "--force", |
| 216 "--output_manifest" | 222 "--output_manifest" |
| 217 ], | 223 ], |
| 224 "cwd": "[SLAVE_BUILD]", |
| 218 "env": { | 225 "env": { |
| 219 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 226 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 220 }, | 227 }, |
| 221 "name": "bot_update (without patch)", | 228 "name": "bot_update (without patch)", |
| 222 "~followup_annotations": [ | 229 "~followup_annotations": [ |
| 223 "@@@STEP_TEXT@Some step text@@@", | 230 "@@@STEP_TEXT@Some step text@@@", |
| 224 "@@@STEP_LOG_LINE@json.output@{@@@", | 231 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 225 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 232 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 226 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 233 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 227 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 "@@@STEP_LOG_END@json.output@@@" | 281 "@@@STEP_LOG_END@json.output@@@" |
| 275 ] | 282 ] |
| 276 }, | 283 }, |
| 277 { | 284 { |
| 278 "cmd": [ | 285 "cmd": [ |
| 279 "python", | 286 "python", |
| 280 "-u", | 287 "-u", |
| 281 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 288 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 282 "runhooks" | 289 "runhooks" |
| 283 ], | 290 ], |
| 291 "cwd": "[SLAVE_BUILD]", |
| 284 "env": { | 292 "env": { |
| 285 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 293 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 286 "GYP_CHROMIUM_NO_ACTION": "1", | 294 "GYP_CHROMIUM_NO_ACTION": "1", |
| 287 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]/b/build/slave/cache/cip
d/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_gom
a=1", | 295 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary
_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", |
| 288 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 296 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 289 }, | 297 }, |
| 290 "name": "gclient runhooks (without patch)" | 298 "name": "gclient runhooks (without patch)" |
| 291 }, | 299 }, |
| 292 { | 300 { |
| 293 "cmd": [ | 301 "cmd": [ |
| 294 "python", | 302 "python", |
| 295 "-u", | 303 "-u", |
| 296 "import sys; sys.exit(0)" | 304 "import sys; sys.exit(0)" |
| 297 ], | 305 ], |
| 306 "cwd": "[SLAVE_BUILD]", |
| 298 "name": "mark: before_tests", | 307 "name": "mark: before_tests", |
| 299 "~followup_annotations": [ | 308 "~followup_annotations": [ |
| 300 "@@@SET_BUILD_PROPERTY@failure_hash@\"e21d0f2b4dd4945720174b0d0fa3a0108208
98d7\"@@@" | 309 "@@@SET_BUILD_PROPERTY@failure_hash@\"e21d0f2b4dd4945720174b0d0fa3a0108208
98d7\"@@@" |
| 301 ] | 310 ] |
| 302 }, | 311 }, |
| 303 { | 312 { |
| 304 "name": "$result", | 313 "name": "$result", |
| 305 "reason": "Step('gclient runhooks (with patch)') failed with return_code 1", | 314 "reason": "Step('gclient runhooks (with patch)') failed with return_code 1", |
| 306 "status_code": 1 | 315 "status_code": 1 |
| 307 } | 316 } |
| 308 ] | 317 ] |
| OLD | NEW |