From owner-freebsd-current@FreeBSD.ORG Sat Nov 1 02:01:02 2014 Return-Path: Delivered-To: freebsd-current@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 DED57623; Sat, 1 Nov 2014 02:01:02 +0000 (UTC) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (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 1392A781; Sat, 1 Nov 2014 02:01:01 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id ex7so2605143wid.10 for ; Fri, 31 Oct 2014 19:01:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=ThlxHthRMIOKfNXQOxeFMdQbqw0uDJnoB4NiRQkRaro=; b=jXVCntvuu2Iejfof/G7ODfmcwGRo09XM/BwjwfEANNpDC96Vc2c2mAceyb8dDyaBJ0 IPbAs67fb8zBnQnF1vQXIQU/Zc5sqERdtYRFPTpTbtU6LLU6UkGvhlqef25ZMWG0RlK5 f2CriGBoA9MvXjpDjIsSoF8MwlLSq1bNWNsZCC8+T3Ur8Ddhf2pN+H25iNkmrLVP1II/ pB/P8cbiqf0TZCspiVuJkxEINKMMRRLds//+a2ITJXzhnvJLlTCgL5LIb7VAoPEHrhLM YwHig1Lri38c6+Sdm/CHsx6ElrypE8l3Y9OAJK578vanOS+ruiZ864gt9CPAgnpWa0Mp QLrA== X-Received: by 10.180.99.163 with SMTP id er3mr999966wib.18.1414807260336; Fri, 31 Oct 2014 19:01:00 -0700 (PDT) Received: from dft-labs.eu (n1x0n-1-pt.tunnel.tserv5.lon1.ipv6.he.net. [2001:470:1f08:1f7::2]) by mx.google.com with ESMTPSA id m6sm492395wiy.16.2014.10.31.19.00.58 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 31 Oct 2014 19:00:59 -0700 (PDT) Date: Sat, 1 Nov 2014 03:00:57 +0100 From: Mateusz Guzik To: Craig Rodrigues Subject: Re: Jenkins build is unstable: FreeBSD_HEAD-tests2 #161 Message-ID: <20141101020056.GA2229@dft-labs.eu> Mail-Followup-To: Mateusz Guzik , Craig Rodrigues , "jenkins-admin@freebsd.org" , freebsd-current Current References: <2136673332.19.1414765732565.JavaMail.jenkins@jenkins-9.freebsd.org> <924594177.20.1414775069872.JavaMail.jenkins@jenkins-9.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current Current , "jenkins-admin@freebsd.org" 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 02:01:03 -0000 On Fri, Oct 31, 2014 at 06:52:43PM -0700, Craig Rodrigues wrote: > On Fri, Oct 31, 2014 at 10:04 AM, wrote: > > > See > > > > > Mateusz, > > Can you take a look at: > https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/ > > The last successful pass was GRN r273871. I'm not sure, but you made a > bunch of commits > under /usr/src/sys/kern at about the time when things started failing. > 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. -- Mateusz Guzik