Bug 56251 - REGRESSION(r80919): all windows bots failed to compile this change (Requested by loislo on #webkit).
Summary: REGRESSION(r80919): all windows bots failed to compile this change (Requested...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: WebKit Review Bot
URL:
Keywords:
Depends on:
Blocks: 56214
  Show dependency treegraph
 
Reported: 2011-03-12 07:50 PST by WebKit Review Bot
Modified: 2011-03-12 16:32 PST (History)
5 users (show)

See Also:


Attachments
ROLLOUT of r80919 (42.43 KB, patch)
2011-03-12 07:50 PST, WebKit Review Bot
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Review Bot 2011-03-12 07:50:25 PST
http://trac.webkit.org/changeset/80919 broke the build:
all windows bots failed to compile this change (Requested by loislo on #webkit).

This is an automatic bug report generated by the sheriff-bot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests case pain.

"Only you can prevent forest fires." -- Smokey the Bear
Comment 1 WebKit Review Bot 2011-03-12 07:50:48 PST
Created attachment 85594 [details]
ROLLOUT of r80919

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the rollout will be successful.  This process takes approximately 15 minutes.

If you would like to land the rollout faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID --ignore-builders

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Ilya Tikhonovsky 2011-03-12 07:54:30 PST
Comment on attachment 85594 [details]
ROLLOUT of r80919

Clearing flags on attachment: 85594

Committed r80938: <http://trac.webkit.org/changeset/80938>
Comment 3 Ilya Tikhonovsky 2011-03-12 07:54:39 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Oliver Hunt 2011-03-12 11:32:35 PST
80919 was landed by the commit queue how can it break the build.  The whole point of the commit queue is that you can set cq+ and it will be safe.  That's the only reason I use it.  If it can't be trusted to ensure only non-breaking patches are landed it should be disabled.
Comment 5 Adam Barth 2011-03-12 11:53:04 PST
(In reply to comment #4)
> 80919 was landed by the commit queue how can it break the build.  The whole point of the commit queue is that you can set cq+ and it will be safe.  That's the only reason I use it.  If it can't be trusted to ensure only non-breaking patches are landed it should be disabled.

It says right here <https://bugs.webkit.org/show_bug.cgi?id=56214#c12> that the patch will break the win build.  The commit-queue just does what human contributors do: it builds and tests the patch on one platform (in this case Apple Mac).
Comment 6 Oliver Hunt 2011-03-12 15:42:05 PST
(In reply to comment #5)
> (In reply to comment #4)
> > 80919 was landed by the commit queue how can it break the build.  The whole point of the commit queue is that you can set cq+ and it will be safe.  That's the only reason I use it.  If it can't be trusted to ensure only non-breaking patches are landed it should be disabled.
> 
> It says right here <https://bugs.webkit.org/show_bug.cgi?id=56214#c12> that the patch will break the win build.  The commit-queue just does what human contributors do: it builds and tests the patch on one platform (in this case Apple Mac).

The commit queue lands at a random point in the future, if it's not checking all platforms, or ensuring that all platforms successfully built then anyone using it saying "i don't care if this breaks other builds at some point in the future when i may not be around".  My _only_ reason for being okay with the commit queue was the (apparently mistaken) belief that it would not break the build.  Given that it is willing to land breaking changes all it does is delay the failure until some time when the person most able to fix the failure is possibly no longer available.

The commit queue has removed the need for a committer to land and watch the patch and placed that work onto whoever updates on the broken platform first, rather than whoever landed the patch.
Comment 7 Adam Barth 2011-03-12 16:32:25 PST
If you're interested in continuing this discussion, I'd recommend emailing webkit-dev on the subject.  Before doing that, you might wish to review the previous webkit-dev threads on this topic as it has been discussed before and I'm not aware of any facts that have changed.