From owner-freebsd-testing@FreeBSD.ORG Wed Feb 11 15:48:22 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21C49EB8; Wed, 11 Feb 2015 15:48:22 +0000 (UTC) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (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 98FCC12B; Wed, 11 Feb 2015 15:48:21 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id z12so3952460lbi.11; Wed, 11 Feb 2015 07:48:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4dpjy0JZ38cK8cGDU8nXL7/PFWgC0hKGOVBusMMFkgc=; b=WBYmarmxEBj/DNXHQ2FRBG4SqglN/GUC/PeLWtl09J/qnA1jS6lpYhdFaipY3JE4k6 47xIbzLTRCvYMJtdWUMbxNtsnCVBEGhh08726kElZcFKMHw5F2yonKcn7D9RljsZREfJ LV8FKyncQXOXymiYqmi63fP3ivoXdRpMeLkthsjhe82adEtbXVjh+Spbn0/kmRhiBFEe hPqUZjQPHlGNUaa0zQZAkfFwtGs8vOd9Kiz4vAxDXh6X6RNm1i37eimJ7MPE1TaQ0KeQ xFxa136fOeKmfzZSUZNthiGcLJrnYVJg6q2opl9lXA6Cs6UIv4C0P9uzeyVPaQOKuB1y 1tWw== MIME-Version: 1.0 X-Received: by 10.152.43.18 with SMTP id s18mr28492229lal.26.1423669699682; Wed, 11 Feb 2015 07:48:19 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.28.40 with HTTP; Wed, 11 Feb 2015 07:48:19 -0800 (PST) In-Reply-To: <20150211150515.GA22751@FreeBSD.cs.nctu.edu.tw> References: <20150211150515.GA22751@FreeBSD.cs.nctu.edu.tw> Date: Wed, 11 Feb 2015 07:48:19 -0800 X-Google-Sender-Auth: U4qii6wJWwo4QaSeUrkbxsQjATs Message-ID: Subject: Re: scan-build and Jenkins From: Craig Rodrigues To: Li-Wen Hsu Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2015 15:48:22 -0000 On Wed, Feb 11, 2015 at 7:05 AM, Li-Wen Hsu wrote: > Hi, > > - "Multiple SCMs" plugin is used, for check out both scan-build scripts > and source being checked > - scan-build is build from LLVM & Clang trunk, which are also checked out > by > multiple SCMs plugin and built when job triggered. This is designed > by uqs@ at the beginning because we want to use the latest tool to > eliminate false results. > Thanks, this was the part I was not sure about. I will look at the Jenkins job to see how to build scan-build. Where did you find out the steps to build scan-build? Since you are building LLVM & Clang from trunk, does that mean you are using the trunk version of Clang to build FreeBSD as well, or do you just run scan-build to run the static analysis without building the FreeBSD source tree? -- Craig