| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/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 = None\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.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = None\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.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefo
x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins':
None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t
est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/
chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin':
None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 's
rc/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None,
'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/data/sele
nium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/test/data
': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_decoder': Non
e, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_decoder': No
ne}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url': 'svn:/
/svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", |
| 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 "--issue", | 19 "--issue", |
| 20 "12853011", | 20 "12853011", |
| 21 "--patchset", | 21 "--patchset", |
| 22 "1", | 22 "1", |
| 23 "--rietveld_server", | 23 "--rietveld_server", |
| 24 "https://codereview.chromium.org", | 24 "https://codereview.chromium.org", |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 { | 111 { |
| 112 "cmd": [ | 112 "cmd": [ |
| 113 "python", | 113 "python", |
| 114 "-u", | 114 "-u", |
| 115 "[DEPOT_TOOLS]/gclient.py", | 115 "[DEPOT_TOOLS]/gclient.py", |
| 116 "runhooks" | 116 "runhooks" |
| 117 ], | 117 ], |
| 118 "cwd": "[SLAVE_BUILD]", | 118 "cwd": "[SLAVE_BUILD]", |
| 119 "env": { | 119 "env": { |
| 120 "GYP_CHROMIUM_NO_ACTION": "1", | 120 "GYP_CHROMIUM_NO_ACTION": "1", |
| 121 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' proprietary_code
cs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1" | 121 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' internal_gles2_c
onform_tests=1 proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare
use_goma=1" |
| 122 }, | 122 }, |
| 123 "name": "gclient runhooks (with patch)" | 123 "name": "gclient runhooks (with patch)" |
| 124 }, | 124 }, |
| 125 { | 125 { |
| 126 "cmd": [ | 126 "cmd": [ |
| 127 "python", | 127 "python", |
| 128 "-u", | 128 "-u", |
| 129 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 129 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 130 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 130 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 131 "/path/to/tmp/json" | 131 "/path/to/tmp/json" |
| 132 ], | 132 ], |
| 133 "cwd": "[SLAVE_BUILD]", | 133 "cwd": "[SLAVE_BUILD]", |
| 134 "name": "read test spec", | 134 "name": "read test spec", |
| 135 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 136 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 136 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@{@@@", | 137 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 138 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", | 138 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", |
| 139 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 139 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 140 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", | 140 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 141 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 142 "@@@STEP_LOG_LINE@json.output@ }@@@", | 142 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 143 "@@@STEP_LOG_LINE@json.output@}@@@", | 143 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 144 "@@@STEP_LOG_END@json.output@@@" | 144 "@@@STEP_LOG_END@json.output@@@" |
| 145 ] | 145 ] |
| 146 }, | 146 }, |
| 147 { | 147 { |
| 148 "cmd": [ | 148 "cmd": [ |
| 149 "python", | 149 "python", |
| 150 "-u", | 150 "-u", |
| 151 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 152 "[SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json", |
| 153 "/path/to/tmp/json" |
| 154 ], |
| 155 "cwd": "[SLAVE_BUILD]", |
| 156 "name": "read test spec (2)", |
| 157 "~followup_annotations": [ |
| 158 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.gpu.json@@
@", |
| 159 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 160 "@@@STEP_LOG_END@json.output@@@" |
| 161 ] |
| 162 }, |
| 163 { |
| 164 "cmd": [ |
| 165 "python", |
| 166 "-u", |
| 151 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 167 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 152 "--output", | 168 "--output", |
| 153 "/path/to/tmp/json", | 169 "/path/to/tmp/json", |
| 154 "--", | 170 "--", |
| 155 "--build-config-fs", | 171 "--build-config-fs", |
| 156 "Release", | 172 "Release", |
| 157 "--use-src-side-runtest-py", | 173 "--use-src-side-runtest-py", |
| 158 "--paths", | 174 "--paths", |
| 159 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 175 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 160 "--properties", | 176 "--properties", |
| (...skipping 2161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2322 "python", | 2338 "python", |
| 2323 "-u", | 2339 "-u", |
| 2324 "[BUILD]/scripts/slave/bot_update.py", | 2340 "[BUILD]/scripts/slave/bot_update.py", |
| 2325 "--master", | 2341 "--master", |
| 2326 "tryserver.chromium.linux", | 2342 "tryserver.chromium.linux", |
| 2327 "--builder", | 2343 "--builder", |
| 2328 "linux_chromium_rel_ng", | 2344 "linux_chromium_rel_ng", |
| 2329 "--slave", | 2345 "--slave", |
| 2330 "TestSlavename", | 2346 "TestSlavename", |
| 2331 "--spec", | 2347 "--spec", |
| 2332 "cache_dir = None\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.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 2348 "cache_dir = None\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.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefo
x2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins':
None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/t
est/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/
chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin':
None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 's
rc/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None,
'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/data/sele
nium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/test/data
': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_decoder': Non
e, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_decoder': No
ne}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url': 'svn:/
/svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", |
| 2333 "--root", | 2349 "--root", |
| 2334 "src", | 2350 "src", |
| 2335 "--revision_mapping_file", | 2351 "--revision_mapping_file", |
| 2336 "{\"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\"}", | 2352 "{\"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\"}", |
| 2337 "--rietveld_server", | 2353 "--rietveld_server", |
| 2338 "https://codereview.chromium.org", | 2354 "https://codereview.chromium.org", |
| 2339 "--output_json", | 2355 "--output_json", |
| 2340 "/path/to/tmp/json", | 2356 "/path/to/tmp/json", |
| 2341 "--revision", | 2357 "--revision", |
| 2342 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 2358 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2400 { | 2416 { |
| 2401 "cmd": [ | 2417 "cmd": [ |
| 2402 "python", | 2418 "python", |
| 2403 "-u", | 2419 "-u", |
| 2404 "[DEPOT_TOOLS]/gclient.py", | 2420 "[DEPOT_TOOLS]/gclient.py", |
| 2405 "runhooks" | 2421 "runhooks" |
| 2406 ], | 2422 ], |
| 2407 "cwd": "[SLAVE_BUILD]", | 2423 "cwd": "[SLAVE_BUILD]", |
| 2408 "env": { | 2424 "env": { |
| 2409 "GYP_CHROMIUM_NO_ACTION": "1", | 2425 "GYP_CHROMIUM_NO_ACTION": "1", |
| 2410 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' proprietary_code
cs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1" | 2426 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' internal_gles2_c
onform_tests=1 proprietary_codecs=1 target_arch=x64 test_isolation_mode=prepare
use_goma=1" |
| 2411 }, | 2427 }, |
| 2412 "name": "gclient runhooks (without patch)" | 2428 "name": "gclient runhooks (without patch)" |
| 2413 }, | 2429 }, |
| 2414 { | 2430 { |
| 2415 "cmd": [ | 2431 "cmd": [ |
| 2416 "python", | 2432 "python", |
| 2417 "-u", | 2433 "-u", |
| 2418 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 2434 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 2419 "gen", | 2435 "gen", |
| 2420 "-m", | 2436 "-m", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2477 "@@@STEP_FAILURE@@@", | 2493 "@@@STEP_FAILURE@@@", |
| 2478 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 2494 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
| 2479 ] | 2495 ] |
| 2480 }, | 2496 }, |
| 2481 { | 2497 { |
| 2482 "name": "$result", | 2498 "name": "$result", |
| 2483 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 2499 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
| 2484 "status_code": 1 | 2500 "status_code": 1 |
| 2485 } | 2501 } |
| 2486 ] | 2502 ] |
| OLD | NEW |