Haohui Mai created HDFS-8434: -------------------------------- Summary: Jenkins has race conditions when reading the maven repo Key: HDFS-8434 URL: https://issues.apache.org/jira/browse/HDFS-8434 Project: Hadoop HDFS Issue Type: Bug Reporter: Haohui Mai
Jenkins builds have race conditions when accessing the directory of the maven repo: {noformat} Error Message org.xml.sax.SAXParseException; systemId: jar:file:/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-common/3.0.0-SNAPSHOT/hadoop-common-3.0.0-SNAPSHOT.jar!/core-default.xml; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog. Stacktrace java.lang.RuntimeException: org.xml.sax.SAXParseException; systemId: jar:file:/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-common/3.0.0-SNAPSHOT/hadoop-common-3.0.0-SNAPSHOT.jar!/core-default.xml; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog. {noformat} More details can be found in https://builds.apache.org/job/PreCommit-HDFS-Build/11050/testReport/org.apache.hadoop.hdfs.server.datanode/TestDataNodeHotSwapVolumes/testAddOneNewVolume/ What it looks like here is that there is another build that triggers {{mvn clean}} when {{mvn test}} is still running. -- This message was sent by Atlassian JIRA (v6.3.4#6332)