From owner-freebsd-testing@freebsd.org Mon Nov 2 14:56:23 2015 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B186AA02C4C for ; Mon, 2 Nov 2015 14:56:23 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.87.78.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "valentine.liquidneon.com", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91FEF1374; Mon, 2 Nov 2015 14:56:23 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: by valentine.liquidneon.com (Postfix, from userid 1018) id 50F0B24D98; Mon, 2 Nov 2015 14:51:02 +0000 (UTC) Date: Mon, 2 Nov 2015 14:51:02 +0000 From: Brad Davis To: Craig Rodrigues Cc: "jenkins-admin@freebsd.org" , "freebsd-testing@freebsd.org" Subject: Re: Broken kyua package causing test failures Message-ID: <20151102145102.GA44301@corpmail.liquidneon.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2015 14:56:23 -0000 On Fri, Oct 30, 2015 at 03:47:47PM -0700, Craig Rodrigues wrote: > Hi, > > Due to this change in the ports tree: > http://svnweb.freebsd.org/ports?view=revision&revision=399992 > > if you try to "pkg install kyua", you will get: > > [1/1] Installing kyua-0.11,2... > Creating user 'tests' with uid '977'. > useradd: not found > pkg: PRE-INSTALL script failed > > > This was fixed with: > http://svnweb.freebsd.org/ports?view=revision&revision=400469 > > > Until the main package repository is rebuilt with this fix, installing > kyua from packages will result in test failures because of a missing > "tests" user. Sorry about this! It is a bit humorous that our testing tool exposed this bug! > According to the ports team, this should be fixed in a few days once the > packages are rebuilt. It looks like the build is done now. Regards, Brad Davis