[ https://issues.apache.org/jira/browse/HIVE-26849?focusedWorklogId=833542&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-833542 ]
ASF GitHub Bot logged work on HIVE-26849: ----------------------------------------- Author: ASF GitHub Bot Created on: 14/Dec/22 18:39 Start Date: 14/Dec/22 18:39 Worklog Time Spent: 10m Work Description: zabetak opened a new pull request, #3860: URL: https://github.com/apache/hive/pull/3860 ### What changes were proposed in this pull request and why? Freeze versions-maven-plugin to avoid problems such as the one reported here caused by the most recent (2.14.0) version. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ``` mvn versions:set versions:commit -DgenerateBackupPoms=false -DnewVersion=4.0.0-nightly-89bf37bb45-20221214_191135 ``` The command finishes without any errors, contrary to what is happening when we use the most recent version. Issue Time Tracking ------------------- Worklog Id: (was: 833542) Remaining Estimate: 0h Time Spent: 10m > Nightly build fails in master (build 1533 onwards) > -------------------------------------------------- > > Key: HIVE-26849 > URL: https://issues.apache.org/jira/browse/HIVE-26849 > Project: Hive > Issue Type: Bug > Components: Build Infrastructure > Reporter: Stamatis Zampetakis > Assignee: Stamatis Zampetakis > Priority: Major > Attachments: master_build1534_nodes_101_steps_439.txt > > Time Spent: 10m > Remaining Estimate: 0h > > The last builds on master fail when testing the nightly build: > * http://ci.hive.apache.org/job/hive-precommit/job/master/1533/ > * http://ci.hive.apache.org/job/hive-precommit/job/master/1534/ > Full log attached in master_build1534_nodes_101_steps_439.txt > Relevant extract: > {noformat} > [2022-12-14T14:50:48.606Z] [INFO] Hive Packaging > 4.0.0-nightly-89bf37bb45-20221214_144325 FAILURE [ 3.734 s] > [2022-12-14T14:50:48.607Z] [INFO] > ------------------------------------------------------------------------ > [2022-12-14T14:50:48.607Z] [INFO] BUILD FAILURE > [2022-12-14T14:50:48.607Z] [INFO] > ------------------------------------------------------------------------ > [2022-12-14T14:50:48.607Z] [INFO] Total time: 06:49 min > [2022-12-14T14:50:48.607Z] [INFO] Finished at: 2022-12-14T14:50:48Z > [2022-12-14T14:50:48.607Z] [INFO] > ------------------------------------------------------------------------ > [2022-12-14T14:50:48.607Z] [WARNING] The requested profile "qsplits" could > not be activated because it does not exist. > [2022-12-14T14:50:48.607Z] [ERROR] Failed to execute goal on project > hive-packaging: Could not resolve dependencies for project > org.apache.hive:hive-packaging:pom:4.0.0-nightly-89bf37bb45-20221214_144325: > The following artifacts could not be resolved: > org.apache.hive.hcatalog:hive-webhcat:jar:4.0.0-nightly-89bf37bb45-20221214_144325, > > org.apache.hive.hcatalog:hive-webhcat-java-client:jar:4.0.0-nightly-89bf37bb45-20221214_144325: > Could not find artifact > org.apache.hive.hcatalog:hive-webhcat:jar:4.0.0-nightly-89bf37bb45-20221214_144325 > in wonder (http://artifactory/artifactory/wonder) -> [Help 1] > [2022-12-14T14:50:48.607Z] [ERROR] > [2022-12-14T14:50:48.607Z] [ERROR] To see the full stack trace of the errors, > re-run Maven with the -e switch. > [2022-12-14T14:50:48.607Z] [ERROR] Re-run Maven using the -X switch to enable > full debug logging. > [2022-12-14T14:50:48.607Z] [ERROR] > [2022-12-14T14:50:48.607Z] [ERROR] For more information about the errors and > possible solutions, please read the following articles: > [2022-12-14T14:50:48.607Z] [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > [2022-12-14T14:50:48.607Z] [ERROR] > [2022-12-14T14:50:48.607Z] [ERROR] After correcting the problems, you can > resume the build with the command > [2022-12-14T14:50:48.607Z] [ERROR] mvn <args> -rf :hive-packaging > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)