From owner-freebsd-pkg@freebsd.org Sun Apr 10 09:43:27 2016 Return-Path: Delivered-To: freebsd-pkg@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 6F02DB08668 for ; Sun, 10 Apr 2016 09:43:27 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [IPv6:2001:41d0:1008:bcb:1:1:0:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40A471579 for ; Sun, 10 Apr 2016 09:43:27 +0000 (UTC) (envelope-from trashcan@ellael.org) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: lock problem with contemporary poudriere-devel From: Michael Grimm In-Reply-To: Date: Sun, 10 Apr 2016 11:43:16 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: freebsd-pkg@FreeBSD.org X-Mailer: Apple Mail (2.3124) X-Virus-Scanned: clamav-milter 0.99.1 at mail X-Virus-Status: Clean X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 09:43:27 -0000 Dmitry Morozovsky wrote: > after some unspecified set of things[tm] I now have problems with one = of the=20 > poudriere sets: consistent >=20 > =3D=3D=3D=3D>> Warning: Failed to acquire update_stats lock >=20 > ckearing /tmp content does not help; defensive reboot does not either. >=20 > I tried to track this via source, but failed. Packages seem to be = built well,=20 > only post-processing are locked. >=20 > Any hints? Thanks! Sorry, no hints. But I am seeing the same with poudriere bulk builds = (poudriere-devel-3.1.99.20160216). After running a bulk build of 280 ports by =E2=80=A6 poudriere bulk -f /usr/local/etc/poudriere.d/pkglist -j stable = -J 20 -c =E2=80=A6 poudriere will hang after having successfully built all 280 = ports with: mike> ps -Af | egrep '(locked_mkdir|poudriere)'=20 728 1 SN 0:00.00 locked_mkdir 30 = /tmp/.poudriere-lock-62843-stable-default-update_stats 62843 1 IN 0:02.24 sh -e = /usr/local/share/poudriere/bulk.sh -f /usr/local/etc/poudriere.d/pkglist = -j stable -J 20 -c 62997 1 SN 0:06.41 sh -e = /usr/local/share/poudriere/bulk.sh -f /usr/local/etc/poudriere.d/pkglist = -j stable -J 20 -c 63002 1 IN 0:00.82 sh -e = /usr/local/share/poudriere/bulk.sh -f /usr/local/etc/poudriere.d/pkglist = -j stable -J 20 -c I have to kill all bulk.sh in order to stop the poudriere run. All ports = have been build correctly, though. Regards, Michael=