From owner-freebsd-testing@FreeBSD.ORG Tue Sep 9 18:01:41 2014 Return-Path: Delivered-To: testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42F30B18; Tue, 9 Sep 2014 18:01:41 +0000 (UTC) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) (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 343BBF53; Tue, 9 Sep 2014 18:01:37 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id b8so8263578lan.39 for ; Tue, 09 Sep 2014 11:01:35 -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:cc:content-type; bh=IBJKvWY3YxxSoxuDdWVKUEPzhNSzLUNCIwTdZFucPDU=; b=EMkinmGd2rx1RDWtZdjbu6FseQiZi/OUy2pxrqEn6vmUDwiLbzQ0rxgCmRR2zHS+sf cz3I0hIxsJXP4SJPa3/bnUtcS5Uz4e2y8XrQk0u6ikTz8D8AROtSmh2kbDb+vurtUeZ8 UIjmyebZd62eqxyEtYIWSsa7W3iF1rJFMrZuHcsTAWm0sMCFEpQqk5puZ4SwGU5QHkNY XxzI6QJ2GbIzjK5NEr+0W4xgH+yHVKFT0Mhc+rp1DItx6dMza0bVnt1JgI8Bxo9X3zj1 +DzNreO7K0BNElcEkJZAQ8mOyB1v+aneHpAxMRJYQ3OwgAMo/buZfSAcT4peoAZMIIsA +10Q== MIME-Version: 1.0 X-Received: by 10.112.138.201 with SMTP id qs9mr32139556lbb.41.1410285695099; Tue, 09 Sep 2014 11:01:35 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.22.72 with HTTP; Tue, 9 Sep 2014 11:01:35 -0700 (PDT) In-Reply-To: <540F34B1.7040103@freebsd.org> References: <540F34B1.7040103@freebsd.org> Date: Tue, 9 Sep 2014 11:01:35 -0700 X-Google-Sender-Auth: SjF_m5HoahqekZ4Kp8rpmnhGNS8 Message-ID: Subject: Re: Need help fixing tests in CURRENT From: Craig Rodrigues To: Allan Jude Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-current Current , "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: Tue, 09 Sep 2014 18:01:41 -0000 On Tue, Sep 9, 2014 at 10:11 AM, Allan Jude wrote: > > > > > https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/lastCompletedBuild/testReport/ > > > Most of the errors (jot, m4, sed, etc) seems to be: > > kyua-tap-tester: Configuration variables not supported; ignoring > 'has.cleanup=false' > kyua-tap-tester: Configuration variables not supported; ignoring > 'unprivileged-user=tests' > > while everything else about the test was successful. > > "Configuration variables not supported" is a behavior of kyua. I filed an issue for it here: https://github.com/jmmv/kyua/issues/104 I'm not sure if that is the source of the test failures. -- Craig