You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2010/05/23 17:57:56 UTC

Build failed in Hudson: ODE-trunk #277

See <http://hudson.zones.apache.org/hudson/job/ODE-trunk/277/changes>

Changes:

[jeffyu] * ODE-805, fixed the axis2-war compilation error as jpa refactoring work.
 (working on fixing the failed test cases now, should have another commit tomorrow)

------------------------------------------
[...truncated 511 lines...]
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.Print
    private NaturalNumberStreamChannel _in;
            ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/Sieve.java:128: cannot find symbol
symbol  : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.Print
    public Print(NaturalNumberStreamChannel in) {
                 ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/Sieve.java:157: cannot find symbol
symbol  : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.PrimeFilter
    private NaturalNumberStreamChannel _in;
            ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/Sieve.java:158: cannot find symbol
symbol  : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.PrimeFilter
    private NaturalNumberStreamChannel _out;
            ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/Sieve.java:160: cannot find symbol
symbol  : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.PrimeFilter
    public PrimeFilter(int prime, NaturalNumberStreamChannel in, NaturalNumberStreamChannel out) {
                                  ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/src/main/java/org/apache/ode/jacob/examples/eratosthenes/Sieve.java:160: cannot find symbol
symbol  : class NaturalNumberStreamChannel
location: class org.apache.ode.jacob.examples.eratosthenes.Sieve.PrimeFilter
    public PrimeFilter(int prime, NaturalNumberStreamChannel in, NaturalNumberStreamChannel out) {
                                                                 ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/src/main/java/org/apache/ode/jacob/examples/sequence/Sequence.java:22: cannot find symbol
symbol  : class SynchChannel
location: package org.apache.ode.jacob
import org.apache.ode.jacob.SynchChannel;
                            ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/src/main/java/org/apache/ode/jacob/examples/sequence/Sequence.java:23: cannot find symbol
symbol  : class SynchChannelListener
location: package org.apache.ode.jacob
import org.apache.ode.jacob.SynchChannelListener;
                            ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/src/main/java/org/apache/ode/jacob/examples/sequence/Sequence.java:31: cannot find symbol
symbol  : class SynchChannel
location: class org.apache.ode.jacob.examples.sequence.Sequence
    private SynchChannel _done;
            ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/src/main/java/org/apache/ode/jacob/examples/sequence/Sequence.java:39: cannot find symbol
symbol  : class SynchChannel
location: class org.apache.ode.jacob.examples.sequence.Sequence
    public Sequence(int steps, SynchChannel done) {
                               ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/src/main/java/org/apache/ode/jacob/examples/sequence/Sequence.java:73: cannot find symbol
symbol  : class SynchChannel
location: class org.apache.ode.jacob.examples.sequence.Sequence
    protected abstract JacobRunnable doStep(int step, SynchChannel done);
                                                      ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/SynchChannel.java:19: cannot find symbol
symbol  : class Channel
location: package org.apache.ode.jacob
    extends org.apache.ode.jacob.Channel, 
                                ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/SynchChannel.java:20: cannot find symbol
symbol  : class Synch
location: package org.apache.ode.jacob
            org.apache.ode.jacob.Synch
                                ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/examples/synch/SynchPrintChannel.java:19: cannot find symbol
symbol  : class Channel
location: package org.apache.ode.jacob
    extends org.apache.ode.jacob.Channel, 
                                ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/examples/synch/SynchPrintChannel.java:20: cannot find symbol
symbol  : class SynchPrint
location: package org.apache.ode.jacob.examples.synch
            org.apache.ode.jacob.examples.synch.SynchPrint
                                               ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/ValChannelListener.java:22: cannot find symbol
symbol  : class ChannelListener
location: package org.apache.ode.jacob
    extends org.apache.ode.jacob.ChannelListener<org.apache.ode.jacob.ValChannel>
                                ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/ValChannel.java:19: cannot find symbol
symbol  : class Channel
location: package org.apache.ode.jacob
    extends org.apache.ode.jacob.Channel, 
                                ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/ValChannel.java:20: cannot find symbol
symbol  : class Val
location: package org.apache.ode.jacob
            org.apache.ode.jacob.Val
                                ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/ValChannelListener.java:23: cannot find symbol
symbol  : class Val
location: package org.apache.ode.jacob
    implements org.apache.ode.jacob.Val
                                   ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStreamChannel.java:19: cannot find symbol
symbol  : class Channel
location: package org.apache.ode.jacob
    extends org.apache.ode.jacob.Channel, 
                                ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStreamChannel.java:20: cannot find symbol
symbol  : class NaturalNumberStream
location: package org.apache.ode.jacob.examples.eratosthenes
            org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStream
                                                      ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/examples/synch/SynchPrintChannelListener.java:22: cannot find symbol
symbol  : class ChannelListener
location: package org.apache.ode.jacob
    extends org.apache.ode.jacob.ChannelListener<org.apache.ode.jacob.examples.synch.SynchPrintChannel>
                                ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/examples/synch/SynchPrintChannelListener.java:23: cannot find symbol
symbol  : class SynchPrint
location: package org.apache.ode.jacob.examples.synch
    implements org.apache.ode.jacob.examples.synch.SynchPrint
                                                  ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/examples/cell/CellChannel.java:19: cannot find symbol
symbol  : class Channel
location: package org.apache.ode.jacob
    extends org.apache.ode.jacob.Channel, 
                                ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/examples/cell/CellChannel.java:20: cannot find symbol
symbol  : class Cell
location: package org.apache.ode.jacob.examples.cell
            org.apache.ode.jacob.examples.cell.Cell
                                              ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/examples/cell/CellChannelListener.java:22: cannot find symbol
symbol  : class ChannelListener
location: package org.apache.ode.jacob
    extends org.apache.ode.jacob.ChannelListener<org.apache.ode.jacob.examples.cell.CellChannel>
                                ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/examples/cell/CellChannelListener.java:23: cannot find symbol
symbol  : class Cell
location: package org.apache.ode.jacob.examples.cell
    implements org.apache.ode.jacob.examples.cell.Cell
                                                 ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStreamChannelListener.java:22: cannot find symbol
symbol  : class ChannelListener
location: package org.apache.ode.jacob
    extends org.apache.ode.jacob.ChannelListener<org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStreamChannel>
                                ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/examples/eratosthenes/NaturalNumberStreamChannelListener.java:23: cannot find symbol
symbol  : class NaturalNumberStream
location: package org.apache.ode.jacob.examples.eratosthenes
    implements org.apache.ode.jacob.examples.eratosthenes.NaturalNumberStream
                                                         ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/SynchChannelListener.java:22: cannot find symbol
symbol  : class ChannelListener
location: package org.apache.ode.jacob
    extends org.apache.ode.jacob.ChannelListener<org.apache.ode.jacob.SynchChannel>
                                ^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/generated/apt/org/apache/ode/jacob/SynchChannelListener.java:23: cannot find symbol
symbol  : class Synch
location: package org.apache.ode.jacob
    implements org.apache.ode.jacob.Synch
                                   ^
Compiling ode:jacob into /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/classes
Compiling ode:jacob:test into /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/jacob/target/test/classes
Running tests in ode:jacob
Trying to override old definition of datatype junit
    [junit] Testsuite: org.apache.ode.jacob.examples.cell.JacobCellTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.537 sec
    [junit] ------------- Standard Error -----------------
    [junit] CONTINUATION SIZE: 398
    [junit] CONTINUATION SIZE: 378
    [junit] CONTINUATION SIZE: 278
    [junit] CONTINUATION SIZE: 212
    [junit] CONTINUATION SIZE: 305
    [junit] JACOB VPU Statistics:
    [junit] numCycles = 5
    [junit] totalRunTimeMs = 26
    [junit] channelsCreated = 2
    [junit] messagesSent = 2
    [junit] messagesRcvd = 0
    [junit] numContinuations = 3
    [junit] totalContinuationBytes = 0
    [junit] runQueueEntries = 3
    [junit] numReductionsComm = 0
    [junit] numReductionsStruct = 2
    [junit] totalClientTimeMs = 26
    [junit] byTarget = {Unknown=(n=5, total=26ms, avg=5.2ms, min=0ms, max=25ms)}
    [junit] AvgClientTimeMs = 5.2
    [junit] AvgContinuationSize = 0.0
    [junit] AvgKernelTimeMs = 0.0
    [junit] AvgRunTimeMs = 5.2
    [junit] KernelTimeMs = 0
    [junit] Class = class org.apache.ode.jacob.vpu.Statistics
    [junit] org.apache.ode.jacob.vpu.ExecutionQueueImpl@1df8b99 state dump:
    [junit] -- GENERAL INFO
    [junit]    Current Cycle          : 5
    [junit]    Num. Reactions  : 0
    [junit] cloneClosureTimeMs = 0
    [junit] cloneClosureBytes = 0
    [junit] cloneClousreCount = 0
    [junit] cloneClosureReadTimeMs = 0
    [junit] org.apache.ode.jacob.vpu.ExecutionQueueImpl@1df8b99 state dump:
    [junit] -- GENERAL INFO
    [junit]    Current Cycle          : 5
    [junit]    Num. Reactions  : 0
    [junit] cloneClosureTimeMs = 0
    [junit] cloneClosureBytes = 0
    [junit] cloneClousreCount = 0
    [junit] cloneClosureReadTimeMs = 0
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testJacobCell1 took 1.29 sec
Packaging ode-jacob-1.3.5-SNAPSHOT.jar
Java Compiler Compiler Version 4.0 (Tree Builder)
(type "jjtree" with no arguments for help)
Warning: Output directory "/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/bpel-ql/target/generated/jjtree/org/apache/ode/ql/jcc" does not exist. Creating the directory.
Reading from file /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/bpel-ql/src/main/jjtree/ql.jjt . . .
File "/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/bpel-ql/target/generated/jjtree/org/apache/ode/ql/jcc/Node.java" does not exist.  Will create one.
Annotated grammar generated successfully in /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/bpel-ql/target/generated/jjtree/org/apache/ode/ql/jcc/ql.jj
Java Compiler Compiler Version 4.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/bpel-ql/target/generated/jjtree/org/apache/ode/ql/jcc/ql.jj . . .
Warning: Output directory "/zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/bpel-ql/target/generated/javacc/org/apache/ode/ql/jcc" does not exist. Creating the directory.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated with 0 errors and 1 warnings.
Compiling ode:bpel-ql into /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/bpel-ql/target/classes
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Compiling ode:bpel-ql:test into /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/bpel-ql/target/test/classes
Note: /zonestorage/hudson/home/hudson/hudson/jobs/ODE-trunk/workspace/trunk/bpel-ql/src/test/java/org/apache/ode/ql/SyntaxTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Running tests in ode:bpel-ql
Trying to override old definition of datatype junit
    [junit] Testsuite: org.apache.ode.ql.SyntaxTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.322 sec
    [junit] 
    [junit] Testcase: test took 0.007 sec
Packaging ode-bpel-ql-1.3.5-SNAPSHOT.jar
Downloading org.hibernate:hibernate-core:jar:3.3.2.ga
Buildr aborted!
Failed to download org.hibernate:hibernate-core:jar:3.3.2.ga, tried the following repositories:
http://www.intalio.org/public/maven2/
http://people.apache.org/repo/m2-incubating-repository/
http://repo1.maven.org/maven2/
http://people.apache.org/repo/m2-snapshot-repository/
http://download.java.net/maven/2/
http://svn.apache.org/repos/asf/servicemix/m2-repo/
http://www.aqute.biz/repo/

(See full trace by running task with --trace)
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording fingerprints
Archiving artifacts
Recording test results


Hudson build is unstable: ODE-trunk #278

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/ODE-trunk/278/changes>