<?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>191318</bug_id>
          
          <creation_ts>2018-11-06 12:20:50 -0800</creation_ts>
          <short_desc>REGRESSION(r237113?): [GTK] Stable bots are unexpectedly running jhbuild</short_desc>
          <delta_ts>2019-01-23 10:00:51 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>193669</dup_id>
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=191290</see_also>
          <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="Michael Catanzaro">mcatanzaro</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>aakash_jain</cc>
    
    <cc>ap</cc>
    
    <cc>bugs-noreply</cc>
    
    <cc>ryanhaddad</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1475618</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2018-11-06 12:20:50 -0800</bug_when>
    <thetext>Ryan noticed that, after the bots were restarted for the change in r237113 &quot;[GTK] Disable MSE build support on Debian and Ubuntu LTS bots&quot; to take effect, steps_unittest.py is now failing:

======================================================================
FAIL: test_builder GTK Linux 64-bit Release Debian Stable (Build) (__main__.BuildStepsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File &quot;steps_unittest.py&quot;, line 599, in doTest
    self.assertListEqual(expected_build_steps[builder[&apos;name&apos;]], buildSteps)
AssertionError: Lists differ: [&apos;configure build&apos;, &apos;svn&apos;, &apos;ki... != [&apos;configure build&apos;, &apos;svn&apos;, &apos;ki...

First differing element 5:
compile-webkit
jhbuild

Second list contains 1 additional elements.
First extra element 6:
compile-webkit

  [&apos;configure build&apos;,
   &apos;svn&apos;,
   &apos;kill old processes&apos;,
   &apos;delete WebKitBuild directory&apos;,
   &apos;delete stale build files&apos;,
+  &apos;jhbuild&apos;,
   &apos;compile-webkit&apos;]

======================================================================
FAIL: test_builder GTK Linux 64-bit Release Ubuntu LTS (Build) (__main__.BuildStepsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File &quot;steps_unittest.py&quot;, line 599, in doTest
    self.assertListEqual(expected_build_steps[builder[&apos;name&apos;]], buildSteps)
AssertionError: Lists differ: [&apos;configure build&apos;, &apos;svn&apos;, &apos;ki... != [&apos;configure build&apos;, &apos;svn&apos;, &apos;ki...

First differing element 5:
compile-webkit
jhbuild

Second list contains 1 additional elements.
First extra element 6:
compile-webkit

  [&apos;configure build&apos;,
   &apos;svn&apos;,
   &apos;kill old processes&apos;,
   &apos;delete WebKitBuild directory&apos;,
   &apos;delete stale build files&apos;,
+  &apos;jhbuild&apos;,
   &apos;compile-webkit&apos;]

These bots are not supposed to be running jhbuild. I&apos;m skeptical that r237113 is to blame, but the timeline matches and I don&apos;t have another explanation. See the discussion in bug #191290.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1497385</commentid>
    <comment_count>1</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2019-01-23 09:55:40 -0800</bug_when>
    <thetext>Aakash has a suggested fix in https://bugs.webkit.org/show_bug.cgi?id=190581#c8

 factories.py L42 should be changed to something like:

    if platform == &quot;gtk&quot; and &quot;--no-experimental-features&quot; not in additionalArguments:</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1497386</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2019-01-23 09:56:47 -0800</bug_when>
    <thetext>Oh, this was addressed in https://bugs.webkit.org/show_bug.cgi?id=193669

*** This bug has been marked as a duplicate of bug 193669 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>