From owner-freebsd-current@FreeBSD.ORG Tue Nov 4 16:06:31 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 D82D1FAF; Tue, 4 Nov 2014 16:06:30 +0000 (UTC) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::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 A2ED4860; Tue, 4 Nov 2014 16:06:30 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id lj1so14665048pab.36 for ; Tue, 04 Nov 2014 08:06:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=uhx1G1tyHC5nNmB7S1qGRHGpfMpDcdmz9RnhKNY8jfU=; b=l2uVJUwbN/0oFe5XaUiamXd1H6ob9gGSyTb0s116eg3DuInScQG3xqPzwjudBnN8h9 a4gHjWuWqDMkjOf4JUMPpH07JDdUpxD94WV0NnotWv1b8eDfXYVmLPMoNxInKerJKti5 jBDRV04Yrt/16dVyx6flx1VWLy6jvgbCUIfEsRzoSX4bxmJ9G1hzMqeilJS+dJIh813W wvLSYweMN+DWpXh7x74yH15Dfb6p2exS4YRNz6RrDLfb/rwFsErQux6Bc3wewIwOAEL6 OfD7Sonxt/yf2NnTUWdXXp0jq5Mue9/2frAFcFIyuqW6kPSiMz/Y6qWadS2ohfn8WF2S gBYg== X-Received: by 10.70.28.132 with SMTP id b4mr8934449pdh.149.1415117189438; Tue, 04 Nov 2014 08:06:29 -0800 (PST) Received: from [172.16.0.156] (50-206-19-250-static.hfc.comcastbusiness.net. [50.206.19.250]) by mx.google.com with ESMTPSA id z6sm822338pas.16.2014.11.04.08.06.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Nov 2014 08:06:27 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_34C78B1A-C1D0-4DF2-ABAD-3251C9E81E3F"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Jenkins build became unstable: FreeBSD_HEAD-tests2 #184 From: Garrett Cooper In-Reply-To: <1727854750.8.1415088397322.JavaMail.jenkins@jenkins-9.freebsd.org> Date: Tue, 4 Nov 2014 08:06:24 -0800 Message-Id: <499424F5-33FF-481F-93A9-8C0210EBD85A@gmail.com> References: <1727854750.8.1415088397322.JavaMail.jenkins@jenkins-9.freebsd.org> To: jenkins-admin@freebsd.org X-Mailer: Apple Mail (2.1878.6) Cc: freebsd-current@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: Tue, 04 Nov 2014 16:06:31 -0000 --Apple-Mail=_34C78B1A-C1D0-4DF2-ABAD-3251C9E81E3F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Nov 4, 2014, at 0:06, jenkins-admin@freebsd.org wrote: > See It appears that some of the new results from the libc testcases are = causing Jenkins to crash in some cases: - = https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/186/testReport= / And it appears that kyua is creating =93malformed XML=94 (invalid XML = character) in others: = https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/184/testReport= /junit/test-report/xml/_init_/ I=92m not sure about the former case, but the latter case has to do with = the fact that one of the testcases outputs invalid UTF-8 which is then = turning up in the output. Even python complains about it: % kyua report-junit > ~/report.junit % python2 -c 'import os.path; import xml.dom.minidom as md; = md.parse(os.path.expanduser("~/report.junit"))' Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/xml/dom/minidom.py", line 1918, in = parse return expatbuilder.parse(file) File "/usr/local/lib/python2.7/xml/dom/expatbuilder.py", line 924, in = parse result =3D builder.parseFile(fp) File "/usr/local/lib/python2.7/xml/dom/expatbuilder.py", line 207, in = parseFile parser.Parse(buffer, 0) xml.parsers.expat.ExpatError: not well-formed (invalid token): line = 27137, column 13 The problem testcase is lib.libc.locale.t_io:bad_big5_wprintf; once I = remove that from the output, python no longer complains: % python2 -c 'import os.path; import xml.dom.minidom as md; = md.parse(os.path.expanduser("~/report.junit"))' I fixed this issue in r274090. Thank you! --Apple-Mail=_34C78B1A-C1D0-4DF2-ABAD-3251C9E81E3F Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUWPmBAAoJEMZr5QU6S73eWnAH/2KauLlrHnC3BemyUkCwYEak 6yMDKy1Y4cOqKfYxx90J6Kb+I9wIfCnM61KgNEb51s6IP0lbpirptOm63UyS6HlI /70G/FjJv2ouNg98skHjLbuY8LV6z3We854GCad4F+AmlO0P6j8/np1lHtHBbl/C IgyoB69TC7yypJydywaRDsp5NnIIx/woIhqSGflJfv/7+CyC6yWdu29f/i9m3H8n RElbQTOasPjeeecLBFx2Fwk2ebrI8O2x0mvbA7rvGi71M4HRyveP2dJflAUhP/Mx fXaz4qJSyltNOUIiXbYKRMxq7ii0D58hlB4K7XZ6D21qj3ZewFEberXPJfbTzfE= =Lw/k -----END PGP SIGNATURE----- --Apple-Mail=_34C78B1A-C1D0-4DF2-ABAD-3251C9E81E3F--