Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2014 08:06:24 -0800
From:      Garrett Cooper <yaneurabeya@gmail.com>
To:        jenkins-admin@freebsd.org
Cc:        freebsd-current@freebsd.org
Subject:   Re: Jenkins build became unstable:  FreeBSD_HEAD-tests2 #184
Message-ID:  <499424F5-33FF-481F-93A9-8C0210EBD85A@gmail.com>
In-Reply-To: <1727854750.8.1415088397322.JavaMail.jenkins@jenkins-9.freebsd.org>
References:  <1727854750.8.1415088397322.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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 <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/184/>;

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 "<string>", line 1, in <module>
  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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?499424F5-33FF-481F-93A9-8C0210EBD85A>