From owner-freebsd-ports@freebsd.org Thu Jan 19 04:06:53 2017 Return-Path: Delivered-To: freebsd-ports@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 CCB87CB7C84 for ; Thu, 19 Jan 2017 04:06:53 +0000 (UTC) (envelope-from mokhi64@gmail.com) Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (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 851181A79; Thu, 19 Jan 2017 04:06:53 +0000 (UTC) (envelope-from mokhi64@gmail.com) Received: by mail-it0-x22d.google.com with SMTP id c7so25864780itd.1; Wed, 18 Jan 2017 20:06:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=HDwr0jbL60q1kfvxiJieL7R2fQ0EODJRMevCXwAcyDc=; b=J+Q6/ZNFIH6lxRjMT3tIUyCn7WxGAVtgY/i3MTlNgcl3re/nvSizYnkYg7yvFKopFw /73pInauqon6xcbjJPy8hKNUu+h+Ptd76SFYtvb+9VaX1uTpp8PRamMwjP38LcXKFe3j lB1dOy0r7IdM0NH6+v7rYxILHZlKgLv63VlhVMkAkI94SSPdCxn6/9sj1MWrBlfuLp8S gRbjcbhWViOCNoW2A2eChHXs8hxvfzGQjVmnkQNoICmt//K/XVFQ+FLe0bPy/H66QNve I+lNtt90RwzCBr/ji6j/YH9ji7buPXpoJeqnIrOyYjEp1toJhcI6lF4wzF6RjgilwHKI dLDg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=HDwr0jbL60q1kfvxiJieL7R2fQ0EODJRMevCXwAcyDc=; b=TNJYL8LfNW7ka2SuJCkaklAkRCdHZitTt1sKgBQehTTS1wDCbJgThil1/5YcYLxvJo 7NSPZ7JqOkE0T5Loxv728owXq42ApgPQHirQI/OJRL/ICWIOKLHjcVxSz0xMA8QyrPgC XII8ddgIzADPchx/RHFoSmEdq/CzXrypXx2h1kAdEGvNN5385s/5Ub+uQQWa3s3j3etv 4+jmGM5a6GOliQqugKMbZxUSJ4LsB6kpZU3zzbzsDXbzkCmEcTEPMxByzhtItrCMEX0+ BB12G9CMoPJvOWEGKhnAvCpvTuexh+zPI5e93WwOIUbEXdReWtzFnb0R01ah8/0iIRI+ 6oTQ== X-Gm-Message-State: AIkVDXI3rhPDrF3A824Ac3DPzSn11DI9NTuM5PfTQG1FD2Aw0y+ZH3ntuLPCNT0ucltYA8GLXCtja6XgOEAYQw== X-Received: by 10.36.48.208 with SMTP id q199mr6694647itq.28.1484798812735; Wed, 18 Jan 2017 20:06:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.146.134 with HTTP; Wed, 18 Jan 2017 20:06:52 -0800 (PST) In-Reply-To: <3dad3665-c635-00c9-3638-a72ba6bf774b@freebsd.org> References: <303419bf-7502-3f79-ce7a-a0bb720a9fd5@ee.lbl.gov> <3dad3665-c635-00c9-3638-a72ba6bf774b@freebsd.org> From: mokhi Date: Thu, 19 Jan 2017 07:36:52 +0330 Message-ID: Subject: Re: poudriere: devel/llvm39: runaway_process To: leres@ee.lbl.gov Cc: freebsd-ports@freebsd.org, julian@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2017 04:06:53 -0000 On 1/19/17, Craig Leres wrote: > My poudriere build servers have been unable to build devel/llvm39 ever > since some ports changed from llvm37 (January 17th?) The error is > runaway_process and this happens during the package phase. It looks like > pkg-static spins for one hour at which point poudriere gives up on it. > Yesterday I raised max_execution_time for package on one build server to > 2 hours which did not help. My three servers are all at > 10.3-RELEASE-p16 and I'm attempting to build packages for the same versio= n. > > I'm still able to build llvm37 ok. Since it takes ~2 hours for the > failure to occur I'm hoping for ideas on how to diagnose this. > Well, I'm not sure about the error (mine builds fine), but as a helping note, maybe passing `-i` option to `poudriere testport` helps you go into the jail after the fail, then no need to rebuild all things after fail =F0=9F=98=81=F0=9F=98=84=F0=9F=98=8A simply change and ma= ke. However sometimes in some cases this approach fails, but generally I can say it works (for reducing test/fix time).