[Webkit-unassigned] [Bug 191318] New: REGRESSION(r237113?): [GTK] Stable bots are unexpectedly running jhbuild

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 12:20:50 PST 2018


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

            Bug ID: 191318
           Summary: REGRESSION(r237113?): [GTK] Stable bots are
                    unexpectedly running jhbuild
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org, ryanhaddad at apple.com

Ryan noticed that, after the bots were restarted for the change in r237113 "[GTK] Disable MSE build support on Debian and Ubuntu LTS bots" 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 "steps_unittest.py", line 599, in doTest
    self.assertListEqual(expected_build_steps[builder['name']], buildSteps)
AssertionError: Lists differ: ['configure build', 'svn', 'ki... != ['configure build', 'svn', 'ki...

First differing element 5:
compile-webkit
jhbuild

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

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

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

First differing element 5:
compile-webkit
jhbuild

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

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

These bots are not supposed to be running jhbuild. I'm skeptical that r237113 is to blame, but the timeline matches and I don't have another explanation. See the discussion in bug #191290.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181106/c5eb75a1/attachment.html>


More information about the webkit-unassigned mailing list