[Webkit-unassigned] [Bug 106945] REGRESSION: Sheriffbot is failing to process rollout requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 16 04:08:46 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106945


Alan Cutter <alancutter at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |alancutter at chromium.org
                   |kit.org                     |
                 CC|                            |abarth at webkit.org




--- Comment #3 from Alan Cutter <alancutter at chromium.org>  2013-01-16 04:10:31 PST ---
This failure is caused by the migration of Sheriffbot to Google Compute Engine.

The git repository was not properly set up with SVN (manually fixed now on gce-feeder-01) however this is not the only issue.

Another problem that occurs when sheriffbot tries to do a rollout on gce-feeder-01 is this error:

> Running: webkit-patch --status-host=queues.webkit.org --bot-id=gce-feeder-01 create-rollout --force-clean --parent-command=sheriff-bot 139575 Rollout test (Requested by alancutter on #webkit).
> Failed to run "['/mnt/git/webkit-sheriff-bot/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--..." exit_code: 2 cwd: /mnt/git/webkit-sheriff-bot
> 
> Preparing rollout for bug 106747.
> Updating working directory
> Logging in as webkit.review.bot at gmail.com...
> Creating bug with title "REGRESSION(r139575): Rollout test (Requested by alancutter on #webkit)."
> Bug 106982 created.
> https://bugs.webkit.org/show_bug.cgi?id=106982
> Fetching: https://bugs.webkit.org/show_bug.cgi?id=106747&ctype=xml&excludefield=attachmentdata
> Re-opening bug 106747
> Re-opened since this is blocked by bug 106982
> Failed to run "['Tools/Scripts/prepare-ChangeLog']" exit_code: 1
> 
>   Running status to find changed, added, or removed files.
>   Reviewing diff to determine which lines changed.
>   Extracting affected function names from source files.
> Failed to determine ChangeLog name.
> Either:
>   set CHANGE_LOG_NAME in your environment
>   OR pass --name= on the command line
>   OR set REAL_NAME in your environment  OR git users can set 'git config user.name'
>                              
>   Failed to run "['Tools/Scripts/prepare-ChangeLog']" exit_code: 1
>   Updating OpenSource
>   Current branch master is up to date.
>     Running status to find changed, added, or removed files.
>     Reviewing diff to determine which lines changed.
>     Extracting affected function names from source files.
>   Failed to determine ChangeLog name.
>   Either:
>     set CHANGE_LOG_NAME in your environment
>     OR pass --name= on the command line
>     OR set REAL_NAME in your environment  OR git users can set 'git config user.name'
> 
>   No work item. Sleeping until 2013-01-16 07:20:26 (2 mins).
> 

Tools/Scripts/prepare-ChangeLog fails to execute (stand alone) when there are changes present in the repository on gce-feeder-01 because the git config doesn't contain a username or email address for Sheriffbot to create a ChangeLog entry.

These issues have been fixed on gce-feeder-01 and I've tested that Sheriffbot can perform rollouts again.

Patch to update the GCE build scripts to resolve these issues in the GCE build scripts coming (after I get some sleep). :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list