From owner-freebsd-testing@FreeBSD.ORG Thu Mar 6 18:35:35 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB6A0783; Thu, 6 Mar 2014 18:35:35 +0000 (UTC) Received: from mail-ve0-x22b.google.com (mail-ve0-x22b.google.com [IPv6:2607:f8b0:400c:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6666CA20; Thu, 6 Mar 2014 18:35:35 +0000 (UTC) Received: by mail-ve0-f171.google.com with SMTP id cz12so3030344veb.16 for ; Thu, 06 Mar 2014 10:35:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OLI7UhCN3paaeb/roqjy1VfVSHWAiFUWZglVTd8qNa8=; b=wU7MHAvOvFU3RniE2SJQVXUEHWNSKfL9QmXGu1PcKHST7JpDgqi6qKI3OJzv5telG+ H8WrdCY6mPE/9Y355njqPoRRG9OJfNjKLxSjtmNgCArUuaXCycjCaEMnyCzd/1L2Zf55 3vA33rEtJ27ZEXEkirvnvPxrwTFejqGfbfqaLD4lBxWZGihWxFl4XweCvyqkBU4tYiZh 4MPKNJC94DL7MCVhx2Cz5dpr1ZDHEghkyOP+0Ap8nG5l1MQoEpWhwxNlw9etgGjsE+Ts ffYUZ/HKKaDcKDTr9M4VsdB6thPoo3Osvrwyqi0QhpS4ZK/B2UIVVhXMTttz/dkFVs5m sHGg== MIME-Version: 1.0 X-Received: by 10.221.46.65 with SMTP id un1mr123195vcb.67.1394130934502; Thu, 06 Mar 2014 10:35:34 -0800 (PST) Received: by 10.221.67.136 with HTTP; Thu, 6 Mar 2014 10:35:34 -0800 (PST) In-Reply-To: <16437CC5729B5345AF77F816513376E81296BC51@MX103CL02.corp.emc.com> References: <16437CC5729B5345AF77F816513376E81296BC51@MX103CL02.corp.emc.com> Date: Thu, 6 Mar 2014 10:35:34 -0800 Message-ID: Subject: Re: tests on kyua1.nyi.freebsd.org against HEAD failing From: Garrett Cooper To: "Peel, Casey" , Julio Merino , Glen Barber Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2014 18:35:35 -0000 On Thu, Mar 6, 2014 at 10:01 AM, Peel, Casey wrote: > Greetings all. > > > > Benno pointed out that the tests against the HEAD branch on http://kyua1.nyi.freebsd.org appear to be misconfigured - is this a known issue? > > > > from http://kyua1.nyi.freebsd.org/head/data/0-LATEST/output.log: > > ------------ > > iterate: I: Fetching release.sh from svn://svn.freebsd.org/base/head > > A /tmp/autotest.xkE99Xcm/release.sh > > Export complete. > > iterate: I: Running '/tmp/autotest.xkE99Xcm/release.sh -c /tmp/autotest.xkE99Xcm/release.conf' in /root/autotest/node > > svn: E670008: Unable to connect to a repository at URL 'svn://svn.freebsd.orgbase/head' <---------- whoops! > > svn: E670008: Unknown hostname 'svn.freebsd.orgbase' > > iterate: W: Command failed with code 1 > > iterate: E: release build failed > > ------------ > > > > Based on http://kyua1.nyi.freebsd.org/head/data/, it looks like it stopped working at 20140226-004654 (Feb 26th). Hello Mr. Peel :)! Yes, that's definitely a bug because gjb changed how variables are defined in release.sh (mind the trailing slash!): http://svnweb.freebsd.org/base/head/release/release.conf.sample?r1=259079&r2=262499 http://svnweb.freebsd.org/base/head/release/release.sh?r1=259955&r2=262499 Too bad the extra slash wasn't kept in release.sh -- it would have avoided this breakage (I'm sure Julio isn't the only one who will have to update their release.conf). Julio, Looks like the NYI server needs to be updated and an extra slash needs to be added to the .conf file. Cheers! -Garrett