kirktrue commented on PR #19489: URL: https://github.com/apache/kafka/pull/19489#issuecomment-3629655513
There's a weird error that's failing both the [JDK 17](https://github.com/apache/kafka/actions/runs/20018321623/job/57400884392?pr=19489) and [JDK 25](https://github.com/apache/kafka/actions/runs/20018321623/job/57400884363?pr=19489) builds during the JUnit XML parsing step: ``` . . . Parsing file: build/junit-xml/clients/25-noflaky-nonew/TEST-org.apache.kafka.common.record.ControlRecordTypeTest.xml, module: clients, job: 25-noflaky-nonew Parsing file: build/junit-xml/clients/25-noflaky-nonew/TEST-org.apache.kafka.common.requests.TxnOffsetCommitRequestTest.xml, module: clients, job: 25-noflaky-nonew Parsing file: build/junit-xml/clients/25-noflaky-nonew/TEST-org.apache.kafka.common.record.LegacyRecordTest.xml, module: clients, job: 25-noflaky-nonew Parsing file: build/junit-xml/clients/25-noflaky-nonew/TEST-org.apache.kafka.common.security.oauthbearer.ClaimValidationUtilsTest.xml, module: clients, job: 25-noflaky-nonew Parsing file: build/junit-xml/clients/25-noflaky-nonew/TEST-org.apache.kafka.clients.consumer.internals.ApplicationEventHandlerTest.xml, module: clients, job: 25-noflaky-nonew Traceback (most recent call last): File "/home/runner/work/kafka/kafka/.github/scripts/junit.py", line 278, in <module> for suite in parse_report(workspace_path, report, fp): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/work/kafka/kafka/.github/scripts/junit.py", line 149, in parse_report for (event, elem) in xml.etree.ElementTree.iterparse(fp, events=["start", "end"]): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/xml/etree/ElementTree.py", line 1242, in iterator root = pullparser._close_and_return_root() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/xml/etree/ElementTree.py", line 1290, in _close_and_return_root root = self._parser.close() ^^^^^^^^^^^^^^^^^^^^ xml.etree.ElementTree.ParseError: no element found: line 1, column 0 ``` I'll look around and see if I can get more detail. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
