[ https://issues.apache.org/jira/browse/HIVE-19988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vihang Karajgaonkar resolved HIVE-19988. ---------------------------------------- Resolution: Duplicate > Precommit jobs erroring out > --------------------------- > > Key: HIVE-19988 > URL: https://issues.apache.org/jira/browse/HIVE-19988 > Project: Hive > Issue Type: Bug > Reporter: Vihang Karajgaonkar > Assignee: Vihang Karajgaonkar > Priority: Blocker > > {code} > + mvn clean package -B -DskipTests -Drat.numUnapprovedLicenses=1000 > -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/PreCommit-HIVE-Build/.m2/repository > [INFO] Scanning for projects... > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] Building hive-ptest 3.0 > [INFO] > ------------------------------------------------------------------------ > [INFO] Downloading from central: > https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 0.925 s > [INFO] Finished at: 2018-06-25T20:46:27Z > [INFO] Final Memory: 24M/1447M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its > dependencies could not be resolved: Failed to read artifact descriptor for > org.apache.maven.plugins:maven-clean-plugin:jar:2.5: Could not transfer > artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central > (https://repo.maven.apache.org/maven2): Received fatal alert: > protocol_version -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please > read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException > + return 1 > + ret=1 > + unpack_test_results > + '[' -z > /home/jenkins/jenkins-slave/workspace/PreCommit-HIVE-Build/hive/build ']' > + cd > /home/jenkins/jenkins-slave/workspace/PreCommit-HIVE-Build/hive/build/hive/testutils/ptest2/target > jenkins-execute-build.sh: line 61: cd: > /home/jenkins/jenkins-slave/workspace/PreCommit-HIVE-Build/hive/build/hive/testutils/ptest2/target: > No such file or directory > + [[ -f test-results.tar.gz ]] > + exit 1 > + rm -f /tmp/tmp.LFKzzyYwIt > Build step 'Execute shell' marked build as failure > Recording test results > ERROR: Step ?Publish JUnit test result report? failed: No test report files > were found. Configuration error? > [description-setter] Description set: HIVE-19980 / master-mr2 > Finished: FAILURE > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)