<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>183392</bug_id>
          
          <creation_ts>2018-03-06 17:54:53 -0800</creation_ts>
          <short_desc>commit-queue failed with error: There are too many unreachable loose objects; run git prune to remove them</short_desc>
          <delta_ts>2018-05-25 16:24:23 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Aakash Jain">aakash_jain</reporter>
          <assigned_to name="Aakash Jain">aakash_jain</assigned_to>
          <cc>ap</cc>
    
    <cc>lforschler</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1404241</commentid>
    <comment_count>0</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2018-03-06 17:54:53 -0800</bug_when>
    <thetext>commit-queue failed in https://bugs.webkit.org/show_bug.cgi?id=183299

It seems to have landed the patch, but it shows that it failed.  https://webkit-queues.webkit.org/results/6833744


It&apos;s logs have following error:


Last 500 characters of output:
ls/ChangeLog
r229349 = c3710bd8a5d1173ab6b53e0d79ece83f5b3421d1 (refs/remotes/origin/master)
Auto packing the repository in background for optimum performance.
See &quot;git help gc&quot; for manual housekeeping.
error: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log.
Automatic cleanup will not be performed until the file is removed.

warning: There are too many unreachable loose objects; run &apos;git prune&apos; to remove them.

gc --auto: command returned error: 255</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1404257</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2018-03-06 20:18:26 -0800</bug_when>
    <thetext>I saw it in another bug today, too.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1404273</commentid>
    <comment_count>2</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2018-03-06 22:27:28 -0800</bug_when>
    <thetext>Another similar failure in https://bugs.webkit.org/show_bug.cgi?id=183396  (https://webkit-queues.webkit.org/results/6835274)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1404274</commentid>
    <comment_count>3</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2018-03-06 22:41:40 -0800</bug_when>
    <thetext>This error is happening only on webkit-cq-02 machine. Logs on webkit-cq-01 and webkit-cq-03 doesn&apos;t have this error. I just manually run &quot;git prune&quot; on webkit-cq-02. Let&apos;s see if that helps.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1404355</commentid>
    <comment_count>4</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2018-03-07 09:03:25 -0800</bug_when>
    <thetext>This night, it happened on webkit-cq-01 in bug 183400.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1404422</commentid>
    <comment_count>5</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2018-03-07 11:27:26 -0800</bug_when>
    <thetext>Another one (webkit-cq-01): https://bugs.webkit.org/show_bug.cgi?id=183394#c4  (https://webkit-queues.webkit.org/results/6841309)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1404505</commentid>
    <comment_count>6</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2018-03-07 15:39:44 -0800</bug_when>
    <thetext>Observation: The issue didn&apos;t happened on webkit-cq-02 after I run &quot;git prune&quot; yesterday night. It started happening on webkit-cq-01.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1404506</commentid>
    <comment_count>7</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2018-03-07 15:40:10 -0800</bug_when>
    <thetext>Did following to fix/improve this:

1) Run &quot;git prune&quot; on all the webkit-cq-* machines. 

2) Configured following variables to have better git gc:

git config --global gc.reflogExpire 30    (defaults to 90 days)
git config --global gc.reflogExpireUnreachable 10  (defaults to 30 days)

Reference: https://git-scm.com/docs/git-gc#_configuration

3) Running &quot;git gc --aggressive&quot; currently.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1427543</commentid>
    <comment_count>8</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2018-05-25 16:24:23 -0700</bug_when>
    <thetext>Closing it as we haven&apos;t seen this issue again after doing configuration changes.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>