| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\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", |
| 7 "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 8 "511" |
| 9 ], |
| 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 21 "@@@STEP_LOG_END@python.inline@@@" |
| 22 ] |
| 23 }, |
| 24 { |
| 25 "cmd": [ |
| 26 "python", |
| 27 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 29 "--master", |
| 8 "client.v8.fyi", | 30 "client.v8.fyi", |
| 9 "--builder", | 31 "--builder", |
| 10 "V8-Blink Linux 64", | 32 "V8-Blink Linux 64", |
| 11 "--slave", | 33 "--slave", |
| 12 "TestSlavename", | 34 "TestSlavename", |
| 13 "--spec", | 35 "--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'}]", | 36 "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", | 37 "--root", |
| 16 "src", | 38 "src", |
| 17 "--revision_mapping_file", | 39 "--revision_mapping_file", |
| 18 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis
ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\":
\"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s
rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_
revision\"}", | 40 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis
ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\":
\"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s
rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_
revision\"}", |
| 19 "--git-cache-dir", | 41 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 21 "--output_json", | 43 "--output_json", |
| 22 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
| 23 "--revision", | 45 "--revision", |
| 24 "src@HEAD", | 46 "src@HEAD", |
| 25 "--revision", | 47 "--revision", |
| 26 "src/v8@20123", | 48 "src/v8@20123", |
| 27 "--force", | 49 "--force", |
| 28 "--output_manifest" | 50 "--output_manifest" |
| 29 ], | 51 ], |
| 52 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 30 "env": { | 53 "env": { |
| 31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 32 }, | 55 }, |
| 33 "name": "bot_update", | 56 "name": "bot_update", |
| 34 "~followup_annotations": [ | 57 "~followup_annotations": [ |
| 35 "@@@STEP_TEXT@Some step text@@@", | 58 "@@@STEP_TEXT@Some step text@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@{@@@", | 59 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 "cmd": [ | 134 "cmd": [ |
| 112 "python", | 135 "python", |
| 113 "-u", | 136 "-u", |
| 114 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 137 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 115 "runhooks" | 138 "runhooks" |
| 116 ], | 139 ], |
| 117 "cwd": "[SLAVE_BUILD]/src", | 140 "cwd": "[SLAVE_BUILD]/src", |
| 118 "env": { | 141 "env": { |
| 119 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 142 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 120 "GYP_CHROMIUM_NO_ACTION": "1", | 143 "GYP_CHROMIUM_NO_ACTION": "1", |
| 121 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", | 144 "GYP_DEFINES": "component=static_library gomadir='RECIPE_PACKAGE_REPO[buil
d]/goma' target_arch=x64 use_goma=1", |
| 122 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 145 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 123 }, | 146 }, |
| 124 "name": "gclient runhooks" | 147 "name": "gclient runhooks" |
| 125 }, | 148 }, |
| 126 { | 149 { |
| 127 "cmd": [ | 150 "cmd": [ |
| 128 "python", | 151 "python", |
| 129 "-u", | 152 "-u", |
| 130 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 153 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 131 "gen", | 154 "gen", |
| 132 "-m", | 155 "-m", |
| 133 "client.v8.fyi", | 156 "client.v8.fyi", |
| 134 "-b", | 157 "-b", |
| 135 "V8-Blink Linux 64", | 158 "V8-Blink Linux 64", |
| 136 "--config-file", | 159 "--config-file", |
| 137 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 160 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 138 "--goma-dir", | 161 "--goma-dir", |
| 139 "[BUILD]/goma", | 162 "RECIPE_PACKAGE_REPO[build]/goma", |
| 140 "//out/Release" | 163 "//out/Release" |
| 141 ], | 164 ], |
| 142 "cwd": "[SLAVE_BUILD]/src", | 165 "cwd": "[SLAVE_BUILD]/src", |
| 143 "env": { | 166 "env": { |
| 144 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 145 }, | 168 }, |
| 146 "name": "generate_build_files (with patch)" | 169 "name": "generate_build_files (with patch)" |
| 147 }, | 170 }, |
| 148 { | 171 { |
| 149 "cmd": [ | 172 "cmd": [ |
| 150 "python", | 173 "python", |
| 151 "-u", | 174 "-u", |
| 152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 175 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 153 "--show-path", | 176 "--show-path", |
| 154 "python", | 177 "python", |
| 155 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 178 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 156 "--gsutil-py-path", | 179 "--gsutil-py-path", |
| 157 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 180 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 158 "--ninja-path", | 181 "--ninja-path", |
| 159 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 182 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 160 "--target", | 183 "--target", |
| 161 "Release", | 184 "Release", |
| 162 "--src-dir", | 185 "--src-dir", |
| 163 "[SLAVE_BUILD]/src", | 186 "[SLAVE_BUILD]/src", |
| 164 "--goma-cache-dir", | 187 "--goma-cache-dir", |
| 165 "[GOMA_CACHE]", | 188 "[GOMA_CACHE]", |
| 189 "--goma-deps-cache-dir", |
| 190 "[GOMA_DEPS_CACHE]", |
| 166 "--compiler", | 191 "--compiler", |
| 167 "goma", | 192 "goma", |
| 168 "--goma-jsonstatus", | 193 "--goma-jsonstatus", |
| 169 "/path/to/tmp/json", | 194 "/path/to/tmp/json", |
| 170 "--goma-service-account-json-file", | 195 "--goma-service-account-json-file", |
| 171 "/creds/service_accounts/service-account-goma-client.json", | 196 "/creds/service_accounts/service-account-goma-client.json", |
| 172 "--goma-dir", | 197 "--goma-dir", |
| 173 "[BUILD]/goma", | 198 "RECIPE_PACKAGE_REPO[build]/goma", |
| 174 "--", | 199 "--", |
| 175 "blink_tests" | 200 "blink_tests" |
| 176 ], | 201 ], |
| 202 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 177 "env": { | 203 "env": { |
| 178 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 179 }, | 205 }, |
| 180 "name": "compile (with patch)", | 206 "name": "compile (with patch)", |
| 181 "~followup_annotations": [ | 207 "~followup_annotations": [ |
| 182 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 183 "@@@STEP_LOG_END@json.output (invalid)@@@" | 209 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 184 ] | 210 ] |
| 185 }, | 211 }, |
| 186 { | 212 { |
| 187 "cmd": [ | 213 "cmd": [ |
| 188 "python", | 214 "python", |
| 189 "-u", | 215 "-u", |
| 190 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 216 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 191 "--target", | 217 "--target", |
| 192 "Release", | 218 "Release", |
| 193 "--xvfb", | 219 "--xvfb", |
| 194 "--factory-properties", | 220 "--factory-properties", |
| 195 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 221 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
| 196 "--build-properties", | 222 "--build-properties", |
| 197 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 223 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
| 198 "--step-name=webkit_unit_tests", | 224 "--step-name=webkit_unit_tests", |
| 199 "--builder-name=V8-Blink Linux 64", | 225 "--builder-name=V8-Blink Linux 64", |
| 200 "--slave-name=TestSlavename", | 226 "--slave-name=TestSlavename", |
| 201 "--build-number=571", | 227 "--build-number=571", |
| 202 "webkit_unit_tests" | 228 "webkit_unit_tests" |
| 203 ], | 229 ], |
| 230 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 204 "name": "webkit_unit_tests" | 231 "name": "webkit_unit_tests" |
| 205 }, | 232 }, |
| 206 { | 233 { |
| 207 "cmd": [ | 234 "cmd": [ |
| 208 "python", | 235 "python", |
| 209 "-u", | 236 "-u", |
| 210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 237 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 211 "--target", | 238 "--target", |
| 212 "Release", | 239 "Release", |
| 213 "--no-xvfb", | 240 "--no-xvfb", |
| 214 "--factory-properties", | 241 "--factory-properties", |
| 215 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 242 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
| 216 "--build-properties", | 243 "--build-properties", |
| 217 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 244 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
| 218 "--step-name=webkit_tests (with patch)", | 245 "--step-name=webkit_tests (with patch)", |
| 219 "--builder-name=V8-Blink Linux 64", | 246 "--builder-name=V8-Blink Linux 64", |
| 220 "--slave-name=TestSlavename", | 247 "--slave-name=TestSlavename", |
| 221 "--build-number=571", | 248 "--build-number=571", |
| 222 "--run-python-script", | 249 "--run-python-script", |
| 223 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, | 250 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, |
| 224 "--target", | 251 "--target", |
| 225 "Release", | 252 "Release", |
| 226 "-o", | 253 "-o", |
| 227 "[SLAVE_BUILD]/layout-test-results", | 254 "[SLAVE_BUILD]/layout-test-results", |
| 228 "--build-dir", | 255 "--build-dir", |
| 229 "[SLAVE_BUILD]/src/out", | 256 "[SLAVE_BUILD]/src/out", |
| 230 "--json-test-results", | 257 "--json-test-results", |
| 231 "/path/to/tmp/json", | 258 "/path/to/tmp/json", |
| 232 "--test-results-server", | 259 "--test-results-server", |
| 233 "test-results.appspot.com", | 260 "test-results.appspot.com", |
| 234 "--build-number", | 261 "--build-number", |
| 235 "571", | 262 "571", |
| 236 "--builder-name", | 263 "--builder-name", |
| 237 "V8-Blink Linux 64", | 264 "V8-Blink Linux 64", |
| 238 "--step-name", | 265 "--step-name", |
| 239 "webkit_tests (with patch)", | 266 "webkit_tests (with patch)", |
| 240 "--no-pixel-tests", | 267 "--no-pixel-tests", |
| 241 "--additional-expectations", | 268 "--additional-expectations", |
| 242 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations" | 269 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations" |
| 243 ], | 270 ], |
| 271 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 244 "name": "webkit_tests (with patch)", | 272 "name": "webkit_tests (with patch)", |
| 245 "~followup_annotations": [ | 273 "~followup_annotations": [ |
| 246 "step returned non-zero exit code: 5", | 274 "step returned non-zero exit code: 5", |
| 247 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall
y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br
/>bad/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/><b
r/>Total executed: 9001<br/>@@@", | 275 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall
y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br
/>bad/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/><b
r/>Total executed: 9001<br/>@@@", |
| 248 "@@@STEP_FAILURE@@@" | 276 "@@@STEP_FAILURE@@@" |
| 249 ] | 277 ] |
| 250 }, | 278 }, |
| 251 { | 279 { |
| 252 "cmd": [ | 280 "cmd": [ |
| 253 "python", | 281 "python", |
| 254 "-u", | 282 "-u", |
| 255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", | 283 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res
ults.py", |
| 256 "--results-dir", | 284 "--results-dir", |
| 257 "[SLAVE_BUILD]/layout-test-results", | 285 "[SLAVE_BUILD]/layout-test-results", |
| 258 "--build-dir", | 286 "--build-dir", |
| 259 "[SLAVE_BUILD]/src/out", | 287 "[SLAVE_BUILD]/src/out", |
| 260 "--build-number", | 288 "--build-number", |
| 261 "571", | 289 "571", |
| 262 "--builder-name", | 290 "--builder-name", |
| 263 "V8-Blink Linux 64", | 291 "V8-Blink Linux 64", |
| 264 "--gs-bucket", | 292 "--gs-bucket", |
| 265 "gs://chromium-layout-test-archives", | 293 "gs://chromium-layout-test-archives", |
| 266 "--staging-dir", | 294 "--staging-dir", |
| 267 "[CACHE]/chrome_staging" | 295 "[CACHE]/chrome_staging" |
| 268 ], | 296 ], |
| 297 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 269 "name": "archive_webkit_tests_results", | 298 "name": "archive_webkit_tests_results", |
| 270 "~followup_annotations": [ | 299 "~followup_annotations": [ |
| 271 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@", | 300 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@", |
| 272 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@" | 301 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@" |
| 273 ] | 302 ] |
| 274 }, | 303 }, |
| 275 { | 304 { |
| 276 "cmd": [ | 305 "cmd": [ |
| 277 "python", | 306 "python", |
| 278 "-u", | 307 "-u", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 291 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis
ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\":
\"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s
rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_
revision\"}", | 320 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis
ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\":
\"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s
rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_
revision\"}", |
| 292 "--git-cache-dir", | 321 "--git-cache-dir", |
| 293 "[GIT_CACHE]", | 322 "[GIT_CACHE]", |
| 294 "--output_json", | 323 "--output_json", |
| 295 "/path/to/tmp/json", | 324 "/path/to/tmp/json", |
| 296 "--revision", | 325 "--revision", |
| 297 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 326 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 298 "--force", | 327 "--force", |
| 299 "--output_manifest" | 328 "--output_manifest" |
| 300 ], | 329 ], |
| 330 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 301 "env": { | 331 "env": { |
| 302 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 332 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 303 }, | 333 }, |
| 304 "name": "bot_update (2)", | 334 "name": "bot_update (2)", |
| 305 "~followup_annotations": [ | 335 "~followup_annotations": [ |
| 306 "@@@STEP_TEXT@Some step text@@@", | 336 "@@@STEP_TEXT@Some step text@@@", |
| 307 "@@@STEP_LOG_LINE@json.output@{@@@", | 337 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 308 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 338 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 309 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 339 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 310 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", | 340 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 "-u", | 399 "-u", |
| 370 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 400 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 371 "gen", | 401 "gen", |
| 372 "-m", | 402 "-m", |
| 373 "client.v8.fyi", | 403 "client.v8.fyi", |
| 374 "-b", | 404 "-b", |
| 375 "V8-Blink Linux 64", | 405 "V8-Blink Linux 64", |
| 376 "--config-file", | 406 "--config-file", |
| 377 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 407 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 378 "--goma-dir", | 408 "--goma-dir", |
| 379 "[BUILD]/goma", | 409 "RECIPE_PACKAGE_REPO[build]/goma", |
| 380 "//out/Release" | 410 "//out/Release" |
| 381 ], | 411 ], |
| 382 "cwd": "[SLAVE_BUILD]/src", | 412 "cwd": "[SLAVE_BUILD]/src", |
| 383 "env": { | 413 "env": { |
| 384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 414 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 385 }, | 415 }, |
| 386 "name": "generate_build_files (without patch)" | 416 "name": "generate_build_files (without patch)" |
| 387 }, | 417 }, |
| 388 { | 418 { |
| 389 "cmd": [ | 419 "cmd": [ |
| 390 "python", | 420 "python", |
| 391 "-u", | 421 "-u", |
| 392 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 422 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 393 "--show-path", | 423 "--show-path", |
| 394 "python", | 424 "python", |
| 395 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 425 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 396 "--gsutil-py-path", | 426 "--gsutil-py-path", |
| 397 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 427 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 398 "--ninja-path", | 428 "--ninja-path", |
| 399 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 429 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 400 "--target", | 430 "--target", |
| 401 "Release", | 431 "Release", |
| 402 "--src-dir", | 432 "--src-dir", |
| 403 "[SLAVE_BUILD]/src", | 433 "[SLAVE_BUILD]/src", |
| 404 "--goma-cache-dir", | 434 "--goma-cache-dir", |
| 405 "[GOMA_CACHE]", | 435 "[GOMA_CACHE]", |
| 436 "--goma-deps-cache-dir", |
| 437 "[GOMA_DEPS_CACHE]", |
| 406 "--compiler", | 438 "--compiler", |
| 407 "goma", | 439 "goma", |
| 408 "--goma-jsonstatus", | 440 "--goma-jsonstatus", |
| 409 "/path/to/tmp/json", | 441 "/path/to/tmp/json", |
| 410 "--goma-service-account-json-file", | 442 "--goma-service-account-json-file", |
| 411 "/creds/service_accounts/service-account-goma-client.json", | 443 "/creds/service_accounts/service-account-goma-client.json", |
| 412 "--goma-dir", | 444 "--goma-dir", |
| 413 "[BUILD]/goma", | 445 "RECIPE_PACKAGE_REPO[build]/goma", |
| 414 "--", | 446 "--", |
| 415 "blink_tests" | 447 "blink_tests" |
| 416 ], | 448 ], |
| 449 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 417 "env": { | 450 "env": { |
| 418 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 451 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 419 }, | 452 }, |
| 420 "name": "compile (without patch)", | 453 "name": "compile (without patch)", |
| 421 "~followup_annotations": [ | 454 "~followup_annotations": [ |
| 422 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 455 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 423 "@@@STEP_LOG_END@json.output (invalid)@@@" | 456 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 424 ] | 457 ] |
| 425 }, | 458 }, |
| 426 { | 459 { |
| 427 "cmd": [ | 460 "cmd": [ |
| 428 "python", | 461 "python", |
| 429 "-u", | 462 "-u", |
| 430 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 463 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 431 "--target", | 464 "--target", |
| 432 "Release", | 465 "Release", |
| 433 "--no-xvfb", | 466 "--no-xvfb", |
| 434 "--factory-properties", | 467 "--factory-properties", |
| 435 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 468 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
| 436 "--build-properties", | 469 "--build-properties", |
| 437 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"recipe\": \"blink_downstream\", \"revision\": \"20123\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 470 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl
ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \
"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t
o/workdir/TestSlavename\"}", |
| 438 "--step-name=webkit_tests (without patch)", | 471 "--step-name=webkit_tests (without patch)", |
| 439 "--builder-name=V8-Blink Linux 64", | 472 "--builder-name=V8-Blink Linux 64", |
| 440 "--slave-name=TestSlavename", | 473 "--slave-name=TestSlavename", |
| 441 "--build-number=571", | 474 "--build-number=571", |
| 442 "--run-python-script", | 475 "--run-python-script", |
| 443 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, | 476 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py"
, |
| 444 "--target", | 477 "--target", |
| 445 "Release", | 478 "Release", |
| 446 "-o", | 479 "-o", |
| 447 "[SLAVE_BUILD]/layout-test-results", | 480 "[SLAVE_BUILD]/layout-test-results", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 458 "--step-name", | 491 "--step-name", |
| 459 "webkit_tests (without patch)", | 492 "webkit_tests (without patch)", |
| 460 "--no-pixel-tests", | 493 "--no-pixel-tests", |
| 461 "--additional-expectations", | 494 "--additional-expectations", |
| 462 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations", | 495 "[SLAVE_BUILD]/src/v8/tools/blink_tests/TestExpectations", |
| 463 "--test-list", | 496 "--test-list", |
| 464 "bad/totally-bad-probably.html\ntricky/totally-maybe-not-awesome.html", | 497 "bad/totally-bad-probably.html\ntricky/totally-maybe-not-awesome.html", |
| 465 "--skipped", | 498 "--skipped", |
| 466 "always" | 499 "always" |
| 467 ], | 500 ], |
| 501 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 468 "name": "webkit_tests (without patch)", | 502 "name": "webkit_tests (without patch)", |
| 469 "~followup_annotations": [ | 503 "~followup_annotations": [ |
| 470 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 504 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 471 ] | 505 ] |
| 472 }, | 506 }, |
| 473 { | 507 { |
| 474 "cmd": [ | 508 "cmd": [ |
| 475 "python", | 509 "python", |
| 476 "-u", | 510 "-u", |
| 477 "import sys; sys.exit(1)" | 511 "import sys; sys.exit(1)" |
| 478 ], | 512 ], |
| 513 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 479 "name": "webkit_tests (retry summary)", | 514 "name": "webkit_tests (retry summary)", |
| 480 "~followup_annotations": [ | 515 "~followup_annotations": [ |
| 481 "step returned non-zero exit code: 1", | 516 "step returned non-zero exit code: 1", |
| 482 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/
totally-maybe-not-awesome.html<br/>@@@", | 517 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/
totally-maybe-not-awesome.html<br/>@@@", |
| 483 "@@@STEP_FAILURE@@@" | 518 "@@@STEP_FAILURE@@@" |
| 484 ] | 519 ] |
| 485 }, | 520 }, |
| 486 { | 521 { |
| 487 "name": "$result", | 522 "name": "$result", |
| 488 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 523 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
| 489 "recipe_result": null, | 524 "recipe_result": null, |
| 490 "status_code": 1 | 525 "status_code": 1 |
| 491 } | 526 } |
| 492 ] | 527 ] |
| OLD | NEW |