See <https://builds.apache.org/job/Hive-0.10.0-SNAPSHOT-h0.20.1/143/>

------------------------------------------
[...truncated 7415 lines...]
:: delivering :: org.apache.hive#hive-contrib;0.10.0-SNAPSHOT :: 
0.10.0-SNAPSHOT :: integration :: Sun May 12 16:33:45 UTC 2013
        delivering ivy file to 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/contrib/ivy-0.10.0-SNAPSHOT.xml
:: publishing :: org.apache.hive#hive-contrib
        published hive-contrib to 
/home/jenkins/.ivy2/local/org.apache.hive/hive-contrib/0.10.0-SNAPSHOT/jars/hive-contrib.jar
        published ivy to 
/home/jenkins/.ivy2/local/org.apache.hive/hive-contrib/0.10.0-SNAPSHOT/ivys/ivy.xml

create-dirs:
     [echo] Project: service
     [copy] Warning: 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/service/src/test/resources
 does not exist.

init:
     [echo] Project: service

ivy-init-settings:
     [echo] Project: service

ivy-resolve:
     [echo] Project: service
[ivy:resolve] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/ivy/ivysettings.xml
[ivy:report] Processing 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/ivy/resolution-cache/org.apache.hive-hive-service-default.xml
 to 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/ivy/report/org.apache.hive-hive-service-default.html

ivy-retrieve:
     [echo] Project: service

compile:
     [echo] Project: service
    [javac] Compiling 7 source files to 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/service/classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar:
     [echo] Project: service
      [jar] Building jar: 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/service/hive-service-0.10.0-SNAPSHOT.jar
:: delivering :: org.apache.hive#hive-service;0.10.0-SNAPSHOT :: 
0.10.0-SNAPSHOT :: integration :: Sun May 12 16:33:47 UTC 2013
        delivering ivy file to 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/service/ivy-0.10.0-SNAPSHOT.xml
:: publishing :: org.apache.hive#hive-service
        published hive-service to 
/home/jenkins/.ivy2/local/org.apache.hive/hive-service/0.10.0-SNAPSHOT/jars/hive-service.jar
        published ivy to 
/home/jenkins/.ivy2/local/org.apache.hive/hive-service/0.10.0-SNAPSHOT/ivys/ivy.xml

create-dirs:
     [echo] Project: cli
     [copy] Warning: 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/cli/src/test/resources
 does not exist.

init:
     [echo] Project: cli

setup:
     [echo] Project: cli

ivy-init-settings:
     [echo] Project: cli

ivy-resolve:
     [echo] Project: cli
[ivy:resolve] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/ivy/ivysettings.xml
[ivy:resolve] downloading 
/home/jenkins/.ivy2/local/org.apache.hive/hive-service/0.10.0-SNAPSHOT/jars/hive-service.jar
 ...
