OLD | NEW |
| (Empty) |
1 | |
2 <!DOCTYPE html> | |
3 | |
4 <html lang="en"> | |
5 <meta charset="utf-8"> | |
6 <title> | |
7 | |
8 Failed | |
9 | |
10 - | |
11 | |
12 #0 | |
13 </title> | |
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> | |
18 <script src="/static/common/js/time.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> | |
21 | |
22 <link id="favicon" rel="shortcut icon" type="image/png" href="/static/common/fav
icon/red-32.png"> | |
23 | |
24 | |
25 | |
26 <body class="interface"> | |
27 <header> | |
28 Luci | |
29 <div> | |
30 | |
31 <a href="http://fake.example.com/login?dest=%2Ffoobar">login</a> | |
32 | |
33 </div> | |
34 </header> | |
35 <hr> | |
36 | |
37 <div class="content"> | |
38 <h1> | |
39 | |
40 Builder <a href="."></a> | |
41 | |
42 Build #0 | |
43 | |
44 </h1> | |
45 | |
46 <div class="column"> | |
47 | |
48 <h2>Results:</h2> | |
49 | |
50 | |
51 <p class="failure result">Build Failed | |
52 | |
53 <span class="subtitle"> | |
54 | |
55 </span> | |
56 </p> | |
57 | |
58 | |
59 | |
60 | |
61 | |
62 | |
63 <h2>SourceStamp:</h2> | |
64 | |
65 <table class="info" width="100%"> | |
66 | |
67 | |
68 | |
69 | |
70 | |
71 | |
72 | |
73 | |
74 | |
75 | |
76 | |
77 </table> | |
78 | |
79 | |
80 | |
81 | |
82 <h2>Execution:</h2> | |
83 <ul> | |
84 | |
85 <li> | |
86 Source: | |
87 <a href="https://build.chromium.org/p//builders//builds/0">//0</a> | |
88 </li> | |
89 | |
90 | |
91 | |
92 <li> | |
93 Bot: | |
94 <a href="https://build.chromium.org/p//buildslaves/"></a> | |
95 </li> | |
96 | |
97 | |
98 | |
99 </ul> | |
100 | |
101 | |
102 | |
103 | |
104 | |
105 | |
106 | |
107 <h2>Steps and Logfiles:</h2> | |
108 Show: | |
109 <input type="radio" name="hider" id="showAll"> | |
110 <label for="showAll">All</label> | |
111 <input type="radio" name="hider" id="showStandard" checked> | |
112 <label for="showStandard">Standard</label> | |
113 <input type="radio" name="hider" id="showInteresting"> | |
114 <label for="showInteresting">Non-Green Only</label> | |
115 <ol id="steps" class="standard"> | |
116 | |
117 | |
118 | |
119 | |
120 | |
121 | |
122 <li class="verbosity-Interesting"> | |
123 <div class="status-Failure result"> | |
124 <span class="duration" | |
125 data-starttime="2016-06-27T23:30:30Z" | |
126 data-endtime="2016-06-27T23:50:06Z"> | |
127 ( 19 mins 36 secs )</span> | |
128 <b>steps</b> | |
129 <span> | |
130 <div class="step-text">line 1</div><div class="step-text">
</div><div class="step-text">line 3</div> | |
131 </span> | |
132 </div> | |
133 <ul> | |
134 | |
135 | |
136 <li class="sublink"><a href="http://build.chromium.org/p/tryserv
er.chromium.win/builders/win_chromium_rel_ng/builds/246309/steps/steps/logs/prea
mble">preamble</a></li> | |
137 | |
138 | |
139 </ul> | |
140 </li> | |
141 | |
142 </ol> | |
143 | |
144 | |
145 </div> | |
146 | |
147 <div class="column"> | |
148 | |
149 <h2>Build Properties:</h2> | |
150 | |
151 <table class="info BuildProperties" width="100%"> | |
152 <tr><th>Name</th><th>Value</th><th>Source</th></tr> | |
153 | |
154 | |
155 </table> | |
156 | |
157 | |
158 | |
159 <h2>Timing:</h2> | |
160 <table class="info" width="100%"> | |
161 <tr class="alt"><td class="left">Start</td> | |
162 <td> | |
163 <span class="local-time" data-timestamp="1467070230080">Monday, 27-Jun
-16 23:30:30 UTC</span> | |
164 </td></tr> | |
165 <tr><td class="left">End</td> | |
166 <td> | |
167 <span class="local-time" data-timestamp="1467071406476">Monday, 27-Jun
-16 23:50:06 UTC</span> | |
168 </td></tr> | |
169 <tr class="alt"><td class="left">Elapsed</td> | |
170 <td id="duration"> | |
171 | |
172 19 mins 36 secs | |
173 | |
174 </td></tr> | |
175 </table> | |
176 | |
177 </div> | |
178 | |
179 | |
180 </div> | |
181 </div> | |
182 <script language="javascript"> | |
183 $(document).ready(function() { | |
184 | |
185 var check = function(className) { | |
186 $("#steps").removeClass("all standard interesting").addClass(className) | |
187 } | |
188 | |
189 $("#showInteresting").click(function(e) { | |
190 check("interesting"); | |
191 }); | |
192 $("#showStandard").click(function(e) { | |
193 check("standard"); | |
194 }); | |
195 $("#showAll").click(function(e) { | |
196 check("all"); | |
197 }); | |
198 | |
199 $("input[name='hider']").each(function(){ | |
200 if ($(this).prop("checked")) { | |
201 $(this).click(); | |
202 } | |
203 }); | |
204 }); | |
205 </script> | |
206 | |
207 <footer> | |
208 <hr> | |
209 <a href="https://github.com/luci">luci</a>, | |
210 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | |
211 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | |
212 </footer> | |
213 <script> | |
214 (function () { | |
215 'use strict'; | |
216 milo.makeTimesLocal(); | |
217 milo.annotateDurations(); | |
218 $(document).tooltip({ | |
219 show: false, | |
220 hide: false | |
221 }); | |
222 })(); | |
223 </script> | |
224 <script> | |
225 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ | |
226 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), | |
227 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a
,m) | |
228 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); | |
229 | |
230 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); | |
231 </script> | |
232 | |
233 <script> | |
234 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | |
235 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | |
236 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | |
237 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | |
238 | |
239 ga('create', 'UA-12345-01', 'auto'); | |
240 ga('send', 'pageview'); | |
241 </script> | |
242 | |
OLD | NEW |