[
https://issues.apache.org/jira/browse/HIVE-14746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123349#comment-16123349
]
Hive QA commented on HIVE-14746:
--------------------------------
{color:red}ERROR:{color} -1 due to build exiting with an error
Test results: https://builds.apache.org/job/Hive-Build/9/testReport
Console output: https://builds.apache.org/job/Hive-Build/9/console
Test logs: http://104.199.114.197/logs/Hive-Build-9/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Tests exited with: NonZeroExitCodeException
Command 'bash /data/hiveptest/branch-2.3-working/scratch/source-prep.sh' failed
with exit status 1 and output '+ date '+%Y-%m-%d %T.%3N'
2017-08-11 13:40:40.425
+ [[ -n /usr/lib/jvm/java-8-openjdk-amd64 ]]
+ export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
+ JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
+ export
PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+
PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ export 'ANT_OPTS=-Xmx1g -XX:MaxPermSize=256m '
+ ANT_OPTS='-Xmx1g -XX:MaxPermSize=256m '
+ export 'MAVEN_OPTS=-Xmx1g -Dhttp.proxyHost=localhost -Dhttp.proxyPort=3128'
+ MAVEN_OPTS='-Xmx1g -Dhttp.proxyHost=localhost -Dhttp.proxyPort=3128'
+ cd /data/hiveptest/branch-2.3-working/
+ tee /data/hiveptest/logs/Hive-Build-9/source-prep.txt
+ [[ false == \t\r\u\e ]]
+ mkdir -p maven ivy
+ [[ git = \s\v\n ]]
+ [[ git = \g\i\t ]]
+ [[ -z branch-2.3 ]]
+ [[ -d apache-github-source-source ]]
+ [[ ! -d apache-github-source-source ]]
+ git clone https://github.com/apache/hive.git apache-github-source-source
Cloning into 'apache-github-source-source'...
+ date '+%Y-%m-%d %T.%3N'
2017-08-11 13:41:08.117
+ cd apache-github-source-source
+ git fetch origin
+ git reset --hard HEAD
HEAD is now at efa5b54 HIVE-17008: Fix boolean flag switchup in DropTableEvent
(Dan Burkert, reviewed by Mohit Sabharwal and Peter Vary)
+ git clean -f -d
+ git checkout branch-2.3
Switched to a new branch 'branch-2.3'
Branch branch-2.3 set up to track remote branch branch-2.3 from origin.
+ git reset --hard origin/branch-2.3
HEAD is now at 6f4c35c Release Notes
+ git merge --ff-only origin/branch-2.3
Already up-to-date.
+ date '+%Y-%m-%d %T.%3N'
2017-08-11 13:41:10.272
+
patchCommandPath=/data/hiveptest/branch-2.3-working/scratch/smart-apply-patch.sh
+ patchFilePath=/data/hiveptest/branch-2.3-working/scratch/build.patch
+ [[ -f /data/hiveptest/branch-2.3-working/scratch/build.patch ]]
+ [[ maven == \m\a\v\e\n ]]
+ mvn -B clean install -DskipTests -T 4 -q
-Dmaven.repo.local=/data/hiveptest/branch-2.3-working/maven
[ERROR] Failed to execute goal on project hive-hcatalog: Could not resolve
dependencies for project org.apache.hive.hcatalog:hive-hcatalog:pom:2.3.0:
Failure to transfer javax.xml.bind:jaxb-api:jar:2.2.2 from
http://www.datanucleus.org/downloads/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of datanucleus has
elapsed or updates are forced. Original error: Could not transfer artifact
javax.xml.bind:jaxb-api:jar:2.2.2 from/to datanucleus
(http://www.datanucleus.org/downloads/maven2): Connect to localhost:3128
[localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused
(Connection refused) -> [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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hive-hcatalog
+ exit 1
'
{noformat}
This message is automatically generated.
ATTACHMENT ID: - Hive-Build
> Remove branch from profiles by sending them from ptest-client
> -------------------------------------------------------------
>
> Key: HIVE-14746
> URL: https://issues.apache.org/jira/browse/HIVE-14746
> Project: Hive
> Issue Type: Sub-task
> Components: Hive, Testing Infrastructure
> Reporter: Sergio Peña
> Assignee: Barna Zsombor Klara
> Attachments: HIVE-14746.01.patch, HIVE-14746.02.patch,
> HIVE-14746.03.patch
>
>
> Hive ptest uses some properties files per branch that contain information
> about how to execute the tests.
> This profile includes the branch name used to fetch the branch code. We
> should get rid of this by detecting the branch from the
> jenkins-execute-build.sh script, and send the information directly to
> ptest-server as command line parameters.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)