[ https://issues.apache.org/jira/browse/SUBMARINE-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825206#comment-16825206 ]
Adam Antal commented on SUBMARINE-54: ------------------------------------- This failures are quite strange... Looking into the jenkins logs it seems there is some caching or stucked files in of the jenkins workspace this is used by the hooks. >From previous patches, where the jenkins passed you can see the following >setup command during mvnsite module: {noformat} Wed Apr 17 14:22:19 UTC 2019 cd /home/jenkins/jenkins-slave/workspace/PreCommit-SUBMARINE-Build/sourcedir/hadoop-submarine/hadoop-submarine-yarnservice-runtime /usr/bin/mvn --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/PreCommit-SUBMARINE-Build/yetus-m2/hadoop-trunk-patch-0 -Ptest-patch clean site site:stage [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Hadoop Submarine YARN Service Runtime 0.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hadoop-submarine-score-yarnservice-runtime --- [INFO] Deleting /home/jenkins/jenkins-slave/workspace/PreCommit-SUBMARINE-Build/sourcedir/hadoop-submarine/hadoop-submarine-yarnservice-runtime/target [INFO] Deleting /home/jenkins/jenkins-slave/workspace/PreCommit-SUBMARINE-Build/sourcedir/hadoop-submarine/hadoop-submarine-yarnservice-runtime (includes = [dependency-reduced-pom.xml], excludes = []) [INFO] {noformat} While when it fails: {noformat} Mon Apr 15 21:04:48 UTC 2019 cd /home/jenkins/jenkins-slave/workspace/PreCommit-SUBMARINE-Build/sourcedir/hadoop-submarine/hadoop-submarine-yarnservice-runtime /usr/bin/mvn --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/PreCommit-SUBMARINE-Build/yetus-m2/hadoop-trunk-patch-1 -Ptest-patch clean site site:stage [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Hadoop Submarine YARN Service Runtime 0.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-submarine-core/0.2.0-SNAPSHOT/hadoop-submarine-core-0.2.0-SNAPSHOT.pom [WARNING] The POM for org.apache.hadoop:hadoop-submarine-core:jar:tests:0.2.0-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.apache.hadoop:hadoop-submarine-core:jar:0.2.0-SNAPSHOT is missing, no dependency information available [INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-submarine-core/0.2.0-SNAPSHOT/hadoop-submarine-core-0.2.0-SNAPSHOT-tests.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ {noformat} So the option {{-Dmaven.repo.local}} is configured differently as you can see. Seems like some bad jenkins configuration. I have no access to that, but someone who has access to the https://builds.apache.org/job/PreCommit-SUBMARINE-Build/ could take a look at it. > Add test coverage for YarnServiceJobSubmitter and make it ready for extension > for PyTorch > ----------------------------------------------------------------------------------------- > > Key: SUBMARINE-54 > URL: https://issues.apache.org/jira/browse/SUBMARINE-54 > Project: Hadoop Submarine > Issue Type: Sub-task > Reporter: Szilard Nemeth > Assignee: Szilard Nemeth > Priority: Major > Attachments: SUBMARINE-54.001.patch, SUBMARINE-54.002.patch, > SUBMARINE-54.003.patch, SUBMARINE-54.004.patch, SUBMARINE-54.005.patch, > SUBMARINE-54.006.patch, SUBMARINE-54.007.patch, SUBMARINE-54.008.patch, > SUBMARINE-54.009.patch, SUBMARINE-54.009.patch, SUBMARINE-54.010.patch, > SUBMARINE-54.010.patch, SUBMARINE-54.010.patch, SUBMARINE-54.010.patch, > SUBMARINE-54.010.patch > > > This crucial class has no associated test yet. We need to improve this. -- This message was sent by Atlassian JIRA (v7.6.3#76005)