| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <html lang="en"> | 4 <html lang="en"> |
| 5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
| 6 <title> | 6 <title> |
| 7 | 7 |
| 8 Failed | 8 Failed |
| 9 | 9 |
| 10 - | 10 - |
| 11 | 11 |
| 12 2d8d62f6be545b10 | 12 2d8d62f6be545b10 |
| 13 </title> | 13 </title> |
| 14 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> | 14 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> |
| 15 <link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" t
ype="text/css"> |
| 16 <script src="/static/common/third_party/js/moment-with-locales.min.js"></script> |
| 17 <script src="/static/common/third_party/js/moment-timezone-with-data-2012-2022.m
in.js"></script> |
| 15 <script src="/static/common/js/time.js"></script> | 18 <script src="/static/common/js/time.js"></script> |
| 16 <script src="/static/common/third_party/js/jquery.min.js"></script> | 19 <script src="/static/common/third_party/js/jquery.min.js"></script> |
| 20 <script src="/static/common/third_party/js/jquery-ui.min.js"></script> |
| 17 | 21 |
| 18 <link id="favicon" rel="shortcut icon" type="image/png" href="/static/common/fav
icon/red-32.png"> | 22 <link id="favicon" rel="shortcut icon" type="image/png" href="/static/common/fav
icon/red-32.png"> |
| 19 | 23 |
| 20 | 24 |
| 21 | 25 |
| 22 <body class="interface"> | 26 <body class="interface"> |
| 23 <header> | 27 <header> |
| 24 Luci | 28 Luci |
| 25 <div> | 29 <div> |
| 26 | 30 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 <h2>Steps and Logfiles:</h2> | 79 <h2>Steps and Logfiles:</h2> |
| 76 <input type="checkbox" id="showHidden"> | 80 <input type="checkbox" id="showHidden"> |
| 77 <label for="showHidden">Show hidden <span id="numHidden"></span></label> | 81 <label for="showHidden">Show hidden <span id="numHidden"></span></label> |
| 78 <ol id="steps" class="hide"> | 82 <ol id="steps" class="hide"> |
| 79 | 83 |
| 80 | 84 |
| 81 | 85 |
| 82 <li class="verbosity-Interesting"> | 86 <li class="verbosity-Interesting"> |
| 83 <div class="status-Failure result"> | 87 <div class="status-Failure result"> |
| 84 <b>Steps</b> | 88 <b>Steps</b> |
| 85 <span style="float:right">( 1 hrs )</span> | 89 <span style="float:right" |
| 90 class="duration" |
| 91 data-starttime="2016-03-14T10:00:01Z" |
| 92 |
| 93 data-endtime="2016-03-14T11:00:18Z" |
| 94 > |
| 95 ( 1 hrs )</span> |
| 86 </div> | 96 </div> |
| 87 <ul> | 97 <ul> |
| 88 | 98 |
| 89 <li><a href="foo/stdout">stdout</a></li> | 99 <li><a href="foo/stdout">stdout</a></li> |
| 90 | 100 |
| 91 </ul> | 101 </ul> |
| 92 </li> | 102 </li> |
| 93 | 103 |
| 94 | 104 |
| 95 | 105 |
| 96 | 106 |
| 97 <li class="verbosity-Hidden"> | 107 <li class="verbosity-Hidden"> |
| 98 <div class="status-Success result"> | 108 <div class="status-Success result"> |
| 99 <b>recipe bootstrap</b> | 109 <b>recipe bootstrap</b> |
| 100 <span style="float:right">( 7 secs )</span> | 110 <span style="float:right" |
| 111 class="duration" |
| 112 data-starttime="2016-03-14T10:00:02Z" |
| 113 |
| 114 data-endtime="2016-03-14T10:00:09Z" |
| 115 > |
| 116 ( 7 secs )</span> |
| 101 <span> | 117 <span> |
| 102 | 118 |
| 103 </span> | 119 </span> |
| 104 </div> | 120 </div> |
| 105 <ul> | 121 <ul> |
| 106 | 122 |
| 107 <li><a href="foo/steps/recipe_bootstrap/0/stdout">stdout</a></li
> | 123 <li><a href="foo/steps/recipe_bootstrap/0/stdout">stdout</a></li
> |
| 108 | 124 |
| 109 | 125 |
| 110 </ul> | 126 </ul> |
| 111 </li> | 127 </li> |
| 112 | 128 |
| 113 <li class="verbosity-Hidden"> | 129 <li class="verbosity-Hidden"> |
| 114 <div class="status-Success result"> | 130 <div class="status-Success result"> |
| 115 <b>setup_build</b> | 131 <b>setup_build</b> |
| 116 <span style="float:right">( 1 secs )</span> | 132 <span style="float:right" |
| 133 class="duration" |
| 134 data-starttime="2016-03-14T10:00:03Z" |
| 135 |
| 136 data-endtime="2016-03-14T10:00:04Z" |
| 137 > |
| 138 ( 1 secs )</span> |
| 117 <span> | 139 <span> |
| 118 <div class="step-text">running recipe: "v8"</div> | 140 <div class="step-text">running recipe: "v8"</div> |
| 119 </span> | 141 </span> |
| 120 </div> | 142 </div> |
| 121 <ul> | 143 <ul> |
| 122 | 144 |
| 123 <li><a href="foo/steps/setup_build/0/stdout">stdout</a></li> | 145 <li><a href="foo/steps/setup_build/0/stdout">stdout</a></li> |
| 124 | 146 |
| 125 <li><a href="foo/steps/setup_build/0/logs/run_recipe/0">run_reci
pe</a></li> | 147 <li><a href="foo/steps/setup_build/0/logs/run_recipe/0">run_reci
pe</a></li> |
| 126 | 148 |
| 127 | 149 |
| 128 </ul> | 150 </ul> |
| 129 </li> | 151 </li> |
| 130 | 152 |
| 131 <li class="verbosity-Interesting"> | 153 <li class="verbosity-Interesting"> |
| 132 <div class="status-InfraFailure result"> | 154 <div class="status-InfraFailure result"> |
| 133 <b>bot_update</b> | 155 <b>bot_update</b> |
| 134 <span style="float:right">( 1 secs )</span> | 156 <span style="float:right" |
| 157 class="duration" |
| 158 data-starttime="2016-03-14T10:00:05Z" |
| 159 |
| 160 data-endtime="2016-03-14T10:00:06Z" |
| 161 > |
| 162 ( 1 secs )</span> |
| 135 <span> | 163 <span> |
| 136 | 164 |
| 137 </span> | 165 </span> |
| 138 </div> | 166 </div> |
| 139 <ul> | 167 <ul> |
| 140 | 168 |
| 141 <li><a href="foo/steps/bot_update/0/stdout">stdout</a></li> | 169 <li><a href="foo/steps/bot_update/0/stdout">stdout</a></li> |
| 142 <link rel="prerender" href="foo/steps/bot_update/0/stdout"> | 170 <link rel="prerender" href="foo/steps/bot_update/0/stdout"> |
| 143 <link rel="prefetch" href="foo/steps/bot_update/0/stdout"> | 171 <link rel="prefetch" href="foo/steps/bot_update/0/stdout"> |
| 144 | 172 |
| 145 | 173 |
| 146 | 174 |
| 147 <li><a href="foo/steps/bot_update/0/logs/json.output__invalid_/0
">json.output (invalid)</a></li> | 175 <li><a href="foo/steps/bot_update/0/logs/json.output__invalid_/0
">json.output (invalid)</a></li> |
| 148 | 176 |
| 149 | 177 |
| 150 </ul> | 178 </ul> |
| 151 </li> | 179 </li> |
| 152 | 180 |
| 153 <li class="verbosity-Interesting"> | 181 <li class="verbosity-Interesting"> |
| 154 <div class="status-InfraFailure result"> | 182 <div class="status-InfraFailure result"> |
| 155 <b>Uncaught Exception</b> | 183 <b>Uncaught Exception</b> |
| 156 <span style="float:right">( 1 secs )</span> | 184 <span style="float:right" |
| 185 class="duration" |
| 186 data-starttime="2016-03-14T10:00:07Z" |
| 187 |
| 188 data-endtime="2016-03-14T10:00:08Z" |
| 189 > |
| 190 ( 1 secs )</span> |
| 157 <span> | 191 <span> |
| 158 | 192 |
| 159 </span> | 193 </span> |
| 160 </div> | 194 </div> |
| 161 <ul> | 195 <ul> |
| 162 | 196 |
| 163 <li><a href="foo/steps/Uncaught_Exception/0/stdout">stdout</a></
li> | 197 <li><a href="foo/steps/Uncaught_Exception/0/stdout">stdout</a></
li> |
| 164 <link rel="prerender" href="foo/steps/Uncaught_Exception/0/s
tdout"> | 198 <link rel="prerender" href="foo/steps/Uncaught_Exception/0/s
tdout"> |
| 165 <link rel="prefetch" href="foo/steps/Uncaught_Exception/0/st
dout"> | 199 <link rel="prefetch" href="foo/steps/Uncaught_Exception/0/st
dout"> |
| 166 | 200 |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 <footer> | 321 <footer> |
| 288 <hr> | 322 <hr> |
| 289 <a href="https://github.com/luci">luci</a>, | 323 <a href="https://github.com/luci">luci</a>, |
| 290 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 324 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 291 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 325 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> |
| 292 </footer> | 326 </footer> |
| 293 <script> | 327 <script> |
| 294 (function () { | 328 (function () { |
| 295 'use strict'; | 329 'use strict'; |
| 296 milo.makeTimesLocal(); | 330 milo.makeTimesLocal(); |
| 331 milo.annotateDurations(); |
| 332 $(document).tooltip({ |
| 333 show: false, |
| 334 hide: false |
| 335 }); |
| 297 })(); | 336 })(); |
| 298 </script> | 337 </script> |
| 299 <script> | 338 <script> |
| 300 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ | 339 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ |
| 301 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), | 340 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), |
| 302 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a
,m) | 341 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a
,m) |
| 303 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); | 342 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); |
| 304 | 343 |
| 305 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); | 344 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); |
| 306 </script> | 345 </script> |
| 307 | 346 |
| 308 <script> | 347 <script> |
| 309 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 348 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 310 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 349 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 311 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 350 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 312 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 351 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 313 | 352 |
| 314 ga('create', 'UA-12345-01', 'auto'); | 353 ga('create', 'UA-12345-01', 'auto'); |
| 315 ga('send', 'pageview'); | 354 ga('send', 'pageview'); |
| 316 </script> | 355 </script> |
| 317 | 356 |
| OLD | NEW |