From owner-freebsd-current@FreeBSD.ORG Sat Nov 1 04:11:56 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A20A84D5; Sat, 1 Nov 2014 04:11:56 +0000 (UTC) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE263352; Sat, 1 Nov 2014 04:11:55 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id gd6so5895144lab.20 for ; Fri, 31 Oct 2014 21:11:52 -0700 (PDT) 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:content-type; bh=Xird0tLYYspERVAPFwFzpEyWcMdv+s2/tt5CdktlHzc=; b=gjrYl+s8O3zj0i9E1idQSqunqhS8bM06dbJu4+tNhoJMWFSZhYhK6sDoe0oQQ7vmjp /9SVxsyLGUkioOKvGRm9nY6P5pu26zugeihALK4TMQj2qlxWRv2RnEgvKQMjAgKhemfA 1TD/oUNdDc2UX00tjt+G2E47txYFXgliywl9S8zqwv/FBH7D0WBPV4j5dUEGoB6wYRHx T+epxdCKD7Qw2pN3KmedOdsBIWJbYPOorhcVrev4R5gv8ryuLQkB9AxYmH4uOVMdSt6n xgk1QSm1F8wlAOkh6AiZe+eGuqBCIyKS3ZaAxsxccVHnc78vFrfjS97UJM29NybAV7/Q jATg== MIME-Version: 1.0 X-Received: by 10.112.57.227 with SMTP id l3mr30728593lbq.68.1414815112644; Fri, 31 Oct 2014 21:11:52 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.84.197 with HTTP; Fri, 31 Oct 2014 21:11:52 -0700 (PDT) Received: by 10.112.84.197 with HTTP; Fri, 31 Oct 2014 21:11:52 -0700 (PDT) In-Reply-To: <20141101020056.GA2229@dft-labs.eu> References: <2136673332.19.1414765732565.JavaMail.jenkins@jenkins-9.freebsd.org> <924594177.20.1414775069872.JavaMail.jenkins@jenkins-9.freebsd.org> <20141101020056.GA2229@dft-labs.eu> Date: Fri, 31 Oct 2014 21:11:52 -0700 X-Google-Sender-Auth: KrRGdxVxQOAY9blR2fAl6geTRGU Message-ID: Subject: Re: Jenkins build is unstable: FreeBSD_HEAD-tests2 #161 From: Craig Rodrigues To: freebsd-current Current , jenkins-admin@freebsd.org, Mateusz Guzik Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 01 Nov 2014 04:11:56 -0000 On Oct 31, 2014 7:01 PM, "Mateusz Guzik" wrote: > > There was a regression after commits related to new random code which > resulted in /dev/md0 being created and mounted to /var. > > Looks like the test in question assumes it always gets /dev/md0. > > The test works for me not what the regression is fixed. I guess jenkins > didn't catch up to it yet. Thanks for the analysis. Looks like things are OK as of https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/164/ . -- Craig