[ivy:resolve] ...... (259kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
org.apache.hive#hive-service;0.10.0-SNAPSHOT!hive-service.jar (3ms)
[ivy:report] Processing 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/ivy/resolution-cache/org.apache.hive-hive-cli-default.xml
 to 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/ivy/report/org.apache.hive-hive-cli-default.html

ivy-retrieve:
     [echo] Project: cli

compile:
     [echo] Project: cli
    [javac] Compiling 4 source files to 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/cli/classes
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java:71:
 warning: sun.misc.Signal is Sun proprietary API and may be removed in a future 
release
    [javac] import sun.misc.Signal;
    [javac]                ^
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java:72:
 warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a 
future release
    [javac] import sun.misc.SignalHandler;
    [javac]                ^
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java:361:
 warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a 
future release
    [javac]     SignalHandler oldSignal = null;
    [javac]     ^
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java:362:
 warning: sun.misc.Signal is Sun proprietary API and may be removed in a future 
release
    [javac]     Signal interupSignal = null;
    [javac]     ^
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java:367:
 warning: sun.misc.Signal is Sun proprietary API and may be removed in a future 
release
    [javac]       interupSignal = new Signal("INT");
    [javac]                           ^
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java:368:
 warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a 
future release
    [javac]       oldSignal = Signal.handle(interupSignal, new SignalHandler() {
    [javac]                                                    ^
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java:368:
 warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a 
future release
    [javac]       oldSignal = Signal.handle(interupSignal, new SignalHandler() {
    [javac]                                                    ^
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java:373:
 warning: sun.misc.Signal is Sun proprietary API and may be removed in a future 
release
    [javac]         public void handle(Signal signal) {
    [javac]                            ^
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java:368:
 warning: sun.misc.Signal is Sun proprietary API and may be removed in a future 
release
    [javac]       oldSignal = Signal.handle(interupSignal, new SignalHandler() {
    [javac]                   ^
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java:429:
 warning: sun.misc.Signal is Sun proprietary API and may be removed in a future 
release
    [javac]         Signal.handle(interupSignal, oldSignal);
    [javac]         ^
    [javac] Note: 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/cli/src/java/org/apache/hadoop/hive/cli/RCFileCat.java
 uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java
 uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 10 warnings

jar:
     [echo] Project: cli
      [jar] Building jar: 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/cli/hive-cli-0.10.0-SNAPSHOT.jar
:: delivering :: org.apache.hive#hive-cli;0.10.0-SNAPSHOT :: 0.10.0-SNAPSHOT :: 
integration :: Sun May 12 16:33:48 UTC 2013
        delivering ivy file to 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/cli/ivy-0.10.0-SNAPSHOT.xml
:: publishing :: org.apache.hive#hive-cli
        published hive-cli to 
/home/jenkins/.ivy2/local/org.apache.hive/hive-cli/0.10.0-SNAPSHOT/jars/hive-cli.jar
        published ivy to 
/home/jenkins/.ivy2/local/org.apache.hive/hive-cli/0.10.0-SNAPSHOT/ivys/ivy.xml

create-dirs:
     [echo] Project: jdbc
     [copy] Warning: 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/jdbc/src/test/resources
 does not exist.

init:
     [echo] Project: jdbc

ivy-init-settings:
     [echo] Project: jdbc

ivy-resolve:
     [echo] Project: jdbc
[ivy:resolve] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/ivy/ivysettings.xml
[ivy:resolve] downloading 
http://www.sourceforge.net/projects/sqlline/files/sqlline/1.0.2/sqlline-1_0_2.jar
 ...
[ivy:resolve] .................... (81kB)
[ivy:resolve]   [SUCCESSFUL ] sqlline#sqlline#1.0.2;1_0_2!sqlline.jar (2900ms)
[ivy:report] Processing 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/ivy/resolution-cache/org.apache.hive-hive-jdbc-default.xml
 to 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/ivy/report/org.apache.hive-hive-jdbc-default.html

ivy-retrieve:
     [echo] Project: jdbc

compile:
     [echo] Project: jdbc
    [javac] Compiling 16 source files to 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/jdbc/classes
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/jdbc/src/java/org/apache/hadoop/hive/jdbc/HiveDatabaseMetaData.java
 uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jar:
     [echo] Project: jdbc
      [jar] Building jar: 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/jdbc/hive-jdbc-0.10.0-SNAPSHOT.jar
:: delivering :: org.apache.hive#hive-jdbc;0.10.0-SNAPSHOT :: 0.10.0-SNAPSHOT 
:: integration :: Sun May 12 16:33:55 UTC 2013
        delivering ivy file to 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/jdbc/ivy-0.10.0-SNAPSHOT.xml
:: publishing :: org.apache.hive#hive-jdbc
        published hive-jdbc to 
/home/jenkins/.ivy2/local/org.apache.hive/hive-jdbc/0.10.0-SNAPSHOT/jars/hive-jdbc.jar
        published ivy to 
/home/jenkins/.ivy2/local/org.apache.hive/hive-jdbc/0.10.0-SNAPSHOT/ivys/ivy.xml

create-dirs:
     [echo] Project: hwi
     [copy] Warning: 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/hwi/src/test/resources
 does not exist.

init:
     [echo] Project: hwi

setup:
     [echo] Project: hwi

ivy-init-settings:
     [echo] Project: hwi

ivy-resolve:
     [echo] Project: hwi
[ivy:resolve] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/ivy/ivysettings.xml
[ivy:resolve] downloading 
/home/jenkins/.ivy2/local/org.apache.hive/hive-cli/0.10.0-SNAPSHOT/jars/hive-cli.jar
 ...
[ivy:resolve] .. (31kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] 
org.apache.hive#hive-cli;0.10.0-SNAPSHOT!hive-cli.jar (2ms)
[ivy:report] Processing 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/ivy/resolution-cache/org.apache.hive-hive-hwi-default.xml
 to 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/ivy/report/org.apache.hive-hive-hwi-default.html

ivy-retrieve:
     [echo] Project: hwi

war:
     [echo] Project: hwi
      [jar] Building jar: 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/hwi/hive-hwi-0.10.0-SNAPSHOT.war

compile:
     [echo] Project: hwi
    [javac] 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/hwi/build.xml:67:
 warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 6 source files to 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/hwi/classes

jar:
     [echo] Project: hwi
      [jar] Building jar: 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/hwi/hive-hwi-0.10.0-SNAPSHOT.jar
:: delivering :: org.apache.hive#hive-hwi;0.10.0-SNAPSHOT :: 0.10.0-SNAPSHOT :: 
integration :: Sun May 12 16:33:56 UTC 2013
        delivering ivy file to 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build/hwi/ivy-0.10.0-SNAPSHOT.xml
:: publishing :: org.apache.hive#hive-hwi
        published hive-hwi to 
/home/jenkins/.ivy2/local/org.apache.hive/hive-hwi/0.10.0-SNAPSHOT/jars/hive-hwi.jar
        published ivy to 
/home/jenkins/.ivy2/local/org.apache.hive/hive-hwi/0.10.0-SNAPSHOT/ivys/ivy.xml

create-dirs:
     [echo] Project: hbase-handler
     [copy] Warning: 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/hbase-handler/src/test/resources
 does not exist.

init:
     [echo] Project: hbase-handler

setup:
     [echo] Project: hbase-handler

ivy-init-settings:
     [echo] Project: hbase-handler

ivy-resolve:
     [echo] Project: hbase-handler
[ivy:resolve] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/ivy/ivysettings.xml
[ivy:resolve] downloading 
http://repo1.maven.org/maven2/org/apache/hbase/hbase/0.92.0/hbase-0.92.0-tests.jar
 ...
[ivy:resolve] 
..............................................................................................................................................................
 (1449kB)
[ivy:resolve] .. (0kB)
[ivy:resolve]   [SUCCESSFUL ] org.apache.hbase#hbase;0.92.0!hbase.jar(test-jar) 
(183ms)
[ivy:resolve] downloading 
http://repo1.maven.org/maven2/org/apache/hbase/hbase/0.92.0/hbase-0.92.0.jar ...
[ivy:resolve] 
..........................................................................................................................................................................................
 (3032kB)
[ivy:resolve] 
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve]           [FAILED     ] org.apache.hbase#hbase;0.92.0!hbase.jar: 
Downloaded file size doesn't match expected Content Length for 
http://repo1.maven.org/maven2/org/apache/hbase/hbase/0.92.0/hbase-0.92.0.jar. 
Please retry. (249ms)
[ivy:resolve]           [FAILED     ] org.apache.hbase#hbase;0.92.0!hbase.jar:  
(0ms)
[ivy:resolve]   ==== local: tried
[ivy:resolve]     
/home/jenkins/.ivy2/local/org.apache.hbase/hbase/0.92.0/jars/hbase.jar
[ivy:resolve]   ==== apache-snapshot: tried
[ivy:resolve]     
https://repository.apache.org/content/repositories/snapshots/org/apache/hbase/hbase/0.92.0/hbase-0.92.0.jar
[ivy:resolve]   ==== maven2: tried
[ivy:resolve]     
http://repo1.maven.org/maven2/org/apache/hbase/hbase/0.92.0/hbase-0.92.0.jar
[ivy:resolve]   ==== datanucleus-repo: tried
[ivy:resolve]     
http://www.datanucleus.org/downloads/maven2/org/apache/hbase/hbase/0.92.0/hbase-0.92.0.jar
[ivy:resolve]   ==== sourceforge: tried
[ivy:resolve]     
http://www.sourceforge.net/projects/hbase/files/hbase//hbase-0.92.0.jar
[ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]           ::              FAILED DOWNLOADS            ::
[ivy:resolve]           :: ^ see resolution messages for details  ^ ::
[ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]           :: org.apache.hbase#hbase;0.92.0!hbase.jar
[ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] 
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build.xml:302:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build.xml:152:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Hive-0.10.0-SNAPSHOT-h0.20.1/hive/build-common.xml:138:
 impossible to resolve dependencies:
        resolve failed - see output for details

Total time: 4 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results

Reply via email to