See <http://10.189.74.7:8080/job/cloud-archive_grizzly_version-drift/312/>

------------------------------------------
[...truncated 120 lines...]
            Y.on("domready", function () {
                var global_view = new Y.lp.views.Global();
                global_view.render();

                Y.lp.app.sorttable.SortTable.init();
                Y.lp.app.inlinehelp.init_help();
                Y.lp.activate_collapsibles();
                Y.lp.app.foldables.activate();
                Y.lp.app.links.check_valid_lp_links();
                // Longpolling will only start if
                // LP.cache.longpoll is populated.
                // We use Y.later to work around a Safari/Chrome 'feature':
                // The mouse cursor stays 'busy' until all the requests started 
during
                // page load are finished.  Hence we want the long poll request 
to start
                // right *after* the page has loaded.
                Y.later(0, Y.lp.app.longpoll, 
Y.lp.app.longpoll.setupLongPollManager);

            });

            Y.on('lp:context:web_link:changed', function(e) {
                  window.location = e.new_value;
            });
        });
        //]]>
    </script>
    <script id="base-helper-functions" type="text/javascript">
         //<![CDATA[
        // This code is pulled from lp.js that needs to be available on every
        // request. Pulling here to get it outside the scope of the YUI block.
        function setFocusByName(name) {
            // Focus the first element matching the given name which can be 
focused.
            var nodes = document.getElementsByName(name);
            var i, node;
            for (i = 0; i < nodes.length; i++) {
                node = nodes[i];
                if (node.focus) {
                    try {
                        // Trying to focus a hidden element throws an error in 
IE8.
                        if (node.offsetHeight !== 0) {
                            node.focus();
                        }
                    } catch (e) {
                        LPJS.use('console', function(Y) {
                            Y.log('In setFocusByName(<' +
                                node.tagName + ' type=' + node.type + '>): ' + 
e);
                        });
                    }
                    break;
                }
            }
        }

        function selectWidget(widget_name, event) {
          if (event && (event.keyCode === 9 || event.keyCode === 13)) {
              // Avoid firing if user is tabbing through or simply pressing
              // enter to submit the form.
              return;
          }
          document.getElementById(widget_name).checked = true;
        }
        //]]>
    </script>

    
      
    
  </head>

  <body id="document" itemscope=""
        itemtype="http://schema.org/WebPage";
        class="tab-unknown
      main_only
      public
      yui3-skin-sam">
          
          
        <script type="text/javascript">
          var _gaq = _gaq || [];
          _gaq.push(['_setAccount', 'UA-12833497-1']);
          _gaq.push(['_setDomainName', '.launchpad.net']);
          _gaq.push(['_setAllowHash', false]);
          _gaq.push(['_trackPageview']);
        </script>
        <script type="text/javascript"
                
src="https://launchpad.net/+icing/rev16963/google-analytics/ga.js";></script>
    <div class="yui-d0">
      <div id="locationbar" class="login-logout">
        

<div id="logincontrol"><a 
href="https://api.launchpad.net/1.0/1.0/~ubuntu-cloud-archive/+archive/grizzly-staging/+login?distro_series=%22https%3A%2F%2Fapi.launchpad.net%2F1.0%2Fubuntu%2Fprecise%22&amp;status=Published&amp;ws.op=getPublishedSources";>Log
 in / Register</a></div>



      </div><!--id="locationbar"-->

      <div id="watermark" class="watermark-apps-portlet">
        <div>
          <img alt="" width="64" height="64" src="/@@/launchpad-logo" />
        </div>
        <div class="wide">
          <h2>Launchpad.net</h2>
          
  <!-- Application Menu -->
  <ul class="facetmenu">
  </ul>

        </div>
      </div>

      
        <div id="maincontent" class="yui-main">
          <div class="yui-b" dir="ltr">
            <div class="context-publication">
              
              

              <div id="registration" class="registering">
                
              </div>
            </div>

            
            <div id="request-notifications">
              
            </div>

            
              <div class="top-portlet">
      <h1 class="exception">Timeout error</h1>
      <p>
        Sorry, something just went wrong in Launchpad.
      </p>
      <p>
        We&#8217;ve recorded what happened,
        and we&#8217;ll fix it as soon as possible.
        Apologies for the inconvenience.
      </p>
      <p>
        Trying again in a couple of minutes might work.
      </p>
      <p>
        (Error <abbr>ID</abbr>:
        <code class="oopsid">OOPS-1e38f3afe75c994f8d7a214af5c69158</code>)
      </p>
      
    </div>
            
            
          </div><!-- yui-b -->
        </div><!-- yui-main -->

        
          <!-- yui-b side -->
        
      <!-- yui-t4 -->

      
  <div id="footer" class="footer">
    <div class="lp-arcana">
        <div class="lp-branding">
          <a href="https://launchpad.net/";><img 
src="/@@/launchpad-logo-and-name-hierarchy.png" alt="Launchpad" /></a>
          &nbsp;&bull;&nbsp;
          <a href="https://launchpad.net/+tour";>Take the tour</a>
          &nbsp;&bull;&nbsp;
          <a href="https://help.launchpad.net/";>Read the guide</a>
          &nbsp;
          <form id="globalsearch" method="get"
                accept-charset="UTF-8"
                action="https://launchpad.net/+search";>
            <input type="search" id="search-text" name="field.text" />
            <input type="image" src="/@@/search" style="vertical-align:5%" 
alt="Search Launchpad" />
          </form>
        </div>
        
  

    </div>

    <div class="colophon">
      &copy; 2004-2014
      <a href="http://canonical.com/";>Canonical&nbsp;Ltd.</a>
      &nbsp;&bull;&nbsp;
      <a href="https://launchpad.net/legal";>Terms of use</a>
      &nbsp;&bull;&nbsp;
      <a href="/feedback">Contact Launchpad Support</a>
      
      &nbsp;&bull;&nbsp;
      <a href="http://blog.launchpad.net/";>Blog</a>
      
        &nbsp;&bull;&nbsp;
        <a href="http://www.canonical.com/about-canonical/careers";>Careers</a>
      
      &nbsp;&bull;&nbsp;
      <a href="http://identi.ca/launchpadstatus";>System status</a>
      <span id="lp-version">
      &nbsp;&bull;&nbsp;
        r16963
        
        
        (<a href="https://dev.launchpad.net/";>Get the code!</a>)
      </span>
    </div>
  </div>

    </div><!-- yui-d0-->

    <div id="help-pane" class="invisible">
      <div id="help-body">
        
        <iframe id="help-pane-content" class="invisible" 
src="javascript:void(0);"></iframe>
      </div>
      <div id="help-footer">
        <span id="help-close"></span>
      </div>
    </div>

    
  
  
  <script id="json-cache-script">LP.cache = {"related_features": {}};</script>

    
  

    
  </body>


  <!--
    Facet name: unknown
    Page type: main_only
    Has global search: True
    Has application tabs: True
    Has side portlets: False

    At least 2 queries/external actions issued in 0.05 seconds 
OOPS-1e38f3afe75c994f8d7a214af5c69158

    Features: {'js.yui_version': None, 'visible_render_time': None, 
'baselayout.careers_link.disabled': None}

    r16963

    -->

</html>


---

Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to     : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp

Reply via email to