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>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] 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 “malformed XML” (invalid XML character) in others: https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/184/testReport/junit/test-report/xml/_init_/ I’m 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 = 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! [-- Attachment #2 --] -----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-----help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?499424F5-33FF-481F-93A9-8C0210EBD85A>
