From owner-freebsd-current@freebsd.org Tue Sep 29 01:58:15 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2A4BA0A699 for ; Tue, 29 Sep 2015 01:58:15 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qg0-x233.google.com (mail-qg0-x233.google.com [IPv6:2607:f8b0:400d:c04::233]) (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 61FAB197A; Tue, 29 Sep 2015 01:58:15 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qgx61 with SMTP id 61so137412963qgx.3; Mon, 28 Sep 2015 18:58:14 -0700 (PDT) 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=bmHiuYJEABHVIqGD4H3uE7DVuT1oBAeAhjfGrCr/Qbw=; b=Ii0XEcu6Hc3szV6PvzZv8EhggldS5JuLyoRaItFEifL577YR8yDg7kVOkf8soW/UV1 KBg7PvNDk0NNJDXfuiqJFgKynWd7sk13XNadDd3sXq2W5PWa+At02agX0IVdIyaZ/JAC KD4fClERpK5Yf84wGXTNssGuKH10PL1ehnTmv+JlXYL6vhyj7DpY85mOJSZMpiVahbyD 2PbfQCmdoPKb70SJ5FnETlCmnhz34jLlH4We1lMDf2sgiHtx/l3vX+irOuhI2UoVythU wE6zmTmfO4LinnSi5k5gwN4KPHH4NYrIXr3X16k+rnTdVXYhJC4n81S1DuydTUa5A0DG GkfQ== MIME-Version: 1.0 X-Received: by 10.140.144.8 with SMTP id 8mr26844804qhq.54.1443491894487; Mon, 28 Sep 2015 18:58:14 -0700 (PDT) Received: by 10.140.94.44 with HTTP; Mon, 28 Sep 2015 18:58:14 -0700 (PDT) In-Reply-To: References: <1910304733.81.1443434245710.JavaMail.jenkins@jenkins-9.freebsd.org> <1509647565.84.1443447037587.JavaMail.jenkins@jenkins-9.freebsd.org> Date: Mon, 28 Sep 2015 18:58:14 -0700 Message-ID: Subject: Re: FreeBSD_HEAD-tests - Build #1497 - Still Unstable From: NGie Cooper To: "jenkins-admin@freebsd.org" Cc: FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 29 Sep 2015 01:58:15 -0000 On Mon, Sep 28, 2015 at 10:21 AM, Garrett Cooper wrote: > >> On Sep 28, 2015, at 06:30, jenkins-admin@FreeBSD.org wrote: >> >> FreeBSD_HEAD-tests - Build #1497 - Still Unstable: >> >> Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1497/ >> Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1497/changes >> Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1497/console >> >> Change summaries: >> >> No changes >> >> >> The failed test cases: >> >> 1 tests failed. >> FAILED: test-report.xml. >> >> Error Message: > > The kyua tests passed. It just ran into an LOR at the end that is probably causing issues or something.. Nope. It's because one of the tests I added uses non-printable characters and the converter script isn't escaping the character properly: https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests/1499/testReport/test-report/xml/_init_/ Craig and co: could you please fix this? Thanks.