| 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_LINE@json.output@ \"Linux Tests\": {@@@", | 235 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 236 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 246 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", | 237 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", |
| 247 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 238 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 248 "@@@STEP_LOG_LINE@json.output@ }@@@", | 239 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 249 "@@@STEP_LOG_LINE@json.output@}@@@", | 240 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 250 "@@@STEP_LOG_END@json.output@@@" | 241 "@@@STEP_LOG_END@json.output@@@" |
| 251 ] | 242 ] |
| 252 }, | 243 }, |
| 253 { | 244 { |
| 254 "cmd": [ | 245 "cmd": [ |
| 255 "git", | 246 "git", |
| 256 "diff", | 247 "diff", |
| 257 "--cached", | 248 "--cached", |
| 258 "--name-only" | 249 "--name-only" |
| 259 ], | 250 ], |
| 260 "cwd": "[SLAVE_BUILD]/src", | 251 "cwd": "[CWD]/src", |
| 261 "name": "git diff to analyze patch", | 252 "name": "git diff to analyze patch", |
| 262 "stdout": "/path/to/tmp/", | 253 "stdout": "/path/to/tmp/", |
| 263 "~followup_annotations": [ | 254 "~followup_annotations": [ |
| 264 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 255 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 265 "@@@STEP_LOG_END@files@@@", | 256 "@@@STEP_LOG_END@files@@@", |
| 266 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 257 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" |
| 267 ] | 258 ] |
| 268 }, | 259 }, |
| 269 { | 260 { |
| 270 "cmd": [ | 261 "cmd": [ |
| 271 "python", | 262 "python", |
| 272 "-u", | 263 "-u", |
| 273 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 274 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", | 265 "[CWD]/src/testing/buildbot/trybot_analyze_config.json", |
| 275 "/path/to/tmp/json" | 266 "/path/to/tmp/json" |
| 276 ], | 267 ], |
| 277 "cwd": "[SLAVE_BUILD]", | |
| 278 "name": "read filter exclusion spec", | 268 "name": "read filter exclusion spec", |
| 279 "~followup_annotations": [ | 269 "~followup_annotations": [ |
| 280 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 270 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 281 "@@@STEP_LOG_LINE@json.output@{@@@", | 271 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 272 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | 273 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| 284 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | 274 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 285 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 275 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 286 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 276 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 277 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 288 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 278 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 289 "@@@STEP_LOG_LINE@json.output@ }@@@", | 279 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 290 "@@@STEP_LOG_LINE@json.output@}@@@", | 280 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 291 "@@@STEP_LOG_END@json.output@@@" | 281 "@@@STEP_LOG_END@json.output@@@" |
| 292 ] | 282 ] |
| 293 }, | 283 }, |
| 294 { | 284 { |
| 295 "cmd": [ | 285 "cmd": [ |
| 296 "python", | 286 "python", |
| 297 "-u", | 287 "-u", |
| 298 "import sys; sys.exit(0)" | 288 "import sys; sys.exit(0)" |
| 299 ], | 289 ], |
| 300 "cwd": "[SLAVE_BUILD]", | |
| 301 "name": "analyze", | 290 "name": "analyze", |
| 302 "~followup_annotations": [ | 291 "~followup_annotations": [ |
| 303 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 292 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 304 "@@@STEP_LOG_END@excluded_files@@@", | 293 "@@@STEP_LOG_END@excluded_files@@@", |
| 305 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 294 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 306 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 295 "@@@STEP_LOG_LINE@analyze_details@ \"additional_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@ \"compile_targets\": [@@@", | 298 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 310 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", | 299 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 326 }, | 315 }, |
| 327 { | 316 { |
| 328 "cmd": [ | 317 "cmd": [ |
| 329 "python", | 318 "python", |
| 330 "-u", | 319 "-u", |
| 331 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 320 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 332 "--show-path", | 321 "--show-path", |
| 333 "python", | 322 "python", |
| 334 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 323 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 335 ], | 324 ], |
| 336 "cwd": "[SLAVE_BUILD]", | |
| 337 "name": "cleanup_temp" | 325 "name": "cleanup_temp" |
| 338 }, | 326 }, |
| 339 { | 327 { |
| 340 "cmd": [ | 328 "cmd": [ |
| 341 "python", | 329 "python", |
| 342 "-u", | 330 "-u", |
| 343 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 331 "[CWD]/src/tools/mb/mb.py", |
| 344 "gen", | 332 "gen", |
| 345 "-m", | 333 "-m", |
| 346 "tryserver.chromium.linux", | 334 "tryserver.chromium.linux", |
| 347 "-b", | 335 "-b", |
| 348 "linux_chromium_rel_ng", | 336 "linux_chromium_rel_ng", |
| 349 "--config-file", | 337 "--config-file", |
| 350 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 338 "[CWD]/src/tools/mb/mb_config.pyl", |
| 351 "--goma-dir", | 339 "--goma-dir", |
| 352 "[CACHE]/cipd/goma", | 340 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 353 "//out/Release" | 341 "//out/Release" |
| 354 ], | 342 ], |
| 355 "cwd": "[SLAVE_BUILD]", | |
| 356 "name": "generate_build_files (with patch)" | 343 "name": "generate_build_files (with patch)" |
| 357 }, | 344 }, |
| 358 { | 345 { |
| 359 "cmd": [ | 346 "cmd": [ |
| 360 "python", | 347 "python", |
| 361 "-u", | 348 "-u", |
| 362 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 349 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 363 "--show-path", | 350 "--show-path", |
| 364 "python", | 351 "python", |
| 365 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 352 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 366 "--gsutil-py-path", | 353 "--gsutil-py-path", |
| 367 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 354 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 368 "--ninja-path", | 355 "--ninja-path", |
| 369 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 356 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 370 "--target", | 357 "--target", |
| 371 "Release", | 358 "Release", |
| 372 "--src-dir", | 359 "--src-dir", |
| 373 "[SLAVE_BUILD]/src", | 360 "[CWD]/src", |
| 374 "--goma-cache-dir", | 361 "--goma-cache-dir", |
| 375 "[GOMA_CACHE]", | 362 "[ROOT]/b/build/slave/goma_cache", |
| 376 "--build-tool", | 363 "--build-tool", |
| 377 "ninja", | 364 "ninja", |
| 378 "--compiler", | 365 "--compiler", |
| 379 "goma", | 366 "goma", |
| 380 "--goma-jsonstatus", | 367 "--goma-jsonstatus", |
| 381 "/path/to/tmp/json", | 368 "/path/to/tmp/json", |
| 382 "--goma-service-account-json-file", | 369 "--goma-service-account-json-file", |
| 383 "/creds/service_accounts/service-account-goma-client.json", | 370 "/creds/service_accounts/service-account-goma-client.json", |
| 384 "--goma-dir", | 371 "--goma-dir", |
| 385 "[CACHE]/cipd/goma", | 372 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 386 "--goma-fail-fast", | 373 "--goma-fail-fast", |
| 387 "--goma-disable-local-fallback", | 374 "--goma-disable-local-fallback", |
| 388 "--ninja-ensure-up-to-date", | 375 "--ninja-ensure-up-to-date", |
| 389 "--", | 376 "--", |
| 390 "base_unittests", | 377 "base_unittests", |
| 391 "chromium_swarm_tests" | 378 "chromium_swarm_tests" |
| 392 ], | 379 ], |
| 393 "cwd": "[SLAVE_BUILD]", | |
| 394 "env": { | 380 "env": { |
| 395 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 381 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 396 }, | 382 }, |
| 397 "name": "compile (with patch)", | 383 "name": "compile (with patch)", |
| 398 "~followup_annotations": [ | 384 "~followup_annotations": [ |
| 399 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 385 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 400 "@@@STEP_LOG_END@json.output (invalid)@@@" | 386 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 401 ] | 387 ] |
| 402 }, | 388 }, |
| 403 { | 389 { |
| 404 "cmd": [ | 390 "cmd": [ |
| 405 "python", | 391 "python", |
| 406 "-u", | 392 "-u", |
| 407 "import sys; sys.exit(0)" | 393 "import sys; sys.exit(0)" |
| 408 ], | 394 ], |
| 409 "cwd": "[SLAVE_BUILD]", | |
| 410 "name": "mark: before_tests" | 395 "name": "mark: before_tests" |
| 411 }, | 396 }, |
| 412 { | 397 { |
| 413 "allow_subannotations": true, | 398 "allow_subannotations": true, |
| 414 "cmd": [ | 399 "cmd": [ |
| 415 "python", | 400 "python", |
| 416 "-u", | 401 "-u", |
| 417 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py", | 402 "[CWD]/src/infra/scripts/runtest_wrapper.py", |
| 418 "--", | 403 "--", |
| 419 "--target", | 404 "--target", |
| 420 "Release", | 405 "Release", |
| 421 "--xvfb", | 406 "--xvfb", |
| 422 "--factory-properties", | 407 "--factory-properties", |
| 423 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserve
r.chromium.linux\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\
": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \"\", \"requeste
r\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://co
dereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {},
\"workdir\": \"/path/to/workdir/TestSlavename\"}", | 408 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserve
r.chromium.linux\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\
": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \"\", \"requeste
r\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://co
dereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {},
\"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 424 "--build-properties", | 409 "--build-properties", |
| 425 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserve
r.chromium.linux\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\
": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \"\", \"requeste
r\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://co
dereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {},
\"workdir\": \"/path/to/workdir/TestSlavename\"}", | 410 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium
_rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserve
r.chromium.linux\", \"patch_project\": \"chromium\", \"patchset\": 1, \"project\
": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \"\", \"requeste
r\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://co
dereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {},
\"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 426 "--annotate=gtest", | 411 "--annotate=gtest", |
| 427 "--test-type=base_unittests", | 412 "--test-type=base_unittests", |
| 428 "--step-name=base_unittests (with patch)", | 413 "--step-name=base_unittests (with patch)", |
| 429 "--test-launcher-summary-output", | 414 "--test-launcher-summary-output", |
| 430 "/path/to/tmp/json", | 415 "/path/to/tmp/json", |
| 431 "--generate-json-file", | 416 "--generate-json-file", |
| 432 "-o", | 417 "-o", |
| 433 "gtest-results/base_unittests", | 418 "gtest-results/base_unittests", |
| 434 "--builder-name=linux_chromium_rel_ng", | 419 "--builder-name=linux_chromium_rel_ng", |
| 435 "--slave-name=TestSlavename", | 420 "--slave-name=TestSlavename", |
| 436 "--build-number=571", | 421 "--build-number=571", |
| 437 "base_unittests" | 422 "base_unittests" |
| 438 ], | 423 ], |
| 439 "cwd": "[SLAVE_BUILD]", | |
| 440 "name": "base_unittests (with patch)", | 424 "name": "base_unittests (with patch)", |
| 441 "~followup_annotations": [ | 425 "~followup_annotations": [ |
| 442 "step returned non-zero exit code: 1", | 426 "step returned non-zero exit code: 1", |
| 443 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 427 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 444 "@@@STEP_FAILURE@@@" | 428 "@@@STEP_FAILURE@@@" |
| 445 ] | 429 ] |
| 446 }, | 430 }, |
| 447 { | 431 { |
| 448 "cmd": [ | 432 "cmd": [ |
| 449 "python", | 433 "python", |
| 450 "-u", | 434 "-u", |
| 451 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 435 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 452 "--master", | 436 "--master", |
| 453 "tryserver.chromium.linux", | 437 "tryserver.chromium.linux", |
| 454 "--builder", | 438 "--builder", |
| 455 "linux_chromium_rel_ng", | 439 "linux_chromium_rel_ng", |
| 456 "--slave", | 440 "--slave", |
| 457 "TestSlavename", | 441 "TestSlavename", |
| 458 "--spec", | 442 "--spec", |
| 459 "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'}]", | 443 "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'}]", |
| 460 "--root", | 444 "--root", |
| 461 "src", | 445 "src", |
| 462 "--revision_mapping_file", | 446 "--revision_mapping_file", |
| 463 "{\"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\"}", | 447 "{\"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\"}", |
| 464 "--git-cache-dir", | 448 "--git-cache-dir", |
| 465 "[GIT_CACHE]", | 449 "[ROOT]/b/build/slave/cache_dir", |
| 466 "--rietveld_server", | 450 "--rietveld_server", |
| 467 "https://codereview.chromium.org", | 451 "https://codereview.chromium.org", |
| 468 "--output_json", | 452 "--output_json", |
| 469 "/path/to/tmp/json", | 453 "/path/to/tmp/json", |
| 470 "--revision", | 454 "--revision", |
| 471 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 455 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 472 "--force", | 456 "--force", |
| 473 "--output_manifest" | 457 "--output_manifest" |
| 474 ], | 458 ], |
| 475 "cwd": "[SLAVE_BUILD]", | |
| 476 "env": { | 459 "env": { |
| 477 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 460 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 478 }, | 461 }, |
| 479 "name": "bot_update (without patch)", | 462 "name": "bot_update (without patch)", |
| 480 "~followup_annotations": [ | 463 "~followup_annotations": [ |
| 481 "@@@STEP_TEXT@Some step text@@@", | 464 "@@@STEP_TEXT@Some step text@@@", |
| 482 "@@@STEP_LOG_LINE@json.output@{@@@", | 465 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 483 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 466 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 484 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 467 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 485 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", | 468 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 "@@@STEP_LOG_END@json.output@@@" | 515 "@@@STEP_LOG_END@json.output@@@" |
| 533 ] | 516 ] |
| 534 }, | 517 }, |
| 535 { | 518 { |
| 536 "cmd": [ | 519 "cmd": [ |
| 537 "python", | 520 "python", |
| 538 "-u", | 521 "-u", |
| 539 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 522 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 540 "runhooks" | 523 "runhooks" |
| 541 ], | 524 ], |
| 542 "cwd": "[SLAVE_BUILD]", | |
| 543 "env": { | 525 "env": { |
| 544 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 526 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 545 "GYP_CHROMIUM_NO_ACTION": "1", | 527 "GYP_CHROMIUM_NO_ACTION": "1", |
| 546 "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", | 528 "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", |
| 547 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 529 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 548 }, | 530 }, |
| 549 "name": "gclient runhooks (without patch)" | 531 "name": "gclient runhooks (without patch)" |
| 550 }, | 532 }, |
| 551 { | 533 { |
| 552 "cmd": [ | 534 "cmd": [ |
| 553 "python", | 535 "python", |
| 554 "-u", | 536 "-u", |
| 555 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 537 "[CWD]/src/tools/mb/mb.py", |
| 556 "gen", | 538 "gen", |
| 557 "-m", | 539 "-m", |
| 558 "tryserver.chromium.linux", | 540 "tryserver.chromium.linux", |
| 559 "-b", | 541 "-b", |
| 560 "linux_chromium_rel_ng", | 542 "linux_chromium_rel_ng", |
| 561 "--config-file", | 543 "--config-file", |
| 562 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 544 "[CWD]/src/tools/mb/mb_config.pyl", |
| 563 "--goma-dir", | 545 "--goma-dir", |
| 564 "[CACHE]/cipd/goma", | 546 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 565 "//out/Release" | 547 "//out/Release" |
| 566 ], | 548 ], |
| 567 "cwd": "[SLAVE_BUILD]", | |
| 568 "name": "generate_build_files (without patch)" | 549 "name": "generate_build_files (without patch)" |
| 569 }, | 550 }, |
| 570 { | 551 { |
| 571 "cmd": [ | 552 "cmd": [ |
| 572 "python", | 553 "python", |
| 573 "-u", | 554 "-u", |
| 574 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 555 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 575 "--show-path", | 556 "--show-path", |
| 576 "python", | 557 "python", |
| 577 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 558 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 578 "--gsutil-py-path", | 559 "--gsutil-py-path", |
| 579 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 560 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 580 "--ninja-path", | 561 "--ninja-path", |
| 581 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 562 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 582 "--target", | 563 "--target", |
| 583 "Release", | 564 "Release", |
| 584 "--src-dir", | 565 "--src-dir", |
| 585 "[SLAVE_BUILD]/src", | 566 "[CWD]/src", |
| 586 "--goma-cache-dir", | 567 "--goma-cache-dir", |
| 587 "[GOMA_CACHE]", | 568 "[ROOT]/b/build/slave/goma_cache", |
| 588 "--build-tool", | 569 "--build-tool", |
| 589 "ninja", | 570 "ninja", |
| 590 "--compiler", | 571 "--compiler", |
| 591 "goma", | 572 "goma", |
| 592 "--goma-jsonstatus", | 573 "--goma-jsonstatus", |
| 593 "/path/to/tmp/json", | 574 "/path/to/tmp/json", |
| 594 "--goma-service-account-json-file", | 575 "--goma-service-account-json-file", |
| 595 "/creds/service_accounts/service-account-goma-client.json", | 576 "/creds/service_accounts/service-account-goma-client.json", |
| 596 "--goma-dir", | 577 "--goma-dir", |
| 597 "[CACHE]/cipd/goma", | 578 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 598 "--goma-fail-fast", | 579 "--goma-fail-fast", |
| 599 "--goma-disable-local-fallback", | 580 "--goma-disable-local-fallback", |
| 600 "--ninja-ensure-up-to-date", | 581 "--ninja-ensure-up-to-date", |
| 601 "--", | 582 "--", |
| 602 "base_unittests" | 583 "base_unittests" |
| 603 ], | 584 ], |
| 604 "cwd": "[SLAVE_BUILD]", | |
| 605 "env": { | 585 "env": { |
| 606 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 586 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 607 }, | 587 }, |
| 608 "name": "compile (without patch)", | 588 "name": "compile (without patch)", |
| 609 "~followup_annotations": [ | 589 "~followup_annotations": [ |
| 610 "step returned non-zero exit code: 1", | 590 "step returned non-zero exit code: 1", |
| 611 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 591 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 612 "@@@STEP_LOG_END@json.output (invalid)@@@", | 592 "@@@STEP_LOG_END@json.output (invalid)@@@", |
| 613 "@@@STEP_LOG_LINE@exception@TypeError(\"'NoneType' object has no attribute
'__getitem__'\",)@@@", | 593 "@@@STEP_LOG_LINE@exception@TypeError(\"'NoneType' object has no attribute
'__getitem__'\",)@@@", |
| 614 "@@@STEP_LOG_END@exception@@@", | 594 "@@@STEP_LOG_END@exception@@@", |
| 615 "@@@STEP_WARNINGS@@@", | 595 "@@@STEP_WARNINGS@@@", |
| 616 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" | 596 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" |
| 617 ] | 597 ] |
| 618 }, | 598 }, |
| 619 { | 599 { |
| 620 "cmd": [ | 600 "cmd": [ |
| 621 "python", | 601 "python", |
| 622 "-u", | 602 "-u", |
| 623 "import sys; sys.exit(1)" | 603 "import sys; sys.exit(1)" |
| 624 ], | 604 ], |
| 625 "cwd": "[SLAVE_BUILD]", | |
| 626 "name": "base_unittests", | 605 "name": "base_unittests", |
| 627 "~followup_annotations": [ | 606 "~followup_annotations": [ |
| 628 "step returned non-zero exit code: 1", | 607 "step returned non-zero exit code: 1", |
| 629 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 608 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 630 "@@@STEP_FAILURE@@@", | 609 "@@@STEP_FAILURE@@@", |
| 631 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 610 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
| 632 ] | 611 ] |
| 633 }, | 612 }, |
| 634 { | 613 { |
| 635 "name": "$result", | 614 "name": "$result", |
| 636 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 615 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
| 637 "status_code": 1 | 616 "status_code": 1 |
| 638 } | 617 } |
| 639 ] | 618 ] |
| OLD | NEW |