From owner-freebsd-current@freebsd.org Mon Jul 6 10:29:39 2015 Return-Path: Delivered-To: freebsd-current@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 0D9B7993BC3 for ; Mon, 6 Jul 2015 10:29:39 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7E0C1A6A for ; Mon, 6 Jul 2015 10:29:38 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by wiwl6 with SMTP id l6so280223670wiw.0 for ; Mon, 06 Jul 2015 03:29:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=Jh8hYErcbsHQWjsBl5TyR5rg1FXG49LwPUdiM23m2zs=; b=UEN/roRKO+aK5T3Iio8nuBvdk0Hcpg7Yay55XWxdBzzPdUJhclqQo9HkLAvb+tv/+R hZ//LaPuo806RuI6Ex+UxsU0sLiDxtG7Tgl4jbXoMewJ3MxzzBDDEU7R7eYCL8meSxvy 9emng9qWxxhmNjHwCnmXai1YToMByIHOww9qBzGclmDChPeOC+TD1eBxvSdwJMF8pZNy GMMu/iafA9xzVdT0LuuSmxTEHuA7NXm6I/6d1aX0CqDUFQ7H+XpO3v7UKtnIgWIWRv+U ZMnj6t7b3p1Hs0IfD+1MTv7V4EVOLMn0dDtVPRYTllprW8lMHcubkys1vaeTzdpwSptI pA5g== X-Gm-Message-State: ALoCoQk0UowjmInP6tXoGz14PPt1y0af1tFxAj+HaYb3iWrLm8hYzf0fKxaYRLy51CnmEgiRgpEz MIME-Version: 1.0 X-Received: by 10.194.71.226 with SMTP id y2mr45485025wju.34.1436178571048; Mon, 06 Jul 2015 03:29:31 -0700 (PDT) Received: by 10.194.81.106 with HTTP; Mon, 6 Jul 2015 03:29:31 -0700 (PDT) Date: Mon, 6 Jul 2015 12:29:31 +0200 Message-ID: Subject: Parallel release failed on pwd_mkdb From: Oliver Pinter To: FreeBSD-Current , FreeBSD-Stable Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2015 10:29:39 -0000 Hi All! We got this build failure, when two release make release running in parallel: 10-STABLE: ----------------- -------------------------------------------------------------- >>> stage 4.4: building everything -------------------------------------------------------------- pwd_mkdb: /var/tmp/temproot/etc/pwd.db.tmp to /var/tmp/temproot/etc/pwd.db: No such file or directory *** Error code 1 Stop. make[4]: stopped in /jenkins/workspace/HardenedBSD-10-STABLE-amd64/etc *** Error code 1 Stop. make[3]: stopped in /jenkins/workspace/HardenedBSD-10-STABLE-amd64 *** Error code 1 Stop. make[2]: stopped in /jenkins/workspace/HardenedBSD-10-STABLE-amd64 *** FATAL ERROR: Cannot 'cd' to /jenkins/workspace/HardenedBSD-10-STABLE-amd64/release/.. and install files to the temproot environment *** Error code 1 Stop. make[1]: stopped in /jenkins/workspace/HardenedBSD-10-STABLE-amd64/release *** Error code 1 11-CURRENT: -------------------- pwd_mkdb -i -p -d /var/tmp/temproot/etc /var/tmp/temproot/etc/master.passwd pwd_mkdb: /var/tmp/temproot/etc/pwd.db.tmp: File exists *** Error code 1 Stop. make[4]: stopped in /jenkins/workspace/HardenedBSD-master-amd64/etc *** Error code 1 Stop. make[3]: stopped in /jenkins/workspace/HardenedBSD-master-amd64 *** Error code 1 Stop. make[2]: stopped in /jenkins/workspace/HardenedBSD-master-amd64 *** FATAL ERROR: Cannot 'cd' to /jenkins/workspace/HardenedBSD-master-amd64/release/.. and install files to the temproot environment *** Error code 1 Stop. make[1]: stopped in /jenkins/workspace/HardenedBSD-master-amd64/release *** Error code 1 I could work it around with build order dependency or with chrooted builds... Thanks, Oliver