[Webkit-unassigned] [Bug 132688] New: REGRESSION(r168471): Duplicate builddirs broke master

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 8 09:55:22 PDT 2014


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

           Summary: REGRESSION(r168471): Duplicate builddirs broke master
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: clopez at igalia.com
                CC: cgarcia at igalia.com, svillar at igalia.com,
                    lforschler at apple.com


After landing r168471 the buildmaster broke.

2014-05-08 09:10:17-0700 [-]   Unknown builder 'GTK Linux 64-bit Release' in scheduler 'trunk'
2014-05-08 09:10:17-0700 [-]   Unknown builder 'GTK Linux 64-bit Debug' in scheduler 'trunk'
2014-05-08 09:10:17-0700 [-]   duplicate builder builddir 'gtk-linux-64-release'
2014-05-08 09:10:17-0700 [-]   duplicate builder builddir 'gtk-linux-64-debug'
2014-05-08 09:10:17-0700 [-] Halting master.
2014-05-08 09:10:17-0700 [-] Main loop terminated.
2014-05-08 09:10:17-0700 [-] Server Shut Down.


on r168471 https://bugs.webkit.org/show_bug.cgi?id=131358 I configured the builddir for the tests bots to be the same than the build ones.

This was intentionally, because we (GTK) build a couple of external dependencies with jhbuild and link webkit to them. And the linking process relies on the full path.

But I can workaround it on the buildslaves using symlinks, so is not a problem. I didn't know that the buildmaster will complain about two bots with the same builddir.

-- 
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