| 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 = '[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'}]", | 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'}]", |
| 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 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
| 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]", | |
| 34 "env": { | 33 "env": { |
| 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 36 }, | 35 }, |
| 37 "name": "bot_update", | 36 "name": "bot_update", |
| 38 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 39 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 96 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 97 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 98 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 100 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 101 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 103 ] | 102 ] |
| 104 }, | 103 }, |
| 105 { | 104 { |
| 106 "cmd": [], | 105 "cmd": [], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "ensure_goma" | 106 "name": "ensure_goma" |
| 109 }, | 107 }, |
| 110 { | 108 { |
| 111 "cmd": [ | 109 "cmd": [ |
| 112 "python", | 110 "python", |
| 113 "-u", | 111 "-u", |
| 114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 115 "--platform", | 113 "--platform", |
| 116 "linux-amd64", | 114 "linux-amd64", |
| 117 "--dest-directory", | 115 "--dest-directory", |
| 118 "[SLAVE_BUILD]/cipd", | 116 "[CWD]/cipd", |
| 119 "--json-output", | 117 "--json-output", |
| 120 "/path/to/tmp/json" | 118 "/path/to/tmp/json" |
| 121 ], | 119 ], |
| 122 "cwd": "[SLAVE_BUILD]", | |
| 123 "name": "ensure_goma.install cipd", | 120 "name": "ensure_goma.install cipd", |
| 124 "~followup_annotations": [ | 121 "~followup_annotations": [ |
| 125 "@@@STEP_NEST_LEVEL@1@@@", | 122 "@@@STEP_NEST_LEVEL@1@@@", |
| 126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 123 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 127 "@@@STEP_LOG_LINE@json.output@{@@@", | 124 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 125 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
| 129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 126 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 130 "@@@STEP_LOG_LINE@json.output@}@@@", | 127 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 131 "@@@STEP_LOG_END@json.output@@@" | 128 "@@@STEP_LOG_END@json.output@@@" |
| 132 ] | 129 ] |
| 133 }, | 130 }, |
| 134 { | 131 { |
| 135 "cmd": [ | 132 "cmd": [ |
| 136 "[SLAVE_BUILD]/cipd/cipd", | 133 "fake_slave_build/cipd", |
| 137 "ensure", | 134 "ensure", |
| 138 "--root", | 135 "--root", |
| 139 "[CACHE]/cipd/goma", | 136 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 140 "--list", | 137 "--list", |
| 141 "infra_internal/goma/client/linux-amd64 release", | 138 "infra_internal/goma/client/linux-amd64 release", |
| 142 "--json-output", | 139 "--json-output", |
| 143 "/path/to/tmp/json", | 140 "/path/to/tmp/json", |
| 144 "--service-account-json", | 141 "--service-account-json", |
| 145 "/creds/service_accounts/service-account-goma-client.json" | 142 "/creds/service_accounts/service-account-goma-client.json" |
| 146 ], | 143 ], |
| 147 "cwd": "[SLAVE_BUILD]", | |
| 148 "name": "ensure_goma.ensure_installed", | 144 "name": "ensure_goma.ensure_installed", |
| 149 "~followup_annotations": [ | 145 "~followup_annotations": [ |
| 150 "@@@STEP_NEST_LEVEL@1@@@", | 146 "@@@STEP_NEST_LEVEL@1@@@", |
| 151 "@@@STEP_LOG_LINE@json.output@{@@@", | 147 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ {@@@", | 149 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 151 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ }@@@", | 152 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 153 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@}@@@", | 154 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 159 "@@@STEP_LOG_END@json.output@@@" | 155 "@@@STEP_LOG_END@json.output@@@" |
| 160 ] | 156 ] |
| 161 }, | 157 }, |
| 162 { | 158 { |
| 163 "cmd": [ | 159 "cmd": [ |
| 164 "python", | 160 "python", |
| 165 "-u", | 161 "-u", |
| 166 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 162 "[CWD]/src/tools/swarming_client/swarming.py", |
| 167 "--version" | 163 "--version" |
| 168 ], | 164 ], |
| 169 "cwd": "[SLAVE_BUILD]", | |
| 170 "name": "swarming.py --version", | 165 "name": "swarming.py --version", |
| 171 "stdout": "/path/to/tmp/", | 166 "stdout": "/path/to/tmp/", |
| 172 "~followup_annotations": [ | 167 "~followup_annotations": [ |
| 173 "@@@STEP_TEXT@0.4.10@@@" | 168 "@@@STEP_TEXT@0.4.10@@@" |
| 174 ] | 169 ] |
| 175 }, | 170 }, |
| 176 { | 171 { |
| 177 "cmd": [ | 172 "cmd": [ |
| 178 "python", | 173 "python", |
| 179 "-u", | 174 "-u", |
| 180 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 181 "runhooks" | 176 "runhooks" |
| 182 ], | 177 ], |
| 183 "cwd": "[SLAVE_BUILD]", | |
| 184 "env": { | 178 "env": { |
| 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 179 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 186 "GYP_CHROMIUM_NO_ACTION": "1", | 180 "GYP_CHROMIUM_NO_ACTION": "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", | 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", |
| 188 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 182 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 189 }, | 183 }, |
| 190 "name": "gclient runhooks (with patch)" | 184 "name": "gclient runhooks (with patch)" |
| 191 }, | 185 }, |
| 192 { | 186 { |
| 193 "cmd": [ | 187 "cmd": [ |
| 194 "python", | 188 "python", |
| 195 "-u", | 189 "-u", |
| 196 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 190 "[CWD]/src/testing/scripts/get_compile_targets.py", |
| 197 "--output", | 191 "--output", |
| 198 "/path/to/tmp/json", | 192 "/path/to/tmp/json", |
| 199 "--", | 193 "--", |
| 200 "--build-config-fs", | 194 "--build-config-fs", |
| 201 "Release", | 195 "Release", |
| 202 "--use-src-side-runtest-py", | 196 "--use-src-side-runtest-py", |
| 203 "--paths", | 197 "--paths", |
| 204 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 198 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
| 205 "--properties", | 199 "--properties", |
| 206 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast
ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ
et_platform\": \"linux\"}" | 200 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast
ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ
et_platform\": \"linux\"}" |
| 207 ], | 201 ], |
| 208 "cwd": "[SLAVE_BUILD]", | |
| 209 "name": "get compile targets for scripts", | 202 "name": "get compile targets for scripts", |
| 210 "~followup_annotations": [ | 203 "~followup_annotations": [ |
| 211 "@@@STEP_LOG_LINE@json.output@{}@@@", | 204 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 212 "@@@STEP_LOG_END@json.output@@@" | 205 "@@@STEP_LOG_END@json.output@@@" |
| 213 ] | 206 ] |
| 214 }, | 207 }, |
| 215 { | 208 { |
| 216 "cmd": [ | 209 "cmd": [ |
| 217 "python", | 210 "python", |
| 218 "-u", | 211 "-u", |
| 219 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 212 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 220 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json", | 213 "[CWD]/src/testing/buildbot/chromium.gpu.json", |
| 221 "/path/to/tmp/json" | 214 "/path/to/tmp/json" |
| 222 ], | 215 ], |
| 223 "cwd": "[SLAVE_BUILD]", | |
| 224 "name": "read test spec", | 216 "name": "read test spec", |
| 225 "~followup_annotations": [ | 217 "~followup_annotations": [ |
| 226 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json@@
@", | 218 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.gpu.json@@@", |
| 227 "@@@STEP_LOG_LINE@json.output@{}@@@", | 219 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 228 "@@@STEP_LOG_END@json.output@@@" | 220 "@@@STEP_LOG_END@json.output@@@" |
| 229 ] | 221 ] |
| 230 }, | 222 }, |
| 231 { | 223 { |
| 232 "cmd": [ | 224 "cmd": [ |
| 233 "python", | 225 "python", |
| 234 "-u", | 226 "-u", |
| 235 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 227 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 236 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 228 "[CWD]/src/testing/buildbot/chromium.linux.json", |
| 237 "/path/to/tmp/json" | 229 "/path/to/tmp/json" |
| 238 ], | 230 ], |
| 239 "cwd": "[SLAVE_BUILD]", | |
| 240 "name": "read test spec (2)", | 231 "name": "read test spec (2)", |
| 241 "~followup_annotations": [ | 232 "~followup_annotations": [ |
| 242 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 233 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.linux.json@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@{}@@@", | 234 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 244 "@@@STEP_LOG_END@json.output@@@" | 235 "@@@STEP_LOG_END@json.output@@@" |
| 245 ] | 236 ] |
| 246 }, | 237 }, |
| 247 { | 238 { |
| 248 "cmd": [ | 239 "cmd": [ |
| 249 "git", | 240 "git", |
| 250 "diff", | 241 "diff", |
| 251 "--cached", | 242 "--cached", |
| 252 "--name-only" | 243 "--name-only" |
| 253 ], | 244 ], |
| 254 "cwd": "[SLAVE_BUILD]/src", | 245 "cwd": "[CWD]/src", |
| 255 "name": "git diff to analyze patch", | 246 "name": "git diff to analyze patch", |
| 256 "stdout": "/path/to/tmp/", | 247 "stdout": "/path/to/tmp/", |
| 257 "~followup_annotations": [ | 248 "~followup_annotations": [ |
| 258 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 249 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 259 "@@@STEP_LOG_END@files@@@", | 250 "@@@STEP_LOG_END@files@@@", |
| 260 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 251 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 261 ] | 252 ] |
| 262 }, | 253 }, |
| 263 { | 254 { |
| 264 "cmd": [ | 255 "cmd": [ |
| 265 "python", | 256 "python", |
| 266 "-u", | 257 "-u", |
| 267 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 258 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 268 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 259 "[CWD]/src/testing/buildbot/trybot_analyze_config.json", |
| 269 "/path/to/tmp/json" | 260 "/path/to/tmp/json" |
| 270 ], | 261 ], |
| 271 "cwd": "[SLAVE_BUILD]", | |
| 272 "name": "read filter exclusion spec", | 262 "name": "read filter exclusion spec", |
| 273 "~followup_annotations": [ | 263 "~followup_annotations": [ |
| 274 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 264 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 275 "@@@STEP_LOG_LINE@json.output@{@@@", | 265 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 276 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 267 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | 268 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 269 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 280 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 270 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 272 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ }@@@", | 273 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 284 "@@@STEP_LOG_LINE@json.output@}@@@", | 274 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 285 "@@@STEP_LOG_END@json.output@@@" | 275 "@@@STEP_LOG_END@json.output@@@" |
| 286 ] | 276 ] |
| 287 }, | 277 }, |
| 288 { | 278 { |
| 289 "cmd": [ | 279 "cmd": [ |
| 290 "python", | 280 "python", |
| 291 "-u", | 281 "-u", |
| 292 "import sys; sys.exit(0)" | 282 "import sys; sys.exit(0)" |
| 293 ], | 283 ], |
| 294 "cwd": "[SLAVE_BUILD]", | |
| 295 "name": "analyze", | 284 "name": "analyze", |
| 296 "~followup_annotations": [ | 285 "~followup_annotations": [ |
| 297 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 286 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 298 "@@@STEP_LOG_END@excluded_files@@@", | 287 "@@@STEP_LOG_END@excluded_files@@@", |
| 299 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 288 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 300 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 289 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 301 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 290 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
| 302 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 291 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 303 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 292 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 304 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 293 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
| 305 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 294 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 306 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 295 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| 307 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", | 296 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", |
| 308 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 297 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 309 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 298 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
| 310 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", | 299 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", |
| 311 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 300 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
| 312 "@@@STEP_LOG_END@analyze_details@@@" | 301 "@@@STEP_LOG_END@analyze_details@@@" |
| 313 ] | 302 ] |
| 314 }, | 303 }, |
| 315 { | 304 { |
| 316 "cmd": [ | 305 "cmd": [ |
| 317 "python", | 306 "python", |
| 318 "-u", | 307 "-u", |
| 319 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 308 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 320 "--show-path", | 309 "--show-path", |
| 321 "python", | 310 "python", |
| 322 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 311 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 323 ], | 312 ], |
| 324 "cwd": "[SLAVE_BUILD]", | |
| 325 "name": "cleanup_temp" | 313 "name": "cleanup_temp" |
| 326 }, | 314 }, |
| 327 { | 315 { |
| 328 "cmd": [ | 316 "cmd": [ |
| 329 "python", | 317 "python", |
| 330 "-u", | 318 "-u", |
| 331 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 319 "[CWD]/src/tools/mb/mb.py", |
| 332 "gen", | 320 "gen", |
| 333 "-m", | 321 "-m", |
| 334 "tryserver.chromium.linux", | 322 "tryserver.chromium.linux", |
| 335 "-b", | 323 "-b", |
| 336 "linux_chromium_rel_ng", | 324 "linux_chromium_rel_ng", |
| 337 "--config-file", | 325 "--config-file", |
| 338 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 326 "[CWD]/src/tools/mb/mb_config.pyl", |
| 339 "--goma-dir", | 327 "--goma-dir", |
| 340 "[CACHE]/cipd/goma", | 328 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 341 "//out/Release" | 329 "//out/Release" |
| 342 ], | 330 ], |
| 343 "cwd": "[SLAVE_BUILD]", | |
| 344 "name": "generate_build_files (with patch)" | 331 "name": "generate_build_files (with patch)" |
| 345 }, | 332 }, |
| 346 { | 333 { |
| 347 "cmd": [ | 334 "cmd": [ |
| 348 "python", | 335 "python", |
| 349 "-u", | 336 "-u", |
| 350 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 337 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 351 "--show-path", | 338 "--show-path", |
| 352 "python", | 339 "python", |
| 353 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 340 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 354 "--gsutil-py-path", | 341 "--gsutil-py-path", |
| 355 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 342 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 356 "--ninja-path", | 343 "--ninja-path", |
| 357 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 344 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 358 "--target", | 345 "--target", |
| 359 "Release", | 346 "Release", |
| 360 "--src-dir", | 347 "--src-dir", |
| 361 "[SLAVE_BUILD]/src", | 348 "[CWD]/src", |
| 362 "--goma-cache-dir", | 349 "--goma-cache-dir", |
| 363 "[GOMA_CACHE]", | 350 "[ROOT]/b/build/slave/goma_cache", |
| 364 "--build-tool", | 351 "--build-tool", |
| 365 "ninja", | 352 "ninja", |
| 366 "--compiler", | 353 "--compiler", |
| 367 "goma", | 354 "goma", |
| 368 "--goma-jsonstatus", | 355 "--goma-jsonstatus", |
| 369 "/path/to/tmp/json", | 356 "/path/to/tmp/json", |
| 370 "--goma-service-account-json-file", | 357 "--goma-service-account-json-file", |
| 371 "/creds/service_accounts/service-account-goma-client.json", | 358 "/creds/service_accounts/service-account-goma-client.json", |
| 372 "--goma-dir", | 359 "--goma-dir", |
| 373 "[CACHE]/cipd/goma", | 360 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 374 "--goma-fail-fast", | 361 "--goma-fail-fast", |
| 375 "--goma-disable-local-fallback", | 362 "--goma-disable-local-fallback", |
| 376 "--ninja-ensure-up-to-date", | 363 "--ninja-ensure-up-to-date", |
| 377 "--", | 364 "--", |
| 378 "chromium_swarm_tests" | 365 "chromium_swarm_tests" |
| 379 ], | 366 ], |
| 380 "cwd": "[SLAVE_BUILD]", | |
| 381 "env": { | 367 "env": { |
| 382 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 368 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 383 }, | 369 }, |
| 384 "name": "compile (with patch)", | 370 "name": "compile (with patch)", |
| 385 "~followup_annotations": [ | 371 "~followup_annotations": [ |
| 386 "step returned non-zero exit code: 1", | 372 "step returned non-zero exit code: 1", |
| 387 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 373 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 388 "@@@STEP_LOG_END@json.output (invalid)@@@", | 374 "@@@STEP_LOG_END@json.output (invalid)@@@", |
| 389 "@@@STEP_LOG_LINE@exception@TypeError(\"'NoneType' object has no attribute
'__getitem__'\",)@@@", | 375 "@@@STEP_LOG_LINE@exception@TypeError(\"'NoneType' object has no attribute
'__getitem__'\",)@@@", |
| 390 "@@@STEP_LOG_END@exception@@@", | 376 "@@@STEP_LOG_END@exception@@@", |
| 391 "@@@STEP_WARNINGS@@@" | 377 "@@@STEP_WARNINGS@@@" |
| 392 ] | 378 ] |
| 393 }, | 379 }, |
| 394 { | 380 { |
| 395 "cmd": [ | 381 "cmd": [ |
| 396 "python", | 382 "python", |
| 397 "-u", | 383 "-u", |
| 398 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 384 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 399 "--master", | 385 "--master", |
| 400 "tryserver.chromium.linux", | 386 "tryserver.chromium.linux", |
| 401 "--builder", | 387 "--builder", |
| 402 "linux_chromium_rel_ng", | 388 "linux_chromium_rel_ng", |
| 403 "--slave", | 389 "--slave", |
| 404 "TestSlavename", | 390 "TestSlavename", |
| 405 "--spec", | 391 "--spec", |
| 406 "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'}]", | 392 "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'}]", |
| 407 "--root", | 393 "--root", |
| 408 "src", | 394 "src", |
| 409 "--revision_mapping_file", | 395 "--revision_mapping_file", |
| 410 "{\"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\"}", | 396 "{\"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\"}", |
| 411 "--git-cache-dir", | 397 "--git-cache-dir", |
| 412 "[GIT_CACHE]", | 398 "[ROOT]/b/build/slave/cache_dir", |
| 413 "--rietveld_server", | 399 "--rietveld_server", |
| 414 "https://codereview.chromium.org", | 400 "https://codereview.chromium.org", |
| 415 "--output_json", | 401 "--output_json", |
| 416 "/path/to/tmp/json", | 402 "/path/to/tmp/json", |
| 417 "--revision", | 403 "--revision", |
| 418 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 404 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 419 "--force", | 405 "--force", |
| 420 "--output_manifest" | 406 "--output_manifest" |
| 421 ], | 407 ], |
| 422 "cwd": "[SLAVE_BUILD]", | |
| 423 "env": { | 408 "env": { |
| 424 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 409 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 425 }, | 410 }, |
| 426 "name": "bot_update (without patch)", | 411 "name": "bot_update (without patch)", |
| 427 "~followup_annotations": [ | 412 "~followup_annotations": [ |
| 428 "@@@STEP_TEXT@Some step text@@@", | 413 "@@@STEP_TEXT@Some step text@@@", |
| 429 "@@@STEP_LOG_LINE@json.output@{@@@", | 414 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 430 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 415 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 431 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 416 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 432 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", | 417 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 "@@@STEP_LOG_END@json.output@@@" | 464 "@@@STEP_LOG_END@json.output@@@" |
| 480 ] | 465 ] |
| 481 }, | 466 }, |
| 482 { | 467 { |
| 483 "cmd": [ | 468 "cmd": [ |
| 484 "python", | 469 "python", |
| 485 "-u", | 470 "-u", |
| 486 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 471 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 487 "runhooks" | 472 "runhooks" |
| 488 ], | 473 ], |
| 489 "cwd": "[SLAVE_BUILD]", | |
| 490 "env": { | 474 "env": { |
| 491 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 475 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 492 "GYP_CHROMIUM_NO_ACTION": "1", | 476 "GYP_CHROMIUM_NO_ACTION": "1", |
| 493 "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", | 477 "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", |
| 494 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 478 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 495 }, | 479 }, |
| 496 "name": "gclient runhooks (without patch)" | 480 "name": "gclient runhooks (without patch)" |
| 497 }, | 481 }, |
| 498 { | 482 { |
| 499 "cmd": [ | 483 "cmd": [ |
| 500 "python", | 484 "python", |
| 501 "-u", | 485 "-u", |
| 502 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 486 "[CWD]/src/tools/mb/mb.py", |
| 503 "gen", | 487 "gen", |
| 504 "-m", | 488 "-m", |
| 505 "tryserver.chromium.linux", | 489 "tryserver.chromium.linux", |
| 506 "-b", | 490 "-b", |
| 507 "linux_chromium_rel_ng", | 491 "linux_chromium_rel_ng", |
| 508 "--config-file", | 492 "--config-file", |
| 509 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 493 "[CWD]/src/tools/mb/mb_config.pyl", |
| 510 "--goma-dir", | 494 "--goma-dir", |
| 511 "[CACHE]/cipd/goma", | 495 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 512 "//out/Release" | 496 "//out/Release" |
| 513 ], | 497 ], |
| 514 "cwd": "[SLAVE_BUILD]", | |
| 515 "name": "generate_build_files (without patch)" | 498 "name": "generate_build_files (without patch)" |
| 516 }, | 499 }, |
| 517 { | 500 { |
| 518 "cmd": [ | 501 "cmd": [ |
| 519 "python", | 502 "python", |
| 520 "-u", | 503 "-u", |
| 521 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 504 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 522 "--show-path", | 505 "--show-path", |
| 523 "python", | 506 "python", |
| 524 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 507 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 525 "--gsutil-py-path", | 508 "--gsutil-py-path", |
| 526 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 509 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 527 "--ninja-path", | 510 "--ninja-path", |
| 528 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 511 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 529 "--target", | 512 "--target", |
| 530 "Release", | 513 "Release", |
| 531 "--src-dir", | 514 "--src-dir", |
| 532 "[SLAVE_BUILD]/src", | 515 "[CWD]/src", |
| 533 "--goma-cache-dir", | 516 "--goma-cache-dir", |
| 534 "[GOMA_CACHE]", | 517 "[ROOT]/b/build/slave/goma_cache", |
| 535 "--build-tool", | 518 "--build-tool", |
| 536 "ninja", | 519 "ninja", |
| 537 "--compiler", | 520 "--compiler", |
| 538 "goma", | 521 "goma", |
| 539 "--goma-jsonstatus", | 522 "--goma-jsonstatus", |
| 540 "/path/to/tmp/json", | 523 "/path/to/tmp/json", |
| 541 "--goma-service-account-json-file", | 524 "--goma-service-account-json-file", |
| 542 "/creds/service_accounts/service-account-goma-client.json", | 525 "/creds/service_accounts/service-account-goma-client.json", |
| 543 "--goma-dir", | 526 "--goma-dir", |
| 544 "[CACHE]/cipd/goma", | 527 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 545 "--goma-fail-fast", | 528 "--goma-fail-fast", |
| 546 "--goma-disable-local-fallback", | 529 "--goma-disable-local-fallback", |
| 547 "--ninja-ensure-up-to-date", | 530 "--ninja-ensure-up-to-date", |
| 548 "--", | 531 "--", |
| 549 "chromium_swarm_tests" | 532 "chromium_swarm_tests" |
| 550 ], | 533 ], |
| 551 "cwd": "[SLAVE_BUILD]", | |
| 552 "env": { | 534 "env": { |
| 553 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 535 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 554 }, | 536 }, |
| 555 "name": "compile (without patch)", | 537 "name": "compile (without patch)", |
| 556 "~followup_annotations": [ | 538 "~followup_annotations": [ |
| 557 "step returned non-zero exit code: 1", | 539 "step returned non-zero exit code: 1", |
| 558 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 540 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 559 "@@@STEP_LOG_END@json.output (invalid)@@@", | 541 "@@@STEP_LOG_END@json.output (invalid)@@@", |
| 560 "@@@STEP_LOG_LINE@exception@TypeError(\"'NoneType' object has no attribute
'__getitem__'\",)@@@", | 542 "@@@STEP_LOG_LINE@exception@TypeError(\"'NoneType' object has no attribute
'__getitem__'\",)@@@", |
| 561 "@@@STEP_LOG_END@exception@@@", | 543 "@@@STEP_LOG_END@exception@@@", |
| 562 "@@@STEP_WARNINGS@@@", | 544 "@@@STEP_WARNINGS@@@", |
| 563 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@" | 545 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@" |
| 564 ] | 546 ] |
| 565 }, | 547 }, |
| 566 { | 548 { |
| 567 "cmd": [ | 549 "cmd": [ |
| 568 "python", | 550 "python", |
| 569 "-u", | 551 "-u", |
| 570 "import sys; sys.exit(0)" | 552 "import sys; sys.exit(0)" |
| 571 ], | 553 ], |
| 572 "cwd": "[SLAVE_BUILD]", | |
| 573 "name": "mark: before_tests", | 554 "name": "mark: before_tests", |
| 574 "~followup_annotations": [ | 555 "~followup_annotations": [ |
| 575 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 556 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
| 576 ] | 557 ] |
| 577 }, | 558 }, |
| 578 { | 559 { |
| 579 "name": "$result", | 560 "name": "$result", |
| 580 "reason": "Step('compile (without patch)') failed with return_code 1", | 561 "reason": "Step('compile (without patch)') failed with return_code 1", |
| 581 "status_code": 1 | 562 "status_code": 1 |
| 582 } | 563 } |
| 583 ] | 564 ] |
| OLD | NEW |