<?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>97253</bug_id>
          
          <creation_ts>2012-09-20 12:59:36 -0700</creation_ts>
          <short_desc>webkit-patch land fails with &quot;AttributeError: &apos;NoneType&apos; object has no attribute &apos;contents&apos;&quot;</short_desc>
          <delta_ts>2017-07-18 08:29:28 -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>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></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="Ryosuke Niwa">rniwa</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abarth</cc>
    
    <cc>dpranke</cc>
    
    <cc>eric</cc>
    
    <cc>tony</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>724771</commentid>
    <comment_count>0</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-09-20 12:59:36 -0700</bug_when>
    <thetext>$ Tools/Scripts/webkit-patch land
Fetching: https://bugs.webkit.org/show_bug.cgi?id=97155&amp;ctype=xml&amp;excludefield=attachmentdata
Guessing &quot;Hajime Morita&quot; as reviewer from attachment 164811 on bug 97155.
Traceback (most recent call last):
  File &quot;Tools/Scripts/webkit-patch&quot;, line 84, in &lt;module&gt;
    main()
  File &quot;Tools/Scripts/webkit-patch&quot;, line 79, in main
    WebKitPatch(os.path.abspath(__file__)).main()
  File &quot;/Users/rniwa/webkit/Tools/Scripts/webkitpy/tool/multicommandtool.py&quot;, line 311, in main
    result = command.check_arguments_and_execute(options, args, self)
  File &quot;/Users/rniwa/webkit/Tools/Scripts/webkitpy/tool/multicommandtool.py&quot;, line 120, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File &quot;/Users/rniwa/webkit/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py&quot;, line 51, in execute
    self._sequence.run_and_handle_errors(tool, options, state)
  File &quot;/Users/rniwa/webkit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py&quot;, line 70, in run_and_handle_errors
    self._run(tool, options, state)
  File &quot;/Users/rniwa/webkit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py&quot;, line 64, in _run
    step(tool, options).run(state)
  File &quot;/Users/rniwa/webkit/Tools/Scripts/webkitpy/tool/steps/updatechangelogswithreviewer.py&quot;, line 72, in run
    ChangeLog(changelog_path).set_reviewer(reviewer)
  File &quot;/Users/rniwa/webkit/Tools/Scripts/webkitpy/common/checkout/changelog.py&quot;, line 349, in set_reviewer
    latest_entry_contents = latest_entry.contents()
AttributeError: &apos;NoneType&apos; object has no attribute &apos;contents&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>724774</commentid>
    <comment_count>1</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2012-09-20 13:01:16 -0700</bug_when>
    <thetext>Looks like a parse error in the ChangeLog.  We should handle this error better.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>724776</commentid>
    <comment_count>2</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-09-20 13:03:36 -0700</bug_when>
    <thetext>Looking at the change log, we have:

OB2012-09-19  Ryosuke Niwa  &lt;rniwa@webkit.org&gt;

        run-perf-tests should record individual value instead of statistics
        https://bugs.webkit.org/show_bug.cgi?id=97155

I just did svn up &amp; resolve-ChangeLogs. Maybe there&apos;s some bug/regression there?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>724785</commentid>
    <comment_count>3</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2012-09-20 13:17:07 -0700</bug_when>
    <thetext>OB2012-09-19

^^ is the &quot;OB&quot; in the original?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>724792</commentid>
    <comment_count>4</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2012-09-20 13:21:47 -0700</bug_when>
    <thetext>I suspect th OB caused the problem.  I believe tehre is a bug on file about leading spaces on teh date line causing webkit-patch to barf kittens.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>724799</commentid>
    <comment_count>5</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-09-20 13:25:39 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; OB2012-09-19
&gt; 
&gt; ^^ is the &quot;OB&quot; in the original?

Hm... it appears that it was in the original patch. Not sure how it got there.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>