<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>~robcee/ &#187; Build</title>
	<atom:link href="http://antennasoft.net/robcee/category/build/feed/" rel="self" type="application/rss+xml" />
	<link>http://antennasoft.net/robcee</link>
	<description>more than just sandwiches</description>
	<lastBuildDate>Mon, 19 Jul 2010 17:44:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mac Optimized Builds of Firefox</title>
		<link>http://antennasoft.net/robcee/2010/02/01/mac-optimized-builds-of-firefox/</link>
		<comments>http://antennasoft.net/robcee/2010/02/01/mac-optimized-builds-of-firefox/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:29:57 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Build]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[buld]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[pgo]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/?p=402</guid>
		<description><![CDATA[A couple of weeks ago I came across a reference to Mac Optimized Builds of Firefox. There&#8217;s a long tradition of community-based builds of Firefox for the Mac dating back to the PowerPC days.
A lot&#8217;s changed since those dark days, however. To say that we spend a lot of energy doing performance analysis is a [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I came across a reference to <a href="http://www.latko.org/downloads/" target="_blank">Mac Optimized Builds</a> of Firefox. There&#8217;s a long tradition of community-based builds of Firefox for the Mac dating back to the PowerPC days.</p>
<p>A lot&#8217;s changed since those dark days, however. To say that we spend a lot of energy doing performance analysis is a bit of an understatement. We have entire teams dedicated to improving performance. Build options are analyzed and re-analyzed in an attempt to find cheap performance improvements. Specifying global code optimization settings can actually have an adverse effect on overall system performance because certain modules react better to, say, -O2 versus -O3, for example. All code that gets checked in has to make it through our <a href="http://graphs.mozilla.org/" target="_blank">performance tracking system</a> or it gets backed out.</p>
<p>In the interest of Science, I wanted to actually see if there were any differences, so I pulled a fresh copy of mozilla-central and applied the referenced .mozconfig.</p>
<p>The first thing I noticed, was that &#8211;enable-profile-guided-optimization didn&#8217;t seem to be doing what I thought it would. Namely, I expected to see a browser window popup and run through some automation before starting a second compilation phase. It didn&#8217;t. Even so, the resultant build did feel a little faster at opening windows and tabs<a href="#asterisk-perf">*</a>.</p>
<p>So, I applied the latest stand-alone <a href="https://wiki.mozilla.org/StandaloneTalos" target="_blank">version</a> of Talos to the build and executed the Ts (startup) and Twinopen (Window open) tests and compared this with the most-recent Mozilla <a href="http://nightly.mozilla.org" target="_blank">nightly</a> build of Minefield. Surprisingly, the windows didn&#8217;t appear to be opening much faster, but the startup time was on average 5% faster in the new &#8220;optimized&#8221; build vs. moz-central nightlies.</p>
<p>By this time, Ted had <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=542095#c9" target="_blank">commented</a> in the bug tracking all this and pointed me to the PGO <a href="https://developer.mozilla.org/En/Building_with_Profile-Guided_Optimization" target="_blank">page</a> on MDC. It turns out, PGO builds require a separate make target &#8220;profiledbuild&#8221; instead of &#8220;build&#8221;. I reran the build, saw the automation was working this time and then reran the Talos tests. No change. Best guess around these parts is that GCC just isn&#8217;t very good at doing PGO. The same option gives us an across-the-board 10% speedup to all our tests on Windows.</p>
<p>It turned out that the option that was giving us the 5% startup time (and likely a slight boost to tab performance) was the 10.6 SDK target. Each revision of OS X includes optimizations and Snow Leopard is no different. If you want your own optimized build, just put that target (&#8211;with-macos-sdk=/Developer/SDKs/MacOSX10.6.sdk) in there if you&#8217;re on Snow Leopard and you&#8217;ll get a little extra snappy.</p>
<p>I haven&#8217;t booted into the 64 bit kernel to see if there&#8217;s any difference there, or even if the build options produce a 64 bit build. I don&#8217;t believe they do and the version shipped on the above optimized builds page don&#8217;t have the tell-tale &#8220;Open in 32 bit mode&#8221; checkbox in the app&#8217;s &#8220;Get Info&#8221; dialog.</p>
<p><small><a name="asterisk-perf">*</a> A word about perceived performance differences: It&#8217;s very hard to tell  the difference between, say, 20ms and 30ms. That&#8217;s a 50% slow-down  compared to 20ms but the actual slices of time are so small that the  human brain has a hard time picking up on them. Nevertheless, people  used to dealing with high-velocity timings (musicians, gamers, fighter  pilots) can actually detect that kind of change. But there&#8217;s also a  &#8220;wishful thinking&#8221; factor. It&#8217;s very easy to be told you&#8217;re going to see a speedup, and when given an identical application, think you&#8217;re seeing something faster. &#8220;It just feels snappier&#8221; you might say when given  this placebo.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2010/02/01/mac-optimized-builds-of-firefox/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Moved</title>
		<link>http://antennasoft.net/robcee/2008/03/17/moved/</link>
		<comments>http://antennasoft.net/robcee/2008/03/17/moved/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 14:57:32 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Build]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2008/03/17/moved/</guid>
		<description><![CDATA[Awhile back, we made a slight organizational change. Alice Nodelman, Mikeal Rogers, Chris Cooper and myself made a lateral shift to join forces with John O&#8217;Duinn, Rob Helmer, Ben Hearsum, Nick Thomas and Chris Cooper on the Build &#38; Release team to create a larger, many-limbed crime-fighting robot. (Astute readers will note that Coop is [...]]]></description>
			<content:encoded><![CDATA[<p>Awhile back, we made a slight organizational change. Alice Nodelman, Mikeal Rogers, Chris Cooper and myself made a lateral shift to join forces with John O&#8217;Duinn, Rob Helmer, Ben Hearsum, Nick Thomas and Chris Cooper on the Build &amp; Release team to create a larger, many-limbed crime-fighting robot. (Astute readers will note that Coop is actually two people) The reason for this was simple: Build &amp; Release uses the same tools we&#8217;ve been using to drive the automation systems behind Talos, JS Testing and the Unittest machines. I think we&#8217;ve settled on the name of &#8220;Release Engineering&#8221; to describe this new beast and John O&#8217;Duinn has created some new Bugzilla components to reflect this.</p>
<p>What does this mean to you, the developer/tester/user? If you find a bug in one of the automated systems, you should now file that under &#8220;Mozilla.org:Release Engineering&#8221; in Bugzilla. I&#8217;ll still be monitoring Core:Testing but that should be used predominantly for Mozilla-related test harnesses and tools. We&#8217;re currently in the process of triaging Build &amp; Release bugs and relevant bugs under Core:Testing and hope to have them re-assigned and re-bucketed within a week or two.</p>
<p>In other moving-related news, I&#8217;ve managed to reposition myself &#8220;closer to Greenland&#8221; as some have quipped. This shouldn&#8217;t really affect my availability for those of you in the West as I&#8217;ve shifted my hours up to compensate – this just means I get to sleep in a little more. What has been an issue is my ongoing struggle with Aliant.net to get my internet up to the speeds I&#8217;m actually paying for. They have a few more days to get this fixed and then I&#8217;m going to open up the bidding.</p>
<p>To the shamrock-wearers, happy St. Paddies day!</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2008/03/17/moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tinderbox Remixed (qa vs. build mashup)</title>
		<link>http://antennasoft.net/robcee/2008/01/14/tinderbox-remixed-qa-vs-build-mashup/</link>
		<comments>http://antennasoft.net/robcee/2008/01/14/tinderbox-remixed-qa-vs-build-mashup/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 20:13:24 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Build]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2008/01/10/tinderbox-remixed-qa-vs-build-mashup/</guid>
		<description><![CDATA[There&#8217;s been some talk around the water cooler recently about some improvements to the build farm. I think this is great and will go a long way towards making the build systems easier to work on with a minimum of localized soreness.
First, a picture. This is the way stuff happens now:

(edit &#8211; X axis is [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been some <a href="http://oduinn.com/2008/01/04/build-always-vs-build-on-checkin/">talk</a> around the water cooler recently about some <a href="http://roberthelmer.com/blog/?p=26">improvements</a> to the build farm. I think this is great and will go a long way towards making the build systems easier to work on with a minimum of localized soreness.</p>
<p>First, a picture. This is the way stuff happens now:</p>
<p style="text-align:center;"><img src="http://antennasoft.net/robcee/wp-content/uploads/2008/01/build-talos-unittest-1.png" height="337" width="514" border="2" hspace="4" vspace="4" alt="Build-Talos-Unittest-1" /></p>
<p><em>(edit &#8211; X axis is time, think of these diagrams as gantt charts with some extra lines showing what happens, i.e., where things come from and where they go)</em></p>
<p>A few of notes about this group of largely disconnected systems:</p>
<ul>
<li>Builds happen all the time.</li>
<li>Nightlies are produced regardless of what the other machines are reporting, i.e., there is no feedback from any of the testing machines to the build system that produces nightlies.</li>
<li>There is no direct route from the Try server to the build system. Worse, try builds are not being put through unittests leaving the burden of testing on the developer who writes the patch.</li>
</ul>
<p>In a short while, this picture will morph (slightly) into this:</p>
<p style="text-align:center;"><img src="http://antennasoft.net/robcee/wp-content/uploads/2008/01/build-talos-unittest-2.png" height="385" width="526" border="2" hspace="4" vspace="4" alt="Build-Talos-Unittest-2" /></p>
<p>In this slightly better world:</p>
<ul>
<li>Builds happen on checkin</li>
<li>Nightlies will still be produced from the last build at a certain hour</li>
<li>Try server builds will be unit tested and run through Talos for performance testing</li>
</ul>
<p>In this view, the build machines and unittest machines work on checked-in patches, in parallel. Talos picks up the builds once they&#8217;ve landed on staging from the build machines. This picture is somewhat simplified as we may have parallel build machines and we already have parallel Talos machines taking in builds as they become available.</p>
<p>Another benefit we should see is Talos results lining up more closely with the build they&#8217;re associated with. Currently, because the Tinderboxes keep churning builds, Talos runs at a lag, sometimes with a build or two in queue as they struggle to catch up. This should go away with some gaps during the day allowing the Talos boxes to maintain parity with the main build machines.</p>
<p>Of notable difference here, when a patch gets submitted to the Try Server, it runs through the full gamut of unittests and at the end of that, runs a &#8220;make package&#8221; on the objdir producing a light(ish) build and putting it into the staging area for consumption. At that point, the talos try server can pick it up and run it through the full performance tests for analysis. While that&#8217;s going on, people can download the try build and play with it to see if they&#8217;ve broken anything. That&#8217;s step one in the testing lifecycle of a patch. This should be reality very soon, thanks in part to some help from the <a href="http://armenzg.blogspot.com/2008/01/try-server-and-automated-testing.html">good</a> people at Seneca College.</p>
<p>But we can still do better.</p>
<p style="text-align:center;"><img src="http://antennasoft.net/robcee/wp-content/uploads/2008/01/build-talos-unittest-3.png" height="383" width="524" border="2" hspace="4" vspace="4" alt="Build-Talos-Unittest-3" /></p>
<p>In this future, utopian landscape, the unittest and build machines can pick up a patch and start churning and testing builds before handing them over to Talos. At a specified time of day, the nightly machines which have been waiting on the results of the test boxes can now pick up and run the day&#8217;s patches and produce a proper build devoid of any extraneous testing code and optimized for userland. This build then gets picked up by the Talos servers and run through the performance tests again. If and only if all of these testing stages complete, the build can be pushed to the update servers for wider dispersion. This should severely limit the number of bad builds we&#8217;re able to ship to the world.</p>
<p>Ok, I admit that these pictures aren&#8217;t wildly-different from one another. The differences are in the connections and how we use them. By adding some dependency on the testing machines, we can ensure that we&#8217;re building the most robust nightlies possible. There are a few caveats to get to this awesome future. The Windows test machines must become more solid. We&#8217;ve been struggling with these for almost a year now and the time has come to do something about it. Better displays for gathering at-a-glance tree information are becoming increasingly important as we cram more information onto the main Firefox Tinderbox page. This is going to increase over the year as the JS testing machines come online, possibly requiring a separate tests only page. As more tests are added to Talos, it will become harder to keep on top of the results as builds come in, so this will require some rapidly-accessible view onto that data.</p>
<p>It&#8217;s 2008. Do you believe in the future?</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2008/01/14/tinderbox-remixed-qa-vs-build-mashup/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hello and Welcome</title>
		<link>http://antennasoft.net/robcee/2007/08/22/hello-and-welcome/</link>
		<comments>http://antennasoft.net/robcee/2007/08/22/hello-and-welcome/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 18:01:11 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Build]]></category>
		<category><![CDATA[Quality]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2007/08/22/hello-and-welcome/</guid>
		<description><![CDATA[After a year of me slugging away at buildbot-related stuff, I&#8217;ve finally got some serious help. Chris Cooper (aka Coop, not to be confused with The Coop) has been digging into the buildbot setups and machinery running the unittest boxes and is helping out with the performance stuff. He&#8217;s been able to make sense of [...]]]></description>
			<content:encoded><![CDATA[<p>After a year of me slugging away at buildbot-related stuff, I&#8217;ve finally got some serious help. Chris Cooper (aka <a href="http://coop.deadsquid.com/">Coop</a>, not to be confused with <a href="http://labs.mozilla.com/2007/04/keep-track-of-your-friends-with-the-coop/">The Coop</a>) has been digging into the buildbot setups and machinery running the <a href="http://wiki.mozilla.org/BuildbotTestfarm">unittest</a> boxes and is helping out with the performance stuff. He&#8217;s been able to make sense of my haphazard documentation and run an install on the currently sluggish qm-xserve01, so a big thank you for that.</p>
<p>While I&#8217;m on the subject, we&#8217;ve gone through a number of attempts to repair qm-xserve01. The most recent and most drastic measure was a full reinstall of the OS and build tools. The machine&#8217;s still running slowly and we&#8217;re looking at getting the hardware looked at. In the meantime, please use bm-xserve07 on the <a href="http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox">firefox</a> page. Another big thank you to Nick Thomas (cf) and John O&#8217;Duinn for donating that. I swear we&#8217;ll give it back Real Soon Now!</p>
<p>Last but definitely not least, Ben Hearsum has signed-on as a permanent resident and is rocking the <a href="http://wiki.mozilla.org/BuildbotTalos">buildbot</a> <a href="http://quality.mozilla.org/en/projects/automation/talos">talos</a> stuff. He&#8217;s currently embroiled in the setup and installation of the talos linux and mac ports as well as bringing up some new Windows hardware. He&#8217;s also recently put some finishing touches on the buildbot try server which should help take some of the orangeness off of the main unittest machines. A heart-felt welcome and thank you goes out to him too.</p>
<p>As proof of all the awesomeness that&#8217;s going on, talos is about to begin reporting on the main Firefox tree for your amusement. Expect a few small fires along the way.</p>
<p>So, what am I going to do now that I have all this excellent help? Am I going to take a bunch of long vacations and begin a series of complex, time-consuming hobbies? Oh, dear me, no&#8230; I&#8217;ll be helping Bob Clary get his JavaScript testing frameworks automated under (you guessed it) buildbot. This is a long-overdue task that&#8217;s been taunting me from my to-do list since I started here.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2007/08/22/hello-and-welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>qm-centos5-01 a little orange</title>
		<link>http://antennasoft.net/robcee/2007/07/10/qm-centos5-01-a-little-orange/</link>
		<comments>http://antennasoft.net/robcee/2007/07/10/qm-centos5-01-a-little-orange/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 00:19:20 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Build]]></category>
		<category><![CDATA[Quality]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2007/07/10/qm-centos5-01-a-little-orange/</guid>
		<description><![CDATA[I mentioned earlier today that I was bringing up a new machine for Great Justice. The sparky new qm-centos5-01 sporting a new Reference Platform VM. Well, it turns out there&#8217;s enough of a difference in the base libraries that a number of tests are failing out of the gate.
Ted M. noted that 3 of the [...]]]></description>
			<content:encoded><![CDATA[<p>I mentioned earlier today that I was bringing up a new machine for Great Justice. The sparky new qm-centos5-01 sporting a new <a href="http://wiki.mozilla.org/ReferencePlatforms/Linux-CentOS-5.0">Reference Platform</a> VM. Well, it turns out there&#8217;s enough of a difference in the base libraries that a number of tests are failing out of the gate.</p>
<p>Ted M. noted that 3 of the four failing reftests appear to be kerning differences. The fourth, &#8220;(actually the first in the list) looks like it&#8217;s off by one pixel in size or so&#8221;.</p>
<p>The mochitests and chrome tests I haven&#8217;t looked at closely, but they appear to be a mixture of timeout, textarea and focus bugs.</p>
<p>If you want to take a look, grep the <a href="http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1184108040.14147.gz&amp;fulltext=1">full log</a> for instances of ERROR FAIL. Your help in getting qm-centos5-01 to turn green will be greatly-appreciated.</p>
<p>Also, an apology to Paul Reed: Apparently twm is the fallback window manager after all other options have been exhausted. I deleted the standard build user and was left with a partially-configured user. With his help I was able to turn on gdm. IOU five bucks, Paul!</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2007/07/10/qm-centos5-01-a-little-orange/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Please welcome&#8230;</title>
		<link>http://antennasoft.net/robcee/2007/07/10/please-welcome/</link>
		<comments>http://antennasoft.net/robcee/2007/07/10/please-welcome/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 20:08:10 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Build]]></category>
		<category><![CDATA[Quality]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2007/07/10/please-welcome/</guid>
		<description><![CDATA[While the tree is closed for some network storage tests, I took the opportunity to insert a new member into the unit testing family. Please give qm-centos5-01 dep unit test a warm welcome. With his arrival, I hope we can get a newer Cairo installed and working and if we&#8217;re really lucky, passing tests.
Don&#8217;t fear [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://antennasoft.net/robcee/wp-content/uploads/2007/07/200707101557.jpg" height="163" width="150" border="2" align="left" hspace="4" vspace="4" alt="200707101557" />While the tree is closed for some network storage tests, I took the opportunity to insert a new member into the unit testing family. Please give <strong>qm-centos5-01 dep unit</strong> test a warm welcome. With his arrival, I hope we can get a newer Cairo installed and working and if we&#8217;re really lucky, passing tests.</p>
<p>Don&#8217;t fear him. He&#8217;s here to help.</p>
<p>This adds an extra bit of width to the <a href="http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox">Firefox</a> tinderbox tree. Over the next week or so, I&#8217;m going to monitor qm-centos5-01&#8217;s progress and eventually, we&#8217;ll probably pull qm-rhel02 from the page, putting it to work elsewhere.</p>
<p>Also, props to Paul Reed for choosing the coolest window manager 1993 had to offer!</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2007/07/10/please-welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One more thing&#8230;</title>
		<link>http://antennasoft.net/robcee/2007/05/03/one-more-thing/</link>
		<comments>http://antennasoft.net/robcee/2007/05/03/one-more-thing/#comments</comments>
		<pubDate>Thu, 03 May 2007 18:05:31 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Build]]></category>
		<category><![CDATA[Quality]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2007/05/03/one-more-thing/</guid>
		<description><![CDATA[The Mac unit test machine, qm-xserve01 is currently set on a rapid-cycling debug mode in an attempt to catch a stack trace on exit. Feel free to take a look through the logs and fix any assertions you see there.
]]></description>
			<content:encoded><![CDATA[<p>The Mac unit test machine, qm-xserve01 is currently set on a rapid-cycling debug mode in an attempt to catch a stack trace on exit. Feel free to take a look through the logs and fix any assertions you see there.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2007/05/03/one-more-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rhymes with Orange</title>
		<link>http://antennasoft.net/robcee/2007/05/03/rhymes-with-orange/</link>
		<comments>http://antennasoft.net/robcee/2007/05/03/rhymes-with-orange/#comments</comments>
		<pubDate>Thu, 03 May 2007 15:07:35 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Build]]></category>
		<category><![CDATA[Quality]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2007/05/03/rhymes-with-orange/</guid>
		<description><![CDATA[Alternatively, &#8220;what&#8217;s that smell?&#8221;
There has been an awful lot of orange on the Windows 2003 and OS X unit test boxes lately. Mostly due to shut-down errors. If you see one of these boxes turn orange after a checkin, but no obvious failures in the suites (pass/fail/todo in mochitest and reftest), it&#8217;s likely because of [...]]]></description>
			<content:encoded><![CDATA[<p><em>Alternatively, &#8220;what&#8217;s that smell?&#8221;</em></p>
<p>There has been an awful lot of orange on the Windows 2003 and OS X unit test boxes lately. Mostly due to shut-down errors. If you see one of these boxes turn orange after a checkin, but no obvious failures in the suites (pass/fail/todo in mochitest and reftest), it&#8217;s likely because of one of these exit failures which you can see at the end of the log.</p>
<p>On Windows 2003, the failure looks like,</p>
<p>FAIL Exited with code 1280 during test run</p>
<p>It turns out that Error code 1280 is specific to Windows 2003 and happens when a thread is converted to a fiber one too many times. To help track down the cause of the error, I&#8217;m working with Ted Mielc&#8230; Ted Milcza&#8230; Milk&#8230; luser on IRC and setting up an Airbreak/Breakpad/crash reporter processor to try and capture and debug this error. Expect some downtime on qm-win2k3-01 while I&#8217;m setting this up.</p>
<p>PS, Apologies to the always-charming Ted Mielczarek whose name I had to look up for proper spelling.</p>
<p>PPS, kudos to jwatt for landing a set of SVG tests into the reftest suite this morning!</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2007/05/03/rhymes-with-orange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ATTACK OF THE ROBOTS</title>
		<link>http://antennasoft.net/robcee/2007/04/26/attack-of-the-robots/</link>
		<comments>http://antennasoft.net/robcee/2007/04/26/attack-of-the-robots/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 14:38:13 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Build]]></category>
		<category><![CDATA[Quality]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2007/04/26/attack-of-the-robots/</guid>
		<description><![CDATA[The new box is all set up and chugging along happily. WINNT 5.2 qm-win2k3-01 dep unit test landed yesterday around 12:38 in a sea of burning fire. The new machine is now reporting to the Firefox tree on Tinderbox.
But what does this mean to you, Dear Developer? I&#8217;m glad you asked. The new machine is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://antennasoft.net/robcee/wp-content/uploads/2007/04/200704261120.jpg" height="186" width="100" border="0" align="left" hspace="4" vspace="4" alt="200704261120" />The new box is all set up and chugging along happily. <strong>WINNT 5.2 qm-win2k3-01 dep unit test</strong> landed yesterday around 12:38 in a <em>sea of burning fire</em>. The new machine is now reporting to the <a href="http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox&amp;maxdate=1177557704&amp;legend=0">Firefox</a> tree on <a href="http://tinderbox.mozilla.org/showbuilds.cgi">Tinderbox</a>.</p>
<p>But what does this mean to you, Dear Developer? I&#8217;m glad you asked. The new machine is now cycling Windows builds and test runs in about 20 minutes — approximately 3 times faster than its Windows XP VM counterpart, <strong>WINNT 5.1 qm-winxp01 dep unit test</strong>. We&#8217;ll leave them both running for awhile before eventually moving qm-winxp01 to lighter duty elsewhere.</p>
<p>Also, the build environment on qm-win2k3-01 (can I just call it Robby?) is updated with the latest version of <a href="http://developer.mozilla.org/en/docs/Windows_Build_Prerequisites">mozilla-build</a> and contains Zero Cygwin. This should keep this machine more compatible with future changes to the build system on Windows and cut down on excess kruft.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2007/04/26/attack-of-the-robots/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>New &#8216;Bots Coming</title>
		<link>http://antennasoft.net/robcee/2007/04/25/new-bots-coming/</link>
		<comments>http://antennasoft.net/robcee/2007/04/25/new-bots-coming/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 15:20:53 +0000</pubDate>
		<dc:creator>robcee</dc:creator>
				<category><![CDATA[Build]]></category>
		<category><![CDATA[Quality]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://antennasoft.net/robcee/2007/04/25/new-bots-coming/</guid>
		<description><![CDATA[I&#8217;m just putting the finishing touches on a new machine that will eventually replace the qm-winxp01 unit test vm running on the Firefox Tinderbox Tree. The new machine will be called qm-win2k3-01 dep unit test and will have some beefier hardware behind it. Hopefully reducing cycle times and providing a better platform for some of the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just putting the finishing touches on a new machine that will eventually replace the qm-winxp01 unit test vm running on the <a href="http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox">Firefox Tinderbox Tree</a>. The new machine will be called qm-win2k3-01 dep unit test and will have some beefier hardware behind it. Hopefully reducing cycle times and providing a better platform for some of the other testing frameworks we&#8217;ll be adding in the near future.</p>
<p>I&#8217;ll try to keep the other machines running as much as possible during the update, but there may be a few hiccups. I&#8217;ll be monitoring #developers on irc.mozilla.org just in case something goes Horribly Horribly Wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://antennasoft.net/robcee/2007/04/25/new-bots-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
