| 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.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_perf_bisector", | 10 "linux_perf_bisector", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {
'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/da
ta/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchp
lugins': None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/
test/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private': None, 'sr
c/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/d
ata/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, '
src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_c
ycler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 's
rc/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/w
ebkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/
webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': '
src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/
src-internal'}]", | 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'}, {'custom_deps': {'src/chrome/test/da
ta/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchp
lugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src
/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': No
ne, '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, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_tes
t': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/
data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/
test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_deco
der': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_dec
oder': None}, '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 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@HEAD", | 24 "src@HEAD", |
| 25 "--output_manifest" | 25 "--output_manifest" |
| 26 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", |
| 27 "env": { | 28 "env": { |
| 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 29 }, | 30 }, |
| 30 "name": "bot_update", | 31 "name": "bot_update", |
| 31 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 32 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 33 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 91 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 92 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 93 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 94 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 95 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 96 ] | 97 ] |
| 97 }, | 98 }, |
| 98 { | 99 { |
| 99 "cmd": [], | 100 "cmd": [], |
| 101 "cwd": "[SLAVE_BUILD]", |
| 100 "name": "ensure_goma" | 102 "name": "ensure_goma" |
| 101 }, | 103 }, |
| 102 { | 104 { |
| 103 "cmd": [ | 105 "cmd": [ |
| 104 "python", | 106 "python", |
| 105 "-u", | 107 "-u", |
| 106 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 108 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 107 "--platform", | 109 "--platform", |
| 108 "linux-amd64", | 110 "linux-amd64", |
| 109 "--dest-directory", | 111 "--dest-directory", |
| 110 "[CWD]/cipd", | 112 "[SLAVE_BUILD]/cipd", |
| 111 "--json-output", | 113 "--json-output", |
| 112 "/path/to/tmp/json" | 114 "/path/to/tmp/json" |
| 113 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]", |
| 114 "name": "ensure_goma.install cipd", | 117 "name": "ensure_goma.install cipd", |
| 115 "~followup_annotations": [ | 118 "~followup_annotations": [ |
| 116 "@@@STEP_NEST_LEVEL@1@@@", | 119 "@@@STEP_NEST_LEVEL@1@@@", |
| 117 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 120 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 118 "@@@STEP_LOG_LINE@json.output@{@@@", | 121 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 119 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 122 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 120 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 121 "@@@STEP_LOG_LINE@json.output@}@@@", | 124 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 122 "@@@STEP_LOG_END@json.output@@@" | 125 "@@@STEP_LOG_END@json.output@@@" |
| 123 ] | 126 ] |
| 124 }, | 127 }, |
| 125 { | 128 { |
| 126 "cmd": [ | 129 "cmd": [ |
| 127 "fake_slave_build/cipd", | 130 "[SLAVE_BUILD]/cipd/cipd", |
| 128 "ensure", | 131 "ensure", |
| 129 "--root", | 132 "--root", |
| 130 "[ROOT]/b/build/slave/cache/cipd/goma", | 133 "[CACHE]/cipd/goma", |
| 131 "--list", | 134 "--list", |
| 132 "infra_internal/goma/client/linux-amd64 release", | 135 "infra_internal/goma/client/linux-amd64 release", |
| 133 "--json-output", | 136 "--json-output", |
| 134 "/path/to/tmp/json", | 137 "/path/to/tmp/json", |
| 135 "--service-account-json", | 138 "--service-account-json", |
| 136 "/creds/service_accounts/service-account-goma-client.json" | 139 "/creds/service_accounts/service-account-goma-client.json" |
| 137 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]", |
| 138 "name": "ensure_goma.ensure_installed", | 142 "name": "ensure_goma.ensure_installed", |
| 139 "~followup_annotations": [ | 143 "~followup_annotations": [ |
| 140 "@@@STEP_NEST_LEVEL@1@@@", | 144 "@@@STEP_NEST_LEVEL@1@@@", |
| 141 "@@@STEP_LOG_LINE@json.output@{@@@", | 145 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 142 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 143 "@@@STEP_LOG_LINE@json.output@ {@@@", | 147 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 144 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 145 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 146 "@@@STEP_LOG_LINE@json.output@ }@@@", | 150 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 147 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 151 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 148 "@@@STEP_LOG_LINE@json.output@}@@@", | 152 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 149 "@@@STEP_LOG_END@json.output@@@" | 153 "@@@STEP_LOG_END@json.output@@@" |
| 150 ] | 154 ] |
| 151 }, | 155 }, |
| 152 { | 156 { |
| 153 "cmd": [ | 157 "cmd": [ |
| 154 "python", | 158 "python", |
| 155 "-u", | 159 "-u", |
| 156 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 160 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 157 "runhooks" | 161 "runhooks" |
| 158 ], | 162 ], |
| 163 "cwd": "[SLAVE_BUILD]", |
| 159 "env": { | 164 "env": { |
| 160 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 161 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[ROOT]/b/build/slave/cache/cipd/goma' target_arch=x64 use_goma=1", | 166 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
| 162 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 167 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 163 }, | 168 }, |
| 164 "name": "gclient runhooks" | 169 "name": "gclient runhooks" |
| 165 }, | 170 }, |
| 166 { | 171 { |
| 167 "cmd": [ | 172 "cmd": [ |
| 168 "python", | 173 "python", |
| 169 "-u", | 174 "-u", |
| 170 "[CWD]/src/testing/scripts/get_compile_targets.py", | 175 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 171 "--output", | 176 "--output", |
| 172 "/path/to/tmp/json", | 177 "/path/to/tmp/json", |
| 173 "--", | 178 "--", |
| 174 "--build-config-fs", | 179 "--build-config-fs", |
| 175 "Release", | 180 "Release", |
| 176 "--paths", | 181 "--paths", |
| 177 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 182 "{\"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\"}", |
| 178 "--properties", | 183 "--properties", |
| 179 "{\"buildername\": \"linux_perf_bisector\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_
platform\": \"linux\"}" | 184 "{\"buildername\": \"linux_perf_bisector\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_
platform\": \"linux\"}" |
| 180 ], | 185 ], |
| 186 "cwd": "[SLAVE_BUILD]", |
| 181 "name": "get compile targets for scripts", | 187 "name": "get compile targets for scripts", |
| 182 "~followup_annotations": [ | 188 "~followup_annotations": [ |
| 183 "@@@STEP_LOG_LINE@json.output@{}@@@", | 189 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 184 "@@@STEP_LOG_END@json.output@@@" | 190 "@@@STEP_LOG_END@json.output@@@" |
| 185 ] | 191 ] |
| 186 }, | 192 }, |
| 187 { | 193 { |
| 188 "cmd": [ | 194 "cmd": [ |
| 189 "python", | 195 "python", |
| 190 "-u", | 196 "-u", |
| 191 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 197 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 192 "[CWD]/src/testing/buildbot/tryserver.chromium.perf.json", | 198 "[SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.perf.json", |
| 193 "/path/to/tmp/json" | 199 "/path/to/tmp/json" |
| 194 ], | 200 ], |
| 201 "cwd": "[SLAVE_BUILD]", |
| 195 "name": "read test spec", | 202 "name": "read test spec", |
| 196 "~followup_annotations": [ | 203 "~followup_annotations": [ |
| 197 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/tryserver.chromium.perf.jso
n@@@", | 204 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.
perf.json@@@", |
| 198 "@@@STEP_LOG_LINE@json.output@{}@@@", | 205 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 199 "@@@STEP_LOG_END@json.output@@@" | 206 "@@@STEP_LOG_END@json.output@@@" |
| 200 ] | 207 ] |
| 201 }, | 208 }, |
| 202 { | 209 { |
| 203 "cmd": [ | 210 "cmd": [ |
| 204 "git", | 211 "git", |
| 205 "update-ref", | 212 "update-ref", |
| 206 "refs/heads/master", | 213 "refs/heads/master", |
| 207 "refs/remotes/origin/master" | 214 "refs/remotes/origin/master" |
| 208 ], | 215 ], |
| 209 "cwd": "[CWD]/src", | 216 "cwd": "[SLAVE_BUILD]/src", |
| 210 "name": "git update-ref" | 217 "name": "git update-ref" |
| 211 }, | 218 }, |
| 212 { | 219 { |
| 213 "cmd": [ | 220 "cmd": [ |
| 214 "git", | 221 "git", |
| 215 "checkout", | 222 "checkout", |
| 216 "master" | 223 "master" |
| 217 ], | 224 ], |
| 218 "cwd": "[CWD]/src", | 225 "cwd": "[SLAVE_BUILD]/src", |
| 219 "name": "git checkout" | 226 "name": "git checkout" |
| 220 }, | 227 }, |
| 221 { | 228 { |
| 222 "cmd": [], | 229 "cmd": [], |
| 230 "cwd": "[SLAVE_BUILD]", |
| 223 "name": "config", | 231 "name": "config", |
| 224 "~followup_annotations": [ | 232 "~followup_annotations": [ |
| 225 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", | 233 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", |
| 226 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"306478\",
@@@", | 234 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"306478\",
@@@", |
| 227 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"425582\", @@@", | 235 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"425582\", @@@", |
| 228 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g
olo.chromium.org\", @@@", | 236 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g
olo.chromium.org\", @@@", |
| 229 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @
@@", | 237 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @
@@", |
| 230 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": true,
@@@", | 238 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": true,
@@@", |
| 231 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"tools/perf/run
_benchmark -v --browser=release page_cycler.intl_ar_fa_he\", @@@", | 239 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"tools/perf/run
_benchmark -v --browser=release page_cycler.intl_ar_fa_he\", @@@", |
| 232 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": true, @@@", | 240 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": true, @@@", |
| 233 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_initial_confidence\":
\"95\", @@@", | 241 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_initial_confidence\":
\"95\", @@@", |
| 234 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": true, @@
@", | 242 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": true, @@
@", |
| 235 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"306475\"
, @@@", | 243 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"306475\"
, @@@", |
| 236 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\
", @@@", | 244 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\
", @@@", |
| 237 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\",
@@@", | 245 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\",
@@@", |
| 238 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"warm_times/page
_load_time\", @@@", | 246 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"warm_times/page
_load_time\", @@@", |
| 239 "@@@STEP_LOG_LINE@Bisect job configuration@ \"poll_sleep\": 0, @@@", | 247 "@@@STEP_LOG_LINE@Bisect job configuration@ \"poll_sleep\": 0, @@@", |
| 240 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@"
, | 248 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@"
, |
| 241 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", | 249 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", |
| 242 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", | 250 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", |
| 243 "@@@STEP_LOG_END@Bisect job configuration@@@" | 251 "@@@STEP_LOG_END@Bisect job configuration@@@" |
| 244 ] | 252 ] |
| 245 }, | 253 }, |
| 246 { | 254 { |
| 247 "cmd": [], | 255 "cmd": [], |
| 256 "cwd": "[SLAVE_BUILD]", |
| 248 "name": "Resolving reference range" | 257 "name": "Resolving reference range" |
| 249 }, | 258 }, |
| 250 { | 259 { |
| 251 "cmd": [ | 260 "cmd": [ |
| 252 "python", | 261 "python", |
| 253 "-u", | 262 "-u", |
| 254 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", | 263 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", |
| 255 "get_numbering", | 264 "get_numbering", |
| 256 "--params-file", | 265 "--params-file", |
| 257 "{\"number\": 306478, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", | 266 "{\"number\": 306478, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", |
| 258 "--attempts", | 267 "--attempts", |
| 259 "3" | 268 "3" |
| 260 ], | 269 ], |
| 270 "cwd": "[SLAVE_BUILD]", |
| 261 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306478}", | 271 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306478}", |
| 262 "stdout": "/path/to/tmp/json", | 272 "stdout": "/path/to/tmp/json", |
| 263 "~followup_annotations": [ | 273 "~followup_annotations": [ |
| 264 "@@@STEP_NEST_LEVEL@1@@@", | 274 "@@@STEP_NEST_LEVEL@1@@@", |
| 265 "@@@STEP_LOG_LINE@json.output@{@@@", | 275 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 266 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4
5b0ad64222222\"@@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4
5b0ad64222222\"@@@", |
| 267 "@@@STEP_LOG_LINE@json.output@}@@@", | 277 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 268 "@@@STEP_LOG_END@json.output@@@" | 278 "@@@STEP_LOG_END@json.output@@@" |
| 269 ] | 279 ] |
| 270 }, | 280 }, |
| 271 { | 281 { |
| 272 "cmd": [ | 282 "cmd": [ |
| 273 "python", | 283 "python", |
| 274 "-u", | 284 "-u", |
| 275 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", | 285 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", |
| 276 "get_numbering", | 286 "get_numbering", |
| 277 "--params-file", | 287 "--params-file", |
| 278 "{\"number\": 306475, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", | 288 "{\"number\": 306475, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", |
| 279 "--attempts", | 289 "--attempts", |
| 280 "3" | 290 "3" |
| 281 ], | 291 ], |
| 292 "cwd": "[SLAVE_BUILD]", |
| 282 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306475}", | 293 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306475}", |
| 283 "stdout": "/path/to/tmp/json", | 294 "stdout": "/path/to/tmp/json", |
| 284 "~followup_annotations": [ | 295 "~followup_annotations": [ |
| 285 "@@@STEP_NEST_LEVEL@1@@@", | 296 "@@@STEP_NEST_LEVEL@1@@@", |
| 286 "@@@STEP_LOG_LINE@json.output@{@@@", | 297 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"e28dc0d49c331def2a3bbf3ddd0
096eb51551155\"@@@", | 298 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"e28dc0d49c331def2a3bbf3ddd0
096eb51551155\"@@@", |
| 288 "@@@STEP_LOG_LINE@json.output@}@@@", | 299 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 289 "@@@STEP_LOG_END@json.output@@@" | 300 "@@@STEP_LOG_END@json.output@@@" |
| 290 ] | 301 ] |
| 291 }, | 302 }, |
| 292 { | 303 { |
| 293 "cmd": [ | 304 "cmd": [ |
| 294 "python", | 305 "python", |
| 295 "-u", | 306 "-u", |
| 296 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", | 307 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", |
| 297 "DEPS", | 308 "DEPS", |
| 298 "--commit", | 309 "--commit", |
| 299 "a6298e4afedbf2cd461755ea6f45b0ad64222222" | 310 "a6298e4afedbf2cd461755ea6f45b0ad64222222" |
| 300 ], | 311 ], |
| 312 "cwd": "[SLAVE_BUILD]", |
| 301 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0
ad64222222:DEPS", | 313 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0
ad64222222:DEPS", |
| 302 "stdout": "/path/to/tmp/", | 314 "stdout": "/path/to/tmp/", |
| 303 "~followup_annotations": [ | 315 "~followup_annotations": [ |
| 304 "@@@STEP_NEST_LEVEL@1@@@", | 316 "@@@STEP_NEST_LEVEL@1@@@", |
| 305 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", | 317 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", |
| 306 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@", | 318 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@", |
| 307 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", | 319 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", |
| 308 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" | 320 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" |
| 309 ] | 321 ] |
| 310 }, | 322 }, |
| 311 { | 323 { |
| 312 "cmd": [ | 324 "cmd": [ |
| 313 "python", | 325 "python", |
| 314 "-u", | 326 "-u", |
| 315 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", | 327 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", |
| 316 "DEPS", | 328 "DEPS", |
| 317 "--commit", | 329 "--commit", |
| 318 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" | 330 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" |
| 319 ], | 331 ], |
| 332 "cwd": "[SLAVE_BUILD]", |
| 320 "name": "Resolving reference range.fetch file e28dc0d49c331def2a3bbf3ddd0096
eb51551155:DEPS", | 333 "name": "Resolving reference range.fetch file e28dc0d49c331def2a3bbf3ddd0096
eb51551155:DEPS", |
| 321 "stdout": "/path/to/tmp/", | 334 "stdout": "/path/to/tmp/", |
| 322 "~followup_annotations": [ | 335 "~followup_annotations": [ |
| 323 "@@@STEP_NEST_LEVEL@1@@@", | 336 "@@@STEP_NEST_LEVEL@1@@@", |
| 324 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", | 337 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", |
| 325 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", | 338 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", |
| 326 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", | 339 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", |
| 327 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" | 340 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" |
| 328 ] | 341 ] |
| 329 }, | 342 }, |
| 330 { | 343 { |
| 331 "cmd": [], | 344 "cmd": [], |
| 345 "cwd": "[SLAVE_BUILD]", |
| 332 "name": "Expanding revision range" | 346 "name": "Expanding revision range" |
| 333 }, | 347 }, |
| 334 { | 348 { |
| 335 "cmd": [ | 349 "cmd": [ |
| 336 "python", | 350 "python", |
| 337 "-u", | 351 "-u", |
| 338 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p
y", | 352 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p
y", |
| 339 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 353 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
| 340 "a6298e4afedbf2cd461755ea6f45b0ad64222222", | 354 "a6298e4afedbf2cd461755ea6f45b0ad64222222", |
| 341 "https://chromium.googlesource.com/chromium/src" | 355 "https://chromium.googlesource.com/chromium/src" |
| 342 ], | 356 ], |
| 357 "cwd": "[SLAVE_BUILD]", |
| 343 "name": "Expanding revision range.for revisions e28dc0d49c331def2a3bbf3ddd00
96eb51551155:a6298e4afedbf2cd461755ea6f45b0ad64222222", | 358 "name": "Expanding revision range.for revisions e28dc0d49c331def2a3bbf3ddd00
96eb51551155:a6298e4afedbf2cd461755ea6f45b0ad64222222", |
| 344 "stdout": "/path/to/tmp/json", | 359 "stdout": "/path/to/tmp/json", |
| 345 "~followup_annotations": [ | 360 "~followup_annotations": [ |
| 346 "@@@STEP_NEST_LEVEL@1@@@", | 361 "@@@STEP_NEST_LEVEL@1@@@", |
| 347 "@@@STEP_LOG_LINE@json.output@[@@@", | 362 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 348 "@@@STEP_LOG_LINE@json.output@ [@@@", | 363 "@@@STEP_LOG_LINE@json.output@ [@@@", |
| 349 "@@@STEP_LOG_LINE@json.output@ \"fc6dfc7ff5b1073408499478969261b8264411
44\", @@@", | 364 "@@@STEP_LOG_LINE@json.output@ \"fc6dfc7ff5b1073408499478969261b8264411
44\", @@@", |
| 350 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", | 365 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", |
| 351 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 366 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 352 "@@@STEP_LOG_LINE@json.output@ [@@@", | 367 "@@@STEP_LOG_LINE@json.output@ [@@@", |
| 353 "@@@STEP_LOG_LINE@json.output@ \"00316c9ddfb9d7b4e1ed2fff9fe6d964d21111
11\", @@@", | 368 "@@@STEP_LOG_LINE@json.output@ \"00316c9ddfb9d7b4e1ed2fff9fe6d964d21111
11\", @@@", |
| 354 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", | 369 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", |
| 355 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 370 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 356 "@@@STEP_LOG_LINE@json.output@]@@@", | 371 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 357 "@@@STEP_LOG_END@json.output@@@" | 372 "@@@STEP_LOG_END@json.output@@@" |
| 358 ] | 373 ] |
| 359 }, | 374 }, |
| 360 { | 375 { |
| 361 "cmd": [], | 376 "cmd": [], |
| 377 "cwd": "[SLAVE_BUILD]", |
| 362 "name": "Gathering reference values" | 378 "name": "Gathering reference values" |
| 363 }, | 379 }, |
| 364 { | 380 { |
| 365 "cmd": [ | 381 "cmd": [ |
| 366 "python", | 382 "python", |
| 367 "-u", | 383 "-u", |
| 368 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 384 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 369 "--", | 385 "--", |
| 370 "[ROOT]/b/depot_tools/gsutil.py", | 386 "[DEPOT_TOOLS]/gsutil.py", |
| 371 "----", | 387 "----", |
| 372 "ls", | 388 "ls", |
| 373 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" | 389 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" |
| 374 ], | 390 ], |
| 391 "cwd": "[SLAVE_BUILD]", |
| 375 "name": "Gathering reference values.gsutil ls", | 392 "name": "Gathering reference values.gsutil ls", |
| 376 "~followup_annotations": [ | 393 "~followup_annotations": [ |
| 377 "@@@STEP_NEST_LEVEL@1@@@" | 394 "@@@STEP_NEST_LEVEL@1@@@" |
| 378 ] | 395 ] |
| 379 }, | 396 }, |
| 380 { | 397 { |
| 381 "cmd": [ | 398 "cmd": [ |
| 382 "git", | 399 "git", |
| 383 "update-ref", | 400 "update-ref", |
| 384 "refs/heads/master", | 401 "refs/heads/master", |
| 385 "refs/remotes/origin/master" | 402 "refs/remotes/origin/master" |
| 386 ], | 403 ], |
| 387 "cwd": "[CWD]/src", | 404 "cwd": "[SLAVE_BUILD]/src", |
| 388 "name": "Gathering reference values.git update-ref", | 405 "name": "Gathering reference values.git update-ref", |
| 389 "~followup_annotations": [ | 406 "~followup_annotations": [ |
| 390 "@@@STEP_NEST_LEVEL@1@@@" | 407 "@@@STEP_NEST_LEVEL@1@@@" |
| 391 ] | 408 ] |
| 392 }, | 409 }, |
| 393 { | 410 { |
| 394 "cmd": [ | 411 "cmd": [ |
| 395 "git", | 412 "git", |
| 396 "checkout", | 413 "checkout", |
| 397 "master" | 414 "master" |
| 398 ], | 415 ], |
| 399 "cwd": "[CWD]/src", | 416 "cwd": "[SLAVE_BUILD]/src", |
| 400 "name": "Gathering reference values.git checkout", | 417 "name": "Gathering reference values.git checkout", |
| 401 "~followup_annotations": [ | 418 "~followup_annotations": [ |
| 402 "@@@STEP_NEST_LEVEL@1@@@" | 419 "@@@STEP_NEST_LEVEL@1@@@" |
| 403 ] | 420 ] |
| 404 }, | 421 }, |
| 405 { | 422 { |
| 406 "cmd": [ | 423 "cmd": [ |
| 407 "git", | 424 "git", |
| 408 "-c", | 425 "-c", |
| 409 "user.email=FAKE_PERF_PUMPKIN@chromium.org", | 426 "user.email=FAKE_PERF_PUMPKIN@chromium.org", |
| 410 "try", | 427 "try", |
| 411 "--bot", | 428 "--bot", |
| 412 "linux_perf_bisect_builder", | 429 "linux_perf_bisect_builder", |
| 413 "--revision", | 430 "--revision", |
| 414 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 431 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
| 415 "--name", | 432 "--name", |
| 416 "e28dc0d49c331def2a3bbf3ddd0096eb51551155-build", | 433 "e28dc0d49c331def2a3bbf3ddd0096eb51551155-build", |
| 417 "--clobber", | 434 "--clobber", |
| 418 "--svn_repo", | 435 "--svn_repo", |
| 419 "svn://svn.chromium.org/chrome-try/try-perf", | 436 "svn://svn.chromium.org/chrome-try/try-perf", |
| 420 "--diff", | 437 "--diff", |
| 421 "/dev/null" | 438 "/dev/null" |
| 422 ], | 439 ], |
| 423 "cwd": "[CWD]/src", | 440 "cwd": "[SLAVE_BUILD]/src", |
| 424 "name": "Gathering reference values.Requesting build for e28dc0d49c331def2a3
bbf3ddd0096eb51551155 via git try.", | 441 "name": "Gathering reference values.Requesting build for e28dc0d49c331def2a3
bbf3ddd0096eb51551155 via git try.", |
| 425 "~followup_annotations": [ | 442 "~followup_annotations": [ |
| 426 "@@@STEP_NEST_LEVEL@1@@@" | 443 "@@@STEP_NEST_LEVEL@1@@@" |
| 427 ] | 444 ] |
| 428 }, | 445 }, |
| 429 { | 446 { |
| 430 "cmd": [ | 447 "cmd": [ |
| 431 "python", | 448 "python", |
| 432 "-u", | 449 "-u", |
| 433 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 450 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 434 "--", | 451 "--", |
| 435 "[ROOT]/b/depot_tools/gsutil.py", | 452 "[DEPOT_TOOLS]/gsutil.py", |
| 436 "----", | 453 "----", |
| 437 "ls", | 454 "ls", |
| 438 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" | 455 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" |
| 439 ], | 456 ], |
| 457 "cwd": "[SLAVE_BUILD]", |
| 440 "name": "Gathering reference values.gsutil ls (2)", | 458 "name": "Gathering reference values.gsutil ls (2)", |
| 441 "~followup_annotations": [ | 459 "~followup_annotations": [ |
| 442 "@@@STEP_NEST_LEVEL@1@@@" | 460 "@@@STEP_NEST_LEVEL@1@@@" |
| 443 ] | 461 ] |
| 444 }, | 462 }, |
| 445 { | 463 { |
| 446 "cmd": [ | 464 "cmd": [ |
| 447 "git", | 465 "git", |
| 448 "update-ref", | 466 "update-ref", |
| 449 "refs/heads/master", | 467 "refs/heads/master", |
| 450 "refs/remotes/origin/master" | 468 "refs/remotes/origin/master" |
| 451 ], | 469 ], |
| 452 "cwd": "[CWD]/src", | 470 "cwd": "[SLAVE_BUILD]/src", |
| 453 "name": "Gathering reference values.git update-ref (2)", | 471 "name": "Gathering reference values.git update-ref (2)", |
| 454 "~followup_annotations": [ | 472 "~followup_annotations": [ |
| 455 "@@@STEP_NEST_LEVEL@1@@@" | 473 "@@@STEP_NEST_LEVEL@1@@@" |
| 456 ] | 474 ] |
| 457 }, | 475 }, |
| 458 { | 476 { |
| 459 "cmd": [ | 477 "cmd": [ |
| 460 "git", | 478 "git", |
| 461 "checkout", | 479 "checkout", |
| 462 "master" | 480 "master" |
| 463 ], | 481 ], |
| 464 "cwd": "[CWD]/src", | 482 "cwd": "[SLAVE_BUILD]/src", |
| 465 "name": "Gathering reference values.git checkout (2)", | 483 "name": "Gathering reference values.git checkout (2)", |
| 466 "~followup_annotations": [ | 484 "~followup_annotations": [ |
| 467 "@@@STEP_NEST_LEVEL@1@@@" | 485 "@@@STEP_NEST_LEVEL@1@@@" |
| 468 ] | 486 ] |
| 469 }, | 487 }, |
| 470 { | 488 { |
| 471 "cmd": [ | 489 "cmd": [ |
| 472 "git", | 490 "git", |
| 473 "-c", | 491 "-c", |
| 474 "user.email=FAKE_PERF_PUMPKIN@chromium.org", | 492 "user.email=FAKE_PERF_PUMPKIN@chromium.org", |
| 475 "try", | 493 "try", |
| 476 "--bot", | 494 "--bot", |
| 477 "linux_perf_bisect_builder", | 495 "linux_perf_bisect_builder", |
| 478 "--revision", | 496 "--revision", |
| 479 "a6298e4afedbf2cd461755ea6f45b0ad64222222", | 497 "a6298e4afedbf2cd461755ea6f45b0ad64222222", |
| 480 "--name", | 498 "--name", |
| 481 "a6298e4afedbf2cd461755ea6f45b0ad64222222-build", | 499 "a6298e4afedbf2cd461755ea6f45b0ad64222222-build", |
| 482 "--clobber", | 500 "--clobber", |
| 483 "--svn_repo", | 501 "--svn_repo", |
| 484 "svn://svn.chromium.org/chrome-try/try-perf", | 502 "svn://svn.chromium.org/chrome-try/try-perf", |
| 485 "--diff", | 503 "--diff", |
| 486 "/dev/null" | 504 "/dev/null" |
| 487 ], | 505 ], |
| 488 "cwd": "[CWD]/src", | 506 "cwd": "[SLAVE_BUILD]/src", |
| 489 "name": "Gathering reference values.Requesting build for a6298e4afedbf2cd461
755ea6f45b0ad64222222 via git try.", | 507 "name": "Gathering reference values.Requesting build for a6298e4afedbf2cd461
755ea6f45b0ad64222222 via git try.", |
| 490 "~followup_annotations": [ | 508 "~followup_annotations": [ |
| 491 "@@@STEP_NEST_LEVEL@1@@@" | 509 "@@@STEP_NEST_LEVEL@1@@@" |
| 492 ] | 510 ] |
| 493 }, | 511 }, |
| 494 { | 512 { |
| 495 "cmd": [ | 513 "cmd": [ |
| 496 "git", | 514 "git", |
| 497 "footers", | 515 "footers", |
| 498 "--position", | 516 "--position", |
| 499 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" | 517 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" |
| 500 ], | 518 ], |
| 501 "cwd": "[CWD]/src", | 519 "cwd": "[SLAVE_BUILD]/src", |
| 502 "name": "Gathering reference values.resolving hash e28dc0d49c331def2a3bbf3dd
d0096eb51551155", | 520 "name": "Gathering reference values.resolving hash e28dc0d49c331def2a3bbf3dd
d0096eb51551155", |
| 503 "stdout": "/path/to/tmp/", | 521 "stdout": "/path/to/tmp/", |
| 504 "~followup_annotations": [ | 522 "~followup_annotations": [ |
| 505 "@@@STEP_NEST_LEVEL@1@@@" | 523 "@@@STEP_NEST_LEVEL@1@@@" |
| 506 ] | 524 ] |
| 507 }, | 525 }, |
| 508 { | 526 { |
| 509 "cmd": [], | 527 "cmd": [], |
| 528 "cwd": "[SLAVE_BUILD]", |
| 510 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c", | 529 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c", |
| 511 "~followup_annotations": [ | 530 "~followup_annotations": [ |
| 512 "@@@STEP_NEST_LEVEL@1@@@" | 531 "@@@STEP_NEST_LEVEL@1@@@" |
| 513 ] | 532 ] |
| 514 }, | 533 }, |
| 515 { | 534 { |
| 516 "cmd": [ | 535 "cmd": [ |
| 517 "python", | 536 "python", |
| 518 "-u", | 537 "-u", |
| 519 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 538 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 520 "--", | 539 "--", |
| 521 "[ROOT]/b/depot_tools/gsutil.py", | 540 "[DEPOT_TOOLS]/gsutil.py", |
| 522 "----", | 541 "----", |
| 523 "ls", | 542 "ls", |
| 524 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" | 543 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" |
| 525 ], | 544 ], |
| 545 "cwd": "[SLAVE_BUILD]", |
| 526 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s", | 546 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s", |
| 527 "~followup_annotations": [ | 547 "~followup_annotations": [ |
| 528 "@@@STEP_NEST_LEVEL@2@@@" | 548 "@@@STEP_NEST_LEVEL@2@@@" |
| 529 ] | 549 ] |
| 530 }, | 550 }, |
| 531 { | 551 { |
| 532 "cmd": [], | 552 "cmd": [], |
| 553 "cwd": "[SLAVE_BUILD]", |
| 533 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.Triggeri
ng test job for e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 554 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.Triggeri
ng test job for e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
| 534 "trigger_specs": [ | 555 "trigger_specs": [ |
| 535 { | 556 { |
| 536 "builder_name": "linux_perf_tester", | 557 "builder_name": "linux_perf_tester", |
| 537 "properties": { | 558 "properties": { |
| 538 "bisect_config": { | 559 "bisect_config": { |
| 539 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", | 560 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", |
| 540 "metric": "warm_times/page_load_time", | 561 "metric": "warm_times/page_load_time", |
| 541 "repeat_count": 5, | 562 "repeat_count": 5, |
| 542 "test_type": "perf" | 563 "test_type": "perf" |
| (...skipping 11 matching lines...) Expand all Loading... |
| 554 "~followup_annotations": [ | 575 "~followup_annotations": [ |
| 555 "@@@STEP_NEST_LEVEL@2@@@" | 576 "@@@STEP_NEST_LEVEL@2@@@" |
| 556 ] | 577 ] |
| 557 }, | 578 }, |
| 558 { | 579 { |
| 559 "cmd": [ | 580 "cmd": [ |
| 560 "python", | 581 "python", |
| 561 "-u", | 582 "-u", |
| 562 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" | 583 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
| 563 ], | 584 ], |
| 585 "cwd": "[SLAVE_BUILD]", |
| 564 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.sleeping
", | 586 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.sleeping
", |
| 565 "~followup_annotations": [ | 587 "~followup_annotations": [ |
| 566 "@@@STEP_NEST_LEVEL@2@@@", | 588 "@@@STEP_NEST_LEVEL@2@@@", |
| 567 "@@@STEP_LOG_LINE@python.inline@@@@", | 589 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 568 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 590 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 569 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 591 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
| 570 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", | 592 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", |
| 571 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 593 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
| 572 "@@@STEP_LOG_END@python.inline@@@" | 594 "@@@STEP_LOG_END@python.inline@@@" |
| 573 ] | 595 ] |
| 574 }, | 596 }, |
| 575 { | 597 { |
| 576 "cmd": [ | 598 "cmd": [ |
| 577 "python", | 599 "python", |
| 578 "-u", | 600 "-u", |
| 579 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 601 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 580 "--", | 602 "--", |
| 581 "[ROOT]/b/depot_tools/gsutil.py", | 603 "[DEPOT_TOOLS]/gsutil.py", |
| 582 "----", | 604 "----", |
| 583 "ls", | 605 "ls", |
| 584 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" | 606 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" |
| 585 ], | 607 ], |
| 608 "cwd": "[SLAVE_BUILD]", |
| 586 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s (2)", | 609 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s (2)", |
| 587 "~followup_annotations": [ | 610 "~followup_annotations": [ |
| 588 "@@@STEP_NEST_LEVEL@2@@@" | 611 "@@@STEP_NEST_LEVEL@2@@@" |
| 589 ] | 612 ] |
| 590 }, | 613 }, |
| 591 { | 614 { |
| 592 "cmd": [ | 615 "cmd": [ |
| 593 "python", | 616 "python", |
| 594 "-u", | 617 "-u", |
| 595 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 618 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 596 "--", | 619 "--", |
| 597 "[ROOT]/b/depot_tools/gsutil.py", | 620 "[DEPOT_TOOLS]/gsutil.py", |
| 598 "----", | 621 "----", |
| 599 "cat", | 622 "cat", |
| 600 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" | 623 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" |
| 601 ], | 624 ], |
| 625 "cwd": "[SLAVE_BUILD]", |
| 602 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil G
et test results for build e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 626 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil G
et test results for build e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
| 603 "stdout": "/path/to/tmp/", | 627 "stdout": "/path/to/tmp/", |
| 604 "~followup_annotations": [ | 628 "~followup_annotations": [ |
| 605 "@@@STEP_NEST_LEVEL@2@@@" | 629 "@@@STEP_NEST_LEVEL@2@@@" |
| 606 ] | 630 ] |
| 607 }, | 631 }, |
| 608 { | 632 { |
| 609 "cmd": [ | 633 "cmd": [ |
| 610 "git", | 634 "git", |
| 611 "footers", | 635 "footers", |
| 612 "--position", | 636 "--position", |
| 613 "a6298e4afedbf2cd461755ea6f45b0ad64222222" | 637 "a6298e4afedbf2cd461755ea6f45b0ad64222222" |
| 614 ], | 638 ], |
| 615 "cwd": "[CWD]/src", | 639 "cwd": "[SLAVE_BUILD]/src", |
| 616 "name": "Gathering reference values.resolving hash a6298e4afedbf2cd461755ea6
f45b0ad64222222", | 640 "name": "Gathering reference values.resolving hash a6298e4afedbf2cd461755ea6
f45b0ad64222222", |
| 617 "stdout": "/path/to/tmp/", | 641 "stdout": "/path/to/tmp/", |
| 618 "~followup_annotations": [ | 642 "~followup_annotations": [ |
| 619 "@@@STEP_NEST_LEVEL@1@@@" | 643 "@@@STEP_NEST_LEVEL@1@@@" |
| 620 ] | 644 ] |
| 621 }, | 645 }, |
| 622 { | 646 { |
| 623 "cmd": [], | 647 "cmd": [], |
| 648 "cwd": "[SLAVE_BUILD]", |
| 624 "name": "Gathering reference values.Waiting for chromium@a6298e4afe", | 649 "name": "Gathering reference values.Waiting for chromium@a6298e4afe", |
| 625 "~followup_annotations": [ | 650 "~followup_annotations": [ |
| 626 "@@@STEP_NEST_LEVEL@1@@@" | 651 "@@@STEP_NEST_LEVEL@1@@@" |
| 627 ] | 652 ] |
| 628 }, | 653 }, |
| 629 { | 654 { |
| 630 "cmd": [ | 655 "cmd": [ |
| 631 "python", | 656 "python", |
| 632 "-u", | 657 "-u", |
| 633 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 658 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 634 "--", | 659 "--", |
| 635 "[ROOT]/b/depot_tools/gsutil.py", | 660 "[DEPOT_TOOLS]/gsutil.py", |
| 636 "----", | 661 "----", |
| 637 "ls", | 662 "ls", |
| 638 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" | 663 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" |
| 639 ], | 664 ], |
| 665 "cwd": "[SLAVE_BUILD]", |
| 640 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s", | 666 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s", |
| 641 "~followup_annotations": [ | 667 "~followup_annotations": [ |
| 642 "@@@STEP_NEST_LEVEL@2@@@" | 668 "@@@STEP_NEST_LEVEL@2@@@" |
| 643 ] | 669 ] |
| 644 }, | 670 }, |
| 645 { | 671 { |
| 646 "cmd": [], | 672 "cmd": [], |
| 673 "cwd": "[SLAVE_BUILD]", |
| 647 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.Triggeri
ng test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", | 674 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.Triggeri
ng test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", |
| 648 "trigger_specs": [ | 675 "trigger_specs": [ |
| 649 { | 676 { |
| 650 "builder_name": "linux_perf_tester", | 677 "builder_name": "linux_perf_tester", |
| 651 "properties": { | 678 "properties": { |
| 652 "bisect_config": { | 679 "bisect_config": { |
| 653 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", | 680 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", |
| 654 "metric": "warm_times/page_load_time", | 681 "metric": "warm_times/page_load_time", |
| 655 "repeat_count": 5, | 682 "repeat_count": 5, |
| 656 "test_type": "perf" | 683 "test_type": "perf" |
| (...skipping 11 matching lines...) Expand all Loading... |
| 668 "~followup_annotations": [ | 695 "~followup_annotations": [ |
| 669 "@@@STEP_NEST_LEVEL@2@@@" | 696 "@@@STEP_NEST_LEVEL@2@@@" |
| 670 ] | 697 ] |
| 671 }, | 698 }, |
| 672 { | 699 { |
| 673 "cmd": [ | 700 "cmd": [ |
| 674 "python", | 701 "python", |
| 675 "-u", | 702 "-u", |
| 676 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" | 703 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
| 677 ], | 704 ], |
| 705 "cwd": "[SLAVE_BUILD]", |
| 678 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.sleeping
", | 706 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.sleeping
", |
| 679 "~followup_annotations": [ | 707 "~followup_annotations": [ |
| 680 "@@@STEP_NEST_LEVEL@2@@@", | 708 "@@@STEP_NEST_LEVEL@2@@@", |
| 681 "@@@STEP_LOG_LINE@python.inline@@@@", | 709 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 682 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 710 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 683 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 711 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
| 684 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", | 712 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", |
| 685 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 713 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
| 686 "@@@STEP_LOG_END@python.inline@@@" | 714 "@@@STEP_LOG_END@python.inline@@@" |
| 687 ] | 715 ] |
| 688 }, | 716 }, |
| 689 { | 717 { |
| 690 "cmd": [ | 718 "cmd": [ |
| 691 "python", | 719 "python", |
| 692 "-u", | 720 "-u", |
| 693 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 721 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 694 "--", | 722 "--", |
| 695 "[ROOT]/b/depot_tools/gsutil.py", | 723 "[DEPOT_TOOLS]/gsutil.py", |
| 696 "----", | 724 "----", |
| 697 "ls", | 725 "ls", |
| 698 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" | 726 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" |
| 699 ], | 727 ], |
| 728 "cwd": "[SLAVE_BUILD]", |
| 700 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s (2)", | 729 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s (2)", |
| 701 "~followup_annotations": [ | 730 "~followup_annotations": [ |
| 702 "@@@STEP_NEST_LEVEL@2@@@" | 731 "@@@STEP_NEST_LEVEL@2@@@" |
| 703 ] | 732 ] |
| 704 }, | 733 }, |
| 705 { | 734 { |
| 706 "cmd": [ | 735 "cmd": [ |
| 707 "python", | 736 "python", |
| 708 "-u", | 737 "-u", |
| 709 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 738 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 710 "--", | 739 "--", |
| 711 "[ROOT]/b/depot_tools/gsutil.py", | 740 "[DEPOT_TOOLS]/gsutil.py", |
| 712 "----", | 741 "----", |
| 713 "cat", | 742 "cat", |
| 714 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" | 743 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" |
| 715 ], | 744 ], |
| 745 "cwd": "[SLAVE_BUILD]", |
| 716 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil G
et test results for build a6298e4afedbf2cd461755ea6f45b0ad64222222", | 746 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil G
et test results for build a6298e4afedbf2cd461755ea6f45b0ad64222222", |
| 717 "stdout": "/path/to/tmp/", | 747 "stdout": "/path/to/tmp/", |
| 718 "~followup_annotations": [ | 748 "~followup_annotations": [ |
| 719 "@@@STEP_NEST_LEVEL@2@@@" | 749 "@@@STEP_NEST_LEVEL@2@@@" |
| 720 ] | 750 ] |
| 721 }, | 751 }, |
| 722 { | 752 { |
| 723 "cmd": [ | 753 "cmd": [ |
| 724 "git", | 754 "git", |
| 725 "footers", | 755 "footers", |
| 726 "--position", | 756 "--position", |
| 727 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" | 757 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" |
| 728 ], | 758 ], |
| 729 "cwd": "[CWD]/src", | 759 "cwd": "[SLAVE_BUILD]/src", |
| 730 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", | 760 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
| 731 "stdout": "/path/to/tmp/" | 761 "stdout": "/path/to/tmp/" |
| 732 }, | 762 }, |
| 733 { | 763 { |
| 734 "cmd": [], | 764 "cmd": [], |
| 765 "cwd": "[SLAVE_BUILD]", |
| 735 "name": "Wiggling revision chromium@00316c9ddf" | 766 "name": "Wiggling revision chromium@00316c9ddf" |
| 736 }, | 767 }, |
| 737 { | 768 { |
| 738 "cmd": [], | 769 "cmd": [], |
| 770 "cwd": "[SLAVE_BUILD]", |
| 739 "name": "Working on revision chromium@00316c9ddf" | 771 "name": "Working on revision chromium@00316c9ddf" |
| 740 }, | 772 }, |
| 741 { | 773 { |
| 742 "cmd": [ | 774 "cmd": [ |
| 743 "python", | 775 "python", |
| 744 "-u", | 776 "-u", |
| 745 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 777 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 746 ], | 778 ], |
| 779 "cwd": "[SLAVE_BUILD]", |
| 747 "name": "Working on revision chromium@00316c9ddf.Post bisect results", | 780 "name": "Working on revision chromium@00316c9ddf.Post bisect results", |
| 748 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_be
nchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null
, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \
"warm_times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c
331def2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\":
80.0, \"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_
dev\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_hash\": \"a6298e4afedb
f2cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 20
.0, \"result\": \"bad\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev
\": 1.0, \"values\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"te
st_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https:/
/chromeperf.appspot.com/post_bisect_results\"}", | 781 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_be
nchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null
, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \
"warm_times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c
331def2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\":
80.0, \"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_
dev\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_hash\": \"a6298e4afedb
f2cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 20
.0, \"result\": \"bad\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev
\": 1.0, \"values\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"te
st_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https:/
/chromeperf.appspot.com/post_bisect_results\"}", |
| 749 "stdout": "/path/to/tmp/json", | 782 "stdout": "/path/to/tmp/json", |
| 750 "~followup_annotations": [ | 783 "~followup_annotations": [ |
| 751 "@@@STEP_NEST_LEVEL@1@@@", | 784 "@@@STEP_NEST_LEVEL@1@@@", |
| 752 "@@@STEP_LOG_LINE@json.output@{@@@", | 785 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 753 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 786 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
| 754 "@@@STEP_LOG_LINE@json.output@}@@@", | 787 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 755 "@@@STEP_LOG_END@json.output@@@" | 788 "@@@STEP_LOG_END@json.output@@@" |
| 756 ] | 789 ] |
| 757 }, | 790 }, |
| 758 { | 791 { |
| 759 "cmd": [ | 792 "cmd": [ |
| 760 "python", | 793 "python", |
| 761 "-u", | 794 "-u", |
| 762 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 795 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 763 "--", | 796 "--", |
| 764 "[ROOT]/b/depot_tools/gsutil.py", | 797 "[DEPOT_TOOLS]/gsutil.py", |
| 765 "----", | 798 "----", |
| 766 "ls", | 799 "ls", |
| 767 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9
fe6d964d2111111.zip" | 800 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9
fe6d964d2111111.zip" |
| 768 ], | 801 ], |
| 802 "cwd": "[SLAVE_BUILD]", |
| 769 "name": "Working on revision chromium@00316c9ddf.gsutil ls", | 803 "name": "Working on revision chromium@00316c9ddf.gsutil ls", |
| 770 "~followup_annotations": [ | 804 "~followup_annotations": [ |
| 771 "@@@STEP_NEST_LEVEL@1@@@" | 805 "@@@STEP_NEST_LEVEL@1@@@" |
| 772 ] | 806 ] |
| 773 }, | 807 }, |
| 774 { | 808 { |
| 775 "cmd": [ | 809 "cmd": [ |
| 776 "git", | 810 "git", |
| 777 "update-ref", | 811 "update-ref", |
| 778 "refs/heads/master", | 812 "refs/heads/master", |
| 779 "refs/remotes/origin/master" | 813 "refs/remotes/origin/master" |
| 780 ], | 814 ], |
| 781 "cwd": "[CWD]/src", | 815 "cwd": "[SLAVE_BUILD]/src", |
| 782 "name": "Working on revision chromium@00316c9ddf.git update-ref", | 816 "name": "Working on revision chromium@00316c9ddf.git update-ref", |
| 783 "~followup_annotations": [ | 817 "~followup_annotations": [ |
| 784 "@@@STEP_NEST_LEVEL@1@@@" | 818 "@@@STEP_NEST_LEVEL@1@@@" |
| 785 ] | 819 ] |
| 786 }, | 820 }, |
| 787 { | 821 { |
| 788 "cmd": [ | 822 "cmd": [ |
| 789 "git", | 823 "git", |
| 790 "checkout", | 824 "checkout", |
| 791 "master" | 825 "master" |
| 792 ], | 826 ], |
| 793 "cwd": "[CWD]/src", | 827 "cwd": "[SLAVE_BUILD]/src", |
| 794 "name": "Working on revision chromium@00316c9ddf.git checkout", | 828 "name": "Working on revision chromium@00316c9ddf.git checkout", |
| 795 "~followup_annotations": [ | 829 "~followup_annotations": [ |
| 796 "@@@STEP_NEST_LEVEL@1@@@" | 830 "@@@STEP_NEST_LEVEL@1@@@" |
| 797 ] | 831 ] |
| 798 }, | 832 }, |
| 799 { | 833 { |
| 800 "cmd": [ | 834 "cmd": [ |
| 801 "git", | 835 "git", |
| 802 "-c", | 836 "-c", |
| 803 "user.email=FAKE_PERF_PUMPKIN@chromium.org", | 837 "user.email=FAKE_PERF_PUMPKIN@chromium.org", |
| 804 "try", | 838 "try", |
| 805 "--bot", | 839 "--bot", |
| 806 "linux_perf_bisect_builder", | 840 "linux_perf_bisect_builder", |
| 807 "--revision", | 841 "--revision", |
| 808 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", | 842 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
| 809 "--name", | 843 "--name", |
| 810 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-build", | 844 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-build", |
| 811 "--clobber", | 845 "--clobber", |
| 812 "--svn_repo", | 846 "--svn_repo", |
| 813 "svn://svn.chromium.org/chrome-try/try-perf", | 847 "svn://svn.chromium.org/chrome-try/try-perf", |
| 814 "--diff", | 848 "--diff", |
| 815 "/dev/null" | 849 "/dev/null" |
| 816 ], | 850 ], |
| 817 "cwd": "[CWD]/src", | 851 "cwd": "[SLAVE_BUILD]/src", |
| 818 "name": "Working on revision chromium@00316c9ddf.Requesting build for 00316c
9ddfb9d7b4e1ed2fff9fe6d964d2111111 via git try.", | 852 "name": "Working on revision chromium@00316c9ddf.Requesting build for 00316c
9ddfb9d7b4e1ed2fff9fe6d964d2111111 via git try.", |
| 819 "~followup_annotations": [ | 853 "~followup_annotations": [ |
| 820 "@@@STEP_NEST_LEVEL@1@@@" | 854 "@@@STEP_NEST_LEVEL@1@@@" |
| 821 ] | 855 ] |
| 822 }, | 856 }, |
| 823 { | 857 { |
| 824 "cmd": [], | 858 "cmd": [], |
| 859 "cwd": "[SLAVE_BUILD]", |
| 825 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf", | 860 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf", |
| 826 "~followup_annotations": [ | 861 "~followup_annotations": [ |
| 827 "@@@STEP_NEST_LEVEL@1@@@" | 862 "@@@STEP_NEST_LEVEL@1@@@" |
| 828 ] | 863 ] |
| 829 }, | 864 }, |
| 830 { | 865 { |
| 831 "cmd": [ | 866 "cmd": [ |
| 832 "python", | 867 "python", |
| 833 "-u", | 868 "-u", |
| 834 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 869 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 835 "--", | 870 "--", |
| 836 "[ROOT]/b/depot_tools/gsutil.py", | 871 "[DEPOT_TOOLS]/gsutil.py", |
| 837 "----", | 872 "----", |
| 838 "ls", | 873 "ls", |
| 839 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9
fe6d964d2111111.zip" | 874 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9
fe6d964d2111111.zip" |
| 840 ], | 875 ], |
| 876 "cwd": "[SLAVE_BUILD]", |
| 841 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.gsutil ls", | 877 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.gsutil ls", |
| 842 "~followup_annotations": [ | 878 "~followup_annotations": [ |
| 843 "@@@STEP_NEST_LEVEL@2@@@" | 879 "@@@STEP_NEST_LEVEL@2@@@" |
| 844 ] | 880 ] |
| 845 }, | 881 }, |
| 846 { | 882 { |
| 847 "cmd": [], | 883 "cmd": [], |
| 884 "cwd": "[SLAVE_BUILD]", |
| 848 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", | 885 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
| 849 "trigger_specs": [ | 886 "trigger_specs": [ |
| 850 { | 887 { |
| 851 "builder_name": "linux_perf_tester", | 888 "builder_name": "linux_perf_tester", |
| 852 "properties": { | 889 "properties": { |
| 853 "bisect_config": { | 890 "bisect_config": { |
| 854 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", | 891 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", |
| 855 "metric": "warm_times/page_load_time", | 892 "metric": "warm_times/page_load_time", |
| 856 "repeat_count": 5, | 893 "repeat_count": 5, |
| 857 "test_type": "perf" | 894 "test_type": "perf" |
| (...skipping 11 matching lines...) Expand all Loading... |
| 869 "~followup_annotations": [ | 906 "~followup_annotations": [ |
| 870 "@@@STEP_NEST_LEVEL@2@@@" | 907 "@@@STEP_NEST_LEVEL@2@@@" |
| 871 ] | 908 ] |
| 872 }, | 909 }, |
| 873 { | 910 { |
| 874 "cmd": [ | 911 "cmd": [ |
| 875 "python", | 912 "python", |
| 876 "-u", | 913 "-u", |
| 877 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" | 914 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
| 878 ], | 915 ], |
| 916 "cwd": "[SLAVE_BUILD]", |
| 879 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.sleeping", | 917 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.sleeping", |
| 880 "~followup_annotations": [ | 918 "~followup_annotations": [ |
| 881 "@@@STEP_NEST_LEVEL@2@@@", | 919 "@@@STEP_NEST_LEVEL@2@@@", |
| 882 "@@@STEP_LOG_LINE@python.inline@@@@", | 920 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 883 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 921 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 884 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 922 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
| 885 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", | 923 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", |
| 886 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 924 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
| 887 "@@@STEP_LOG_END@python.inline@@@" | 925 "@@@STEP_LOG_END@python.inline@@@" |
| 888 ] | 926 ] |
| 889 }, | 927 }, |
| 890 { | 928 { |
| 891 "cmd": [ | 929 "cmd": [ |
| 892 "python", | 930 "python", |
| 893 "-u", | 931 "-u", |
| 894 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 932 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 895 "--", | 933 "--", |
| 896 "[ROOT]/b/depot_tools/gsutil.py", | 934 "[DEPOT_TOOLS]/gsutil.py", |
| 897 "----", | 935 "----", |
| 898 "ls", | 936 "ls", |
| 899 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-
test.results" | 937 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-
test.results" |
| 900 ], | 938 ], |
| 939 "cwd": "[SLAVE_BUILD]", |
| 901 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.gsutil ls (2)", | 940 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.gsutil ls (2)", |
| 902 "~followup_annotations": [ | 941 "~followup_annotations": [ |
| 903 "@@@STEP_NEST_LEVEL@2@@@" | 942 "@@@STEP_NEST_LEVEL@2@@@" |
| 904 ] | 943 ] |
| 905 }, | 944 }, |
| 906 { | 945 { |
| 907 "cmd": [ | 946 "cmd": [ |
| 908 "python", | 947 "python", |
| 909 "-u", | 948 "-u", |
| 910 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 949 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 911 "--", | 950 "--", |
| 912 "[ROOT]/b/depot_tools/gsutil.py", | 951 "[DEPOT_TOOLS]/gsutil.py", |
| 913 "----", | 952 "----", |
| 914 "cat", | 953 "cat", |
| 915 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-
test.results" | 954 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-
test.results" |
| 916 ], | 955 ], |
| 956 "cwd": "[SLAVE_BUILD]", |
| 917 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
, | 957 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
, |
| 918 "stdout": "/path/to/tmp/", | 958 "stdout": "/path/to/tmp/", |
| 919 "~followup_annotations": [ | 959 "~followup_annotations": [ |
| 920 "@@@STEP_NEST_LEVEL@2@@@" | 960 "@@@STEP_NEST_LEVEL@2@@@" |
| 921 ] | 961 ] |
| 922 }, | 962 }, |
| 923 { | 963 { |
| 924 "cmd": [ | 964 "cmd": [ |
| 925 "python", | 965 "python", |
| 926 "-u", | 966 "-u", |
| 927 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", | 967 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", |
| 928 "[70, 70, 80]", | 968 "[70, 70, 80]", |
| 929 "[14, 15, 16]", | 969 "[14, 15, 16]", |
| 930 "0.01" | 970 "0.01" |
| 931 ], | 971 ], |
| 972 "cwd": "[SLAVE_BUILD]", |
| 932 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.Checking sample difference", | 973 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.Checking sample difference", |
| 933 "stdout": "/path/to/tmp/json", | 974 "stdout": "/path/to/tmp/json", |
| 934 "~followup_annotations": [ | 975 "~followup_annotations": [ |
| 935 "@@@STEP_NEST_LEVEL@2@@@", | 976 "@@@STEP_NEST_LEVEL@2@@@", |
| 936 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 977 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 937 "@@@STEP_LOG_END@json.output (invalid)@@@" | 978 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 938 ] | 979 ] |
| 939 }, | 980 }, |
| 940 { | 981 { |
| 941 "cmd": [ | 982 "cmd": [ |
| 942 "python", | 983 "python", |
| 943 "-u", | 984 "-u", |
| 944 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", | 985 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", |
| 945 "[19, 20, 21]", | 986 "[19, 20, 21]", |
| 946 "[14, 15, 16]", | 987 "[14, 15, 16]", |
| 947 "0.01" | 988 "0.01" |
| 948 ], | 989 ], |
| 990 "cwd": "[SLAVE_BUILD]", |
| 949 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.Checking sample difference (2)", | 991 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.Checking sample difference (2)", |
| 950 "stdout": "/path/to/tmp/json", | 992 "stdout": "/path/to/tmp/json", |
| 951 "~followup_annotations": [ | 993 "~followup_annotations": [ |
| 952 "@@@STEP_NEST_LEVEL@2@@@", | 994 "@@@STEP_NEST_LEVEL@2@@@", |
| 953 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 995 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 954 "@@@STEP_LOG_END@json.output (invalid)@@@" | 996 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 955 ] | 997 ] |
| 956 }, | 998 }, |
| 957 { | 999 { |
| 958 "cmd": [ | 1000 "cmd": [ |
| 959 "git", | 1001 "git", |
| 960 "footers", | 1002 "footers", |
| 961 "--position", | 1003 "--position", |
| 962 "fc6dfc7ff5b1073408499478969261b826441144" | 1004 "fc6dfc7ff5b1073408499478969261b826441144" |
| 963 ], | 1005 ], |
| 964 "cwd": "[CWD]/src", | 1006 "cwd": "[SLAVE_BUILD]/src", |
| 965 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144", | 1007 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144", |
| 966 "stdout": "/path/to/tmp/" | 1008 "stdout": "/path/to/tmp/" |
| 967 }, | 1009 }, |
| 968 { | 1010 { |
| 969 "cmd": [], | 1011 "cmd": [], |
| 1012 "cwd": "[SLAVE_BUILD]", |
| 970 "name": "Working on revision chromium@fc6dfc7ff5" | 1013 "name": "Working on revision chromium@fc6dfc7ff5" |
| 971 }, | 1014 }, |
| 972 { | 1015 { |
| 973 "cmd": [ | 1016 "cmd": [ |
| 974 "python", | 1017 "python", |
| 975 "-u", | 1018 "-u", |
| 976 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 1019 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 977 ], | 1020 ], |
| 1021 "cwd": "[SLAVE_BUILD]", |
| 978 "name": "Working on revision chromium@fc6dfc7ff5.Post bisect results", | 1022 "name": "Working on revision chromium@fc6dfc7ff5.Post bisect results", |
| 979 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_be
nchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null
, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \
"warm_times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c
331def2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\":
80.0, \"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_
dev\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_hash\": \"00316c9ddfb9
d7b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"chromium\", \"mean_value\": 15
.0, \"result\": \"bad\", \"revision_string\": \"chromium@00316c9ddf\", \"std_dev
\": 1.0, \"values\": [14, 15, 16]}, {\"commit_hash\": \"a6298e4afedbf2cd461755ea
6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 20.0, \"result
\": \"bad\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev\": 1.0, \"v
alues\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"test_type\": \
"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://chromeperf.
appspot.com/post_bisect_results\"}", | 1023 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_be
nchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null
, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \
"warm_times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c
331def2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\":
80.0, \"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_
dev\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_hash\": \"00316c9ddfb9
d7b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"chromium\", \"mean_value\": 15
.0, \"result\": \"bad\", \"revision_string\": \"chromium@00316c9ddf\", \"std_dev
\": 1.0, \"values\": [14, 15, 16]}, {\"commit_hash\": \"a6298e4afedbf2cd461755ea
6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 20.0, \"result
\": \"bad\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev\": 1.0, \"v
alues\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"test_type\": \
"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://chromeperf.
appspot.com/post_bisect_results\"}", |
| 980 "stdout": "/path/to/tmp/json", | 1024 "stdout": "/path/to/tmp/json", |
| 981 "~followup_annotations": [ | 1025 "~followup_annotations": [ |
| 982 "@@@STEP_NEST_LEVEL@1@@@", | 1026 "@@@STEP_NEST_LEVEL@1@@@", |
| 983 "@@@STEP_LOG_LINE@json.output@{@@@", | 1027 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 984 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 1028 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
| 985 "@@@STEP_LOG_LINE@json.output@}@@@", | 1029 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 986 "@@@STEP_LOG_END@json.output@@@" | 1030 "@@@STEP_LOG_END@json.output@@@" |
| 987 ] | 1031 ] |
| 988 }, | 1032 }, |
| 989 { | 1033 { |
| 990 "cmd": [ | 1034 "cmd": [ |
| 991 "python", | 1035 "python", |
| 992 "-u", | 1036 "-u", |
| 993 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 1037 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 994 "--", | 1038 "--", |
| 995 "[ROOT]/b/depot_tools/gsutil.py", | 1039 "[DEPOT_TOOLS]/gsutil.py", |
| 996 "----", | 1040 "----", |
| 997 "ls", | 1041 "ls", |
| 998 "gs://chrome-perf/Linux Builder/full-build-linux_fc6dfc7ff5b10734084994789
69261b826441144.zip" | 1042 "gs://chrome-perf/Linux Builder/full-build-linux_fc6dfc7ff5b10734084994789
69261b826441144.zip" |
| 999 ], | 1043 ], |
| 1044 "cwd": "[SLAVE_BUILD]", |
| 1000 "name": "Working on revision chromium@fc6dfc7ff5.gsutil ls", | 1045 "name": "Working on revision chromium@fc6dfc7ff5.gsutil ls", |
| 1001 "~followup_annotations": [ | 1046 "~followup_annotations": [ |
| 1002 "@@@STEP_NEST_LEVEL@1@@@" | 1047 "@@@STEP_NEST_LEVEL@1@@@" |
| 1003 ] | 1048 ] |
| 1004 }, | 1049 }, |
| 1005 { | 1050 { |
| 1006 "cmd": [ | 1051 "cmd": [ |
| 1007 "git", | 1052 "git", |
| 1008 "update-ref", | 1053 "update-ref", |
| 1009 "refs/heads/master", | 1054 "refs/heads/master", |
| 1010 "refs/remotes/origin/master" | 1055 "refs/remotes/origin/master" |
| 1011 ], | 1056 ], |
| 1012 "cwd": "[CWD]/src", | 1057 "cwd": "[SLAVE_BUILD]/src", |
| 1013 "name": "Working on revision chromium@fc6dfc7ff5.git update-ref", | 1058 "name": "Working on revision chromium@fc6dfc7ff5.git update-ref", |
| 1014 "~followup_annotations": [ | 1059 "~followup_annotations": [ |
| 1015 "@@@STEP_NEST_LEVEL@1@@@" | 1060 "@@@STEP_NEST_LEVEL@1@@@" |
| 1016 ] | 1061 ] |
| 1017 }, | 1062 }, |
| 1018 { | 1063 { |
| 1019 "cmd": [ | 1064 "cmd": [ |
| 1020 "git", | 1065 "git", |
| 1021 "checkout", | 1066 "checkout", |
| 1022 "master" | 1067 "master" |
| 1023 ], | 1068 ], |
| 1024 "cwd": "[CWD]/src", | 1069 "cwd": "[SLAVE_BUILD]/src", |
| 1025 "name": "Working on revision chromium@fc6dfc7ff5.git checkout", | 1070 "name": "Working on revision chromium@fc6dfc7ff5.git checkout", |
| 1026 "~followup_annotations": [ | 1071 "~followup_annotations": [ |
| 1027 "@@@STEP_NEST_LEVEL@1@@@" | 1072 "@@@STEP_NEST_LEVEL@1@@@" |
| 1028 ] | 1073 ] |
| 1029 }, | 1074 }, |
| 1030 { | 1075 { |
| 1031 "cmd": [ | 1076 "cmd": [ |
| 1032 "git", | 1077 "git", |
| 1033 "-c", | 1078 "-c", |
| 1034 "user.email=FAKE_PERF_PUMPKIN@chromium.org", | 1079 "user.email=FAKE_PERF_PUMPKIN@chromium.org", |
| 1035 "try", | 1080 "try", |
| 1036 "--bot", | 1081 "--bot", |
| 1037 "linux_perf_bisect_builder", | 1082 "linux_perf_bisect_builder", |
| 1038 "--revision", | 1083 "--revision", |
| 1039 "fc6dfc7ff5b1073408499478969261b826441144", | 1084 "fc6dfc7ff5b1073408499478969261b826441144", |
| 1040 "--name", | 1085 "--name", |
| 1041 "fc6dfc7ff5b1073408499478969261b826441144-build", | 1086 "fc6dfc7ff5b1073408499478969261b826441144-build", |
| 1042 "--clobber", | 1087 "--clobber", |
| 1043 "--svn_repo", | 1088 "--svn_repo", |
| 1044 "svn://svn.chromium.org/chrome-try/try-perf", | 1089 "svn://svn.chromium.org/chrome-try/try-perf", |
| 1045 "--diff", | 1090 "--diff", |
| 1046 "/dev/null" | 1091 "/dev/null" |
| 1047 ], | 1092 ], |
| 1048 "cwd": "[CWD]/src", | 1093 "cwd": "[SLAVE_BUILD]/src", |
| 1049 "name": "Working on revision chromium@fc6dfc7ff5.Requesting build for fc6dfc
7ff5b1073408499478969261b826441144 via git try.", | 1094 "name": "Working on revision chromium@fc6dfc7ff5.Requesting build for fc6dfc
7ff5b1073408499478969261b826441144 via git try.", |
| 1050 "~followup_annotations": [ | 1095 "~followup_annotations": [ |
| 1051 "@@@STEP_NEST_LEVEL@1@@@" | 1096 "@@@STEP_NEST_LEVEL@1@@@" |
| 1052 ] | 1097 ] |
| 1053 }, | 1098 }, |
| 1054 { | 1099 { |
| 1055 "cmd": [], | 1100 "cmd": [], |
| 1101 "cwd": "[SLAVE_BUILD]", |
| 1056 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5", | 1102 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5", |
| 1057 "~followup_annotations": [ | 1103 "~followup_annotations": [ |
| 1058 "@@@STEP_NEST_LEVEL@1@@@" | 1104 "@@@STEP_NEST_LEVEL@1@@@" |
| 1059 ] | 1105 ] |
| 1060 }, | 1106 }, |
| 1061 { | 1107 { |
| 1062 "cmd": [ | 1108 "cmd": [ |
| 1063 "python", | 1109 "python", |
| 1064 "-u", | 1110 "-u", |
| 1065 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 1111 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 1066 "--", | 1112 "--", |
| 1067 "[ROOT]/b/depot_tools/gsutil.py", | 1113 "[DEPOT_TOOLS]/gsutil.py", |
| 1068 "----", | 1114 "----", |
| 1069 "ls", | 1115 "ls", |
| 1070 "gs://chrome-perf/Linux Builder/full-build-linux_fc6dfc7ff5b10734084994789
69261b826441144.zip" | 1116 "gs://chrome-perf/Linux Builder/full-build-linux_fc6dfc7ff5b10734084994789
69261b826441144.zip" |
| 1071 ], | 1117 ], |
| 1118 "cwd": "[SLAVE_BUILD]", |
| 1072 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.gsutil ls", | 1119 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.gsutil ls", |
| 1073 "~followup_annotations": [ | 1120 "~followup_annotations": [ |
| 1074 "@@@STEP_NEST_LEVEL@2@@@" | 1121 "@@@STEP_NEST_LEVEL@2@@@" |
| 1075 ] | 1122 ] |
| 1076 }, | 1123 }, |
| 1077 { | 1124 { |
| 1078 "cmd": [], | 1125 "cmd": [], |
| 1126 "cwd": "[SLAVE_BUILD]", |
| 1079 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.Triggering test job for fc6dfc7ff5b1073408499478969261b826441144", | 1127 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.Triggering test job for fc6dfc7ff5b1073408499478969261b826441144", |
| 1080 "trigger_specs": [ | 1128 "trigger_specs": [ |
| 1081 { | 1129 { |
| 1082 "builder_name": "linux_perf_tester", | 1130 "builder_name": "linux_perf_tester", |
| 1083 "properties": { | 1131 "properties": { |
| 1084 "bisect_config": { | 1132 "bisect_config": { |
| 1085 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", | 1133 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", |
| 1086 "metric": "warm_times/page_load_time", | 1134 "metric": "warm_times/page_load_time", |
| 1087 "repeat_count": 5, | 1135 "repeat_count": 5, |
| 1088 "test_type": "perf" | 1136 "test_type": "perf" |
| (...skipping 11 matching lines...) Expand all Loading... |
| 1100 "~followup_annotations": [ | 1148 "~followup_annotations": [ |
| 1101 "@@@STEP_NEST_LEVEL@2@@@" | 1149 "@@@STEP_NEST_LEVEL@2@@@" |
| 1102 ] | 1150 ] |
| 1103 }, | 1151 }, |
| 1104 { | 1152 { |
| 1105 "cmd": [ | 1153 "cmd": [ |
| 1106 "python", | 1154 "python", |
| 1107 "-u", | 1155 "-u", |
| 1108 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" | 1156 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
| 1109 ], | 1157 ], |
| 1158 "cwd": "[SLAVE_BUILD]", |
| 1110 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.sleeping", | 1159 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.sleeping", |
| 1111 "~followup_annotations": [ | 1160 "~followup_annotations": [ |
| 1112 "@@@STEP_NEST_LEVEL@2@@@", | 1161 "@@@STEP_NEST_LEVEL@2@@@", |
| 1113 "@@@STEP_LOG_LINE@python.inline@@@@", | 1162 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1114 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 1163 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 1115 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 1164 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
| 1116 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", | 1165 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", |
| 1117 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 1166 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
| 1118 "@@@STEP_LOG_END@python.inline@@@" | 1167 "@@@STEP_LOG_END@python.inline@@@" |
| 1119 ] | 1168 ] |
| 1120 }, | 1169 }, |
| 1121 { | 1170 { |
| 1122 "cmd": [ | 1171 "cmd": [ |
| 1123 "python", | 1172 "python", |
| 1124 "-u", | 1173 "-u", |
| 1125 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 1174 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 1126 "--", | 1175 "--", |
| 1127 "[ROOT]/b/depot_tools/gsutil.py", | 1176 "[DEPOT_TOOLS]/gsutil.py", |
| 1128 "----", | 1177 "----", |
| 1129 "ls", | 1178 "ls", |
| 1130 "gs://chrome-perf/bisect-results/fc6dfc7ff5b1073408499478969261b826441144-
test.results" | 1179 "gs://chrome-perf/bisect-results/fc6dfc7ff5b1073408499478969261b826441144-
test.results" |
| 1131 ], | 1180 ], |
| 1181 "cwd": "[SLAVE_BUILD]", |
| 1132 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.gsutil ls (2)", | 1182 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.gsutil ls (2)", |
| 1133 "~followup_annotations": [ | 1183 "~followup_annotations": [ |
| 1134 "@@@STEP_NEST_LEVEL@2@@@" | 1184 "@@@STEP_NEST_LEVEL@2@@@" |
| 1135 ] | 1185 ] |
| 1136 }, | 1186 }, |
| 1137 { | 1187 { |
| 1138 "cmd": [ | 1188 "cmd": [ |
| 1139 "python", | 1189 "python", |
| 1140 "-u", | 1190 "-u", |
| 1141 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 1191 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 1142 "--", | 1192 "--", |
| 1143 "[ROOT]/b/depot_tools/gsutil.py", | 1193 "[DEPOT_TOOLS]/gsutil.py", |
| 1144 "----", | 1194 "----", |
| 1145 "cat", | 1195 "cat", |
| 1146 "gs://chrome-perf/bisect-results/fc6dfc7ff5b1073408499478969261b826441144-
test.results" | 1196 "gs://chrome-perf/bisect-results/fc6dfc7ff5b1073408499478969261b826441144-
test.results" |
| 1147 ], | 1197 ], |
| 1198 "cwd": "[SLAVE_BUILD]", |
| 1148 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.gsutil Get test results for build fc6dfc7ff5b1073408499478969261b826441144"
, | 1199 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.gsutil Get test results for build fc6dfc7ff5b1073408499478969261b826441144"
, |
| 1149 "stdout": "/path/to/tmp/", | 1200 "stdout": "/path/to/tmp/", |
| 1150 "~followup_annotations": [ | 1201 "~followup_annotations": [ |
| 1151 "@@@STEP_NEST_LEVEL@2@@@" | 1202 "@@@STEP_NEST_LEVEL@2@@@" |
| 1152 ] | 1203 ] |
| 1153 }, | 1204 }, |
| 1154 { | 1205 { |
| 1155 "cmd": [ | 1206 "cmd": [ |
| 1156 "python", | 1207 "python", |
| 1157 "-u", | 1208 "-u", |
| 1158 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", | 1209 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", |
| 1159 "[70, 70, 80]", | 1210 "[70, 70, 80]", |
| 1160 "[68, 70, 72]", | 1211 "[68, 70, 72]", |
| 1161 "0.01" | 1212 "0.01" |
| 1162 ], | 1213 ], |
| 1214 "cwd": "[SLAVE_BUILD]", |
| 1163 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.Checking sample difference", | 1215 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.Checking sample difference", |
| 1164 "stdout": "/path/to/tmp/json", | 1216 "stdout": "/path/to/tmp/json", |
| 1165 "~followup_annotations": [ | 1217 "~followup_annotations": [ |
| 1166 "@@@STEP_NEST_LEVEL@2@@@", | 1218 "@@@STEP_NEST_LEVEL@2@@@", |
| 1167 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 1219 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 1168 "@@@STEP_LOG_END@json.output (invalid)@@@" | 1220 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 1169 ] | 1221 ] |
| 1170 }, | 1222 }, |
| 1171 { | 1223 { |
| 1172 "cmd": [ | 1224 "cmd": [ |
| 1173 "python", | 1225 "python", |
| 1174 "-u", | 1226 "-u", |
| 1175 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", | 1227 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", |
| 1176 "[14, 15, 16]", | 1228 "[14, 15, 16]", |
| 1177 "[68, 70, 72]", | 1229 "[68, 70, 72]", |
| 1178 "0.01" | 1230 "0.01" |
| 1179 ], | 1231 ], |
| 1232 "cwd": "[SLAVE_BUILD]", |
| 1180 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.Checking sample difference (2)", | 1233 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.Checking sample difference (2)", |
| 1181 "stdout": "/path/to/tmp/json", | 1234 "stdout": "/path/to/tmp/json", |
| 1182 "~followup_annotations": [ | 1235 "~followup_annotations": [ |
| 1183 "@@@STEP_NEST_LEVEL@2@@@", | 1236 "@@@STEP_NEST_LEVEL@2@@@", |
| 1184 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 1237 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 1185 "@@@STEP_LOG_END@json.output (invalid)@@@" | 1238 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 1186 ] | 1239 ] |
| 1187 }, | 1240 }, |
| 1188 { | 1241 { |
| 1189 "cmd": [], | 1242 "cmd": [], |
| 1243 "cwd": "[SLAVE_BUILD]", |
| 1190 "name": "Check bisect finished on revision chromium@fc6dfc7ff5" | 1244 "name": "Check bisect finished on revision chromium@fc6dfc7ff5" |
| 1191 }, | 1245 }, |
| 1192 { | 1246 { |
| 1193 "cmd": [ | 1247 "cmd": [ |
| 1194 "git", | 1248 "git", |
| 1195 "show", | 1249 "show", |
| 1196 "--name-only", | 1250 "--name-only", |
| 1197 "--pretty=format:", | 1251 "--pretty=format:", |
| 1198 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" | 1252 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" |
| 1199 ], | 1253 ], |
| 1200 "cwd": "[CWD]/src", | 1254 "cwd": "[SLAVE_BUILD]/src", |
| 1201 "name": "Check bisect finished on revision chromium@fc6dfc7ff5.Checking DEPS
for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", | 1255 "name": "Check bisect finished on revision chromium@fc6dfc7ff5.Checking DEPS
for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
| 1202 "stdout": "/path/to/tmp/", | 1256 "stdout": "/path/to/tmp/", |
| 1203 "~followup_annotations": [ | 1257 "~followup_annotations": [ |
| 1204 "@@@STEP_NEST_LEVEL@1@@@" | 1258 "@@@STEP_NEST_LEVEL@1@@@" |
| 1205 ] | 1259 ] |
| 1206 }, | 1260 }, |
| 1207 { | 1261 { |
| 1208 "cmd": [], | 1262 "cmd": [], |
| 1263 "cwd": "[SLAVE_BUILD]", |
| 1209 "name": "Debug Info", | 1264 "name": "Debug Info", |
| 1210 "~followup_annotations": [ | 1265 "~followup_annotations": [ |
| 1211 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@e28
dc0d49c, values=[70, 70, 80, 90, 90], mean_value=80.0, std_dev=10.0)@@@", | 1266 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@e28
dc0d49c, values=[70, 70, 80, 90, 90], mean_value=80.0, std_dev=10.0)@@@", |
| 1212 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@003
16c9ddf, values=[14, 15, 16], mean_value=15.0, std_dev=1.0)@@@", | 1267 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@003
16c9ddf, values=[14, 15, 16], mean_value=15.0, std_dev=1.0)@@@", |
| 1213 "@@@STEP_LOG_LINE@Debug Info@@@@", | 1268 "@@@STEP_LOG_LINE@Debug Info@@@@", |
| 1214 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@", | 1269 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@", |
| 1215 "@@@STEP_LOG_LINE@Debug Info@chromium@e28dc0d49c[70, 70, 80, 90, 90]@@@", | 1270 "@@@STEP_LOG_LINE@Debug Info@chromium@e28dc0d49c[70, 70, 80, 90, 90]@@@", |
| 1216 "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5[68, 70, 72] @@@", | 1271 "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5[68, 70, 72] @@@", |
| 1217 "@@@STEP_LOG_LINE@Debug Info@chromium@00316c9ddf[14, 15, 16] @@@", | 1272 "@@@STEP_LOG_LINE@Debug Info@chromium@00316c9ddf[14, 15, 16] @@@", |
| 1218 "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[19, 20, 21] @@@", | 1273 "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[19, 20, 21] @@@", |
| 1219 "@@@STEP_LOG_LINE@Debug Info@LKGR values: [70, 70, 80, 90, 90]@@@", | 1274 "@@@STEP_LOG_LINE@Debug Info@LKGR values: [70, 70, 80, 90, 90]@@@", |
| 1220 "@@@STEP_LOG_LINE@Debug Info@FKBR values: [14, 15, 16]@@@", | 1275 "@@@STEP_LOG_LINE@Debug Info@FKBR values: [14, 15, 16]@@@", |
| 1221 "@@@STEP_LOG_LINE@Debug Info@t-statistic: 14.41481478361417@@@", | 1276 "@@@STEP_LOG_LINE@Debug Info@t-statistic: 14.41481478361417@@@", |
| 1222 "@@@STEP_LOG_LINE@Debug Info@deg. of freedom: 4.132148806218767@@@", | 1277 "@@@STEP_LOG_LINE@Debug Info@deg. of freedom: 4.132148806218767@@@", |
| 1223 "@@@STEP_LOG_LINE@Debug Info@p-value: 0.001@@@", | 1278 "@@@STEP_LOG_LINE@Debug Info@p-value: 0.001@@@", |
| 1224 "@@@STEP_LOG_LINE@Debug Info@Confidence score: 99.9@@@", | 1279 "@@@STEP_LOG_LINE@Debug Info@Confidence score: 99.9@@@", |
| 1225 "@@@STEP_LOG_END@Debug Info@@@" | 1280 "@@@STEP_LOG_END@Debug Info@@@" |
| 1226 ] | 1281 ] |
| 1227 }, | 1282 }, |
| 1228 { | 1283 { |
| 1229 "cmd": [ | 1284 "cmd": [ |
| 1230 "python", | 1285 "python", |
| 1231 "-u", | 1286 "-u", |
| 1232 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_revision_info.py", | 1287 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_revision_info.py", |
| 1233 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", | 1288 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
| 1234 "chromium" | 1289 "chromium" |
| 1235 ], | 1290 ], |
| 1291 "cwd": "[SLAVE_BUILD]", |
| 1236 "name": "Reading culprit cl information.", | 1292 "name": "Reading culprit cl information.", |
| 1237 "stdout": "/path/to/tmp/json", | 1293 "stdout": "/path/to/tmp/json", |
| 1238 "~followup_annotations": [ | 1294 "~followup_annotations": [ |
| 1239 "@@@STEP_LOG_LINE@json.output@{@@@", | 1295 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1240 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@", | 1296 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@", |
| 1241 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\
nContaining multiple lines\", @@@", | 1297 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\
nContaining multiple lines\", @@@", |
| 1242 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@", | 1298 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@", |
| 1243 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@", | 1299 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@", |
| 1244 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@", | 1300 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@", |
| 1245 "@@@STEP_LOG_LINE@json.output@}@@@", | 1301 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1246 "@@@STEP_LOG_END@json.output@@@" | 1302 "@@@STEP_LOG_END@json.output@@@" |
| 1247 ] | 1303 ] |
| 1248 }, | 1304 }, |
| 1249 { | 1305 { |
| 1250 "cmd": [ | 1306 "cmd": [ |
| 1251 "python", | 1307 "python", |
| 1252 "-u", | 1308 "-u", |
| 1253 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 1309 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 1254 ], | 1310 ], |
| 1311 "cwd": "[SLAVE_BUILD]", |
| 1255 "name": "Post bisect results", | 1312 "name": "Post bisect results", |
| 1256 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_be
nchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": {\"a
uthor\": \"DummyAuthor\", \"cl\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\",
\"cl_date\": \"01/01/2015\", \"commit_info\": \"A long description for a CL.\\nC
ontaining multiple lines\", \"email\": \"dummy@nowhere.com\", \"revisions_links\
": [], \"subject\": \"Some random CL\"}, \"good_revision\": \"e28dc0d49c331def2a
3bbf3ddd0096eb51551155\", \"metric\": \"warm_times/page_load_time\", \"revision_
data\": [{\"commit_hash\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"depot
_name\": \"chromium\", \"mean_value\": 80.0, \"result\": \"good\", \"revision_st
ring\": \"chromium@e28dc0d49c\", \"std_dev\": 10.0, \"values\": [70, 70, 80, 90,
90]}, {\"commit_hash\": \"fc6dfc7ff5b1073408499478969261b826441144\", \"depot_n
ame\": \"chromium\", \"mean_value\": 70.0, \"result\": \"good\", \"revision_stri
ng\": \"chromium@fc6dfc7ff5\", \"std_dev\": 2.0, \"values\": [68, 70, 72]}, {\"c
ommit_hash\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"ch
romium\", \"mean_value\": 15.0, \"result\": \"bad\", \"revision_string\": \"chro
mium@00316c9ddf\", \"std_dev\": 1.0, \"values\": [14, 15, 16]}, {\"commit_hash\"
: \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"
mean_value\": 20.0, \"result\": \"bad\", \"revision_string\": \"chromium@a6298e4
afe\", \"std_dev\": 1.0, \"values\": [19, 20, 21]}], \"score\": 99.9, \"status\"
: \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []
}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}", | 1313 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_be
nchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": {\"a
uthor\": \"DummyAuthor\", \"cl\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\",
\"cl_date\": \"01/01/2015\", \"commit_info\": \"A long description for a CL.\\nC
ontaining multiple lines\", \"email\": \"dummy@nowhere.com\", \"revisions_links\
": [], \"subject\": \"Some random CL\"}, \"good_revision\": \"e28dc0d49c331def2a
3bbf3ddd0096eb51551155\", \"metric\": \"warm_times/page_load_time\", \"revision_
data\": [{\"commit_hash\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"depot
_name\": \"chromium\", \"mean_value\": 80.0, \"result\": \"good\", \"revision_st
ring\": \"chromium@e28dc0d49c\", \"std_dev\": 10.0, \"values\": [70, 70, 80, 90,
90]}, {\"commit_hash\": \"fc6dfc7ff5b1073408499478969261b826441144\", \"depot_n
ame\": \"chromium\", \"mean_value\": 70.0, \"result\": \"good\", \"revision_stri
ng\": \"chromium@fc6dfc7ff5\", \"std_dev\": 2.0, \"values\": [68, 70, 72]}, {\"c
ommit_hash\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"ch
romium\", \"mean_value\": 15.0, \"result\": \"bad\", \"revision_string\": \"chro
mium@00316c9ddf\", \"std_dev\": 1.0, \"values\": [14, 15, 16]}, {\"commit_hash\"
: \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"
mean_value\": 20.0, \"result\": \"bad\", \"revision_string\": \"chromium@a6298e4
afe\", \"std_dev\": 1.0, \"values\": [19, 20, 21]}], \"score\": 99.9, \"status\"
: \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []
}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}", |
| 1257 "stdout": "/path/to/tmp/json", | 1314 "stdout": "/path/to/tmp/json", |
| 1258 "~followup_annotations": [ | 1315 "~followup_annotations": [ |
| 1259 "@@@STEP_LOG_LINE@json.output@{@@@", | 1316 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 1260 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 1317 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
| 1261 "@@@STEP_LOG_LINE@json.output@}@@@", | 1318 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 1262 "@@@STEP_LOG_END@json.output@@@" | 1319 "@@@STEP_LOG_END@json.output@@@" |
| 1263 ] | 1320 ] |
| 1264 }, | 1321 }, |
| 1265 { | 1322 { |
| 1266 "name": "$result", | 1323 "name": "$result", |
| 1267 "recipe_result": null, | 1324 "recipe_result": null, |
| 1268 "status_code": 0 | 1325 "status_code": 0 |
| 1269 } | 1326 } |
| 1270 ] | 1327 ] |
| OLD | NEW |