CINXE.COM
cairo-daily : Code : “Cairo Administrators” team
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://code.launchpad.net/~cairo.admin/+archive/ubuntu/cairo-daily/+recipebuild/3497057/+index" /> <meta charset="UTF-8" /> <title>cairo-daily : Code : “Cairo Administrators” team</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev1519c6efe8e9bd78e6c5ebf2eb5bcb040b95ad32/combo.css" /> <meta property="og:title" content="cairo-daily : Code : “Cairo Administrators” team" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://code.launchpad.net/~cairo.admin/+archive/ubuntu/cairo-daily/+recipebuild/3497057/+index" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev1519c6efe8e9bd78e6c5ebf2eb5bcb040b95ad32/?yui/yui/yui-min.js&lp/meta.js&yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev1519c6efe8e9bd78e6c5ebf2eb5bcb040b95ad32/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev1519c6efe8e9bd78e6c5ebf2eb5bcb040b95ad32/?lp/', comboBase: '/+combo/rev1519c6efe8e9bd78e6c5ebf2eb5bcb040b95ad32/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { 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(); }); 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-branches main_only public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://code.launchpad.net/~cairo.admin/+archive/ubuntu/cairo-daily/+recipebuild/3497057/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/~cairo.admin"><img alt="" width="64" height="64" src="/@@/team-logo" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/~cairo.admin">“Cairo Administrators” team</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/~cairo.admin">Overview</a></li> <li class="branches active"><a href="https://code.launchpad.net/~cairo.admin">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/~cairo.admin">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/~cairo.admin">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/~cairo.admin">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/~cairo.admin">Answers</a></li> </ul> </div> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <div id="registration" class="registering"> created <time title="2023-02-17 21:45:09 UTC" datetime="2023-02-17T21:45:09.510449+00:00">on 2023-02-17</time> </div> </div> <div id="request-notifications"> </div> <div> <div class="yui-g"> <div id="status" class="yui-u first"> <div class="portlet"> <h2>Build status</h2> <p> <img width="14" height="14" alt="[FULLYBUILT]" title="Successfully built" src="/@@/build-success" /> <span class="buildstatusFULLYBUILT">Successfully built</span> on <a href="/builders/lcy02-amd64-033">lcy02-amd64-033</a> </p> <ul> <li> Started <time title="2023-02-17 21:45:22 UTC" datetime="2023-02-17T21:45:22.178007+00:00">on 2023-02-17</time> </li> <li> Finished <time title="2023-02-17 21:46:31 UTC" datetime="2023-02-17T21:46:31.219475+00:00">on 2023-02-17</time> (took 1 minute, 9.0 seconds) </li> <li> <a class="sprite download" href="https://code.launchpad.net/~cairo.admin/+archive/ubuntu/cairo-daily/+recipebuild/3497057/+files/buildlog.txt.gz">buildlog</a> (11.3 KiB) </li> </ul> </div> </div> <div id="details" class="yui-u"> <div class="portlet"> <h2>Build details</h2> <div class="two-column-list"> <dl> <dt>Recipe:</dt> <dd> <a href="/~bryce/+recipe/pixman-daily">Recipe pixman-daily for Bryce Harrington</a> </dd> </dl> <dl> <dt>Archive:</dt> <dd> <a href="/~cairo.admin/+archive/ubuntu/cairo-daily" class="sprite ppa-icon">cairo-daily</a> </dd> </dl> <dl> <dt>Series:</dt> <dd><a class="sprite distribution" href="/ubuntu/bionic">Bionic</a> </dd> </dl> <dl> <dt>Pocket:</dt> <dd>Release</dd> </dl> <dl> <dt>Binary builds:</dt> <dd><a href="/~cairo.admin/+archive/ubuntu/cairo-daily/+build/25600812">amd64 build of pixman 0.39.0+git202302172146.e4c878d-1961~ubuntu18.04.1 in ubuntu bionic RELEASE</a> [~cairo.admin/ubuntu/cairo-daily]</dd> </dl> </div> </div> </div> </div> <!-- yui-g --> </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-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <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"> © 2004 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> • <a href="/feedback">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="https://canonical.com/careers">Careers</a> • <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> • 1519c6e (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "context": {"self_link": "https://code.launchpad.net/api/devel/~cairo.admin/+archive/ubuntu/cairo-daily/+recipebuild/3497057", "web_link": "https://launchpad.net/~cairo.admin/+archive/ubuntu/cairo-daily/+recipebuild/3497057", "resource_type_link": "https://code.launchpad.net/api/devel/#source_package_recipe_build", "datecreated": "2023-02-17T21:45:09.510449+00:00", "date_started": "2023-02-17T21:45:22.178007+00:00", "datebuilt": "2023-02-17T21:46:31.219475+00:00", "duration": "0:01:09.041468", "date_first_dispatched": "2023-02-17T21:45:22.178007+00:00", "builder_link": "https://code.launchpad.net/api/devel/builders/lcy02-amd64-033", "buildstate": "Successfully built", "build_log_url": "https://code.launchpad.net/~cairo.admin/+archive/ubuntu/cairo-daily/+recipebuild/3497057/+files/buildlog.txt.gz", "title": "~kiko/pixman/trunk recipe build in ubuntu bionic", "dependencies": null, "can_be_rescored": false, "can_be_retried": false, "can_be_cancelled": false, "archive_link": "https://code.launchpad.net/api/devel/~cairo.admin/+archive/ubuntu/cairo-daily", "pocket": "Release", "upload_log_url": null, "distribution_link": "https://code.launchpad.net/api/devel/ubuntu", "distro_series_link": "https://code.launchpad.net/api/devel/ubuntu/bionic", "http_etag": "\"19d0ccb5b40f0c3b08dc4a8ea7faacb297fed3e2-a8d1ecd580bbf0948a1abcdc0b4609b28202f871\""}};</script> </body> <!-- Facet name: branches Page type: main_only Has global search: True Has application tabs: True Has side portlets: False At least 28 queries/external actions issued in 0.21 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'js.yui_version': None, 'app.mainsite_only.canonical_url': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r1519c6e --> </html>