mkdir -p classes
javac -g  -source 1.4 -deprecation -d classes -classpath /u/dahlin/tmp/universalreplication-junit/universalReplication/code/classes:/u/dahlin/tmp/universalreplication-junit/universalReplication/code:./experiments/expt1/classes:./experiments/sosp/classes:./experiments/expt2/classes:./experiments/expt3/classes:./experiments/sosp/PlanetLabExp/classes:sdims.jar:./je-1.7.1/lib/je.jar:FreePastry-1.4.01.jar:./jars/junit.jar *.java 
CPRecvWorker.java:136: checkMinLPVV(SubscriptionSet,VV) in Core cannot be applied to (java.lang.String,java.lang.String[],VV)
      if(!core.checkMinLPVV(cpPath, exclChildNames, vvStartGlobal)){
              ^
CPRecvWorker.java:224: cannot find symbol
symbol  : method updateCheckpoint(TaggedInputStream,java.lang.String)
location: class Core
      boolean cpUpdateResult = core.updateCheckpoint(s, cpPath);
                                   ^
CPRecvWorker.java:399: cannot find symbol
symbol  : method subscribeCheckpoint(java.lang.String,java.lang.String[],AcceptVV,NodeId,NodeId,java.lang.String,int,boolean)
location: class RMIClient
      rmiClient.subscribeCheckpoint(cpPath1,
               ^
CPSendWorker.java:98: cannot find symbol
symbol  : method shipCheckpoint(TaggedOutputStream,java.lang.String,java.lang.String[],VV,boolean)
location: class Core
      core.shipCheckpoint(s, cpPath, exclChildNames, startVV, withBody);
          ^
Coordinator.java:73: subscribe(SubscriptionSet,VV,NodeId,NodeId,java.lang.String,int,long,long,long) in RMIClient cannot be applied to (SubscriptionSet,AcceptVV,<nulltype>,NodeId,NodeId,java.lang.String,int,long,int,int)
			rmiClient.subscribe(is, acceptVV, null, sender, receiver,
                                 ^
InvalRecvWorker.java:200: cannot find symbol
symbol  : method handleVVStart(VV)
location: class Core
      vvStartSet = this.core.handleVVStart(vvStartGlobal);
                   ^
InvalRecvWorker.java:293: cannot find symbol
symbol  : method applyOverlappingAtStartTime(GeneralInv,VVMap,StreamId,long)
location: class Core
          this.core.applyOverlappingAtStartTime(nextStartTimeGI,
          ^
InvalRecvWorker.java:381: cannot find symbol
symbol  : method applyNonOverlappingAtEndTime(GeneralInv,VVMap,StreamId,long)
location: class Core
        this.core.applyNonOverlappingAtEndTime(gi,
        ^
RandomAccessStateUnit.java:2289: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
      ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV1, false);
         ^
RandomAccessStateUnit.java:2359: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
	  ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV2, false);
             ^
RandomAccessStateUnit.java:2401: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
      ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV1, false);
         ^
RandomAccessStateUnit.java:2439: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
	  ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV2, false);
             ^
RandomAccessStateUnit.java:2464: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
      ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV1, false);
         ^
RandomAccessStateUnit.java:2502: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
      ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV2, false);
         ^
RandomAccessStateUnit.java:2531: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
      ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV1, false);
         ^
RandomAccessStateUnit.java:2546: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
      ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV1, false);
         ^
RandomAccessStateUnit.java:2613: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
      ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV3, false);
         ^
RandomAccessStateUnit.java:2622: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
      ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV3, true);
         ^
RandomAccessStateUnit.java:2640: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
      ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV3, true);
         ^
RandomAccessStateUnit.java:2654: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
      ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV4, false);
         ^
RandomAccessStateUnit.java:2936: updateRAS(TaggedInputStream,SubscriptionSet,long) in RandomAccessState cannot be applied to (TaggedInputStream,java.lang.String,int)
      ras.updateRAS(tis, cpPath, 100);
         ^
RandomAccessStateUnit.java:3010: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
	ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV1, true);
           ^
RandomAccessStateUnit.java:3029: updateRAS(TaggedInputStream,SubscriptionSet,long) in RandomAccessState cannot be applied to (TaggedInputStream,java.lang.String,int)
      newRAS.updateRAS(tis, cpPath, 100);
            ^
RandomAccessStateUnit.java:3059: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
	newRAS.shipRAS(tos, cpPath, exclChildNames, cpStartVV1, true);
              ^
RandomAccessStateUnit.java:3124: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
        ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV1, false);
           ^
RandomAccessStateUnit.java:3208: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
          ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV1, false);
             ^
RandomAccessStateUnit.java:3238: updateRAS(TaggedInputStream,SubscriptionSet,long) in RandomAccessState cannot be applied to (TaggedInputStream,java.lang.String,int)
          newRAS.updateRAS(tis, cpPath, 500);
                ^
RandomAccessStateUnit.java:3311: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
        ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV1, false);
           ^
RandomAccessStateUnit.java:3380: shipRAS(TaggedOutputStream,SubscriptionSet,VV,boolean) in RandomAccessState cannot be applied to (TaggedOutputStream,java.lang.String,java.lang.String[],AcceptVV,boolean)
          ras.shipRAS(tos, cpPath, exclChildNames, cpStartVV1, false);
             ^
SplitPSController.java:39: cannot find symbol
symbol  : method getIntersecting(InvalTarget,java.util.Vector)
location: class AllPreciseSets
    verNum = aps.getIntersecting(gi.getInvalTarget(), isectingVec);
                ^
30 errors
make: *** [javaclassfiles] Error 1
utils/junit/sanityCheck.sh
make classes/utils/junit/TestAll.class
make[1]: Entering directory `/v/filer2/dahlin/tmp/universalreplication-junit/universalReplication/code'
mkdir -p classes; javac -g  -source 1.4 -d classes -classpath /u/dahlin/tmp/universalreplication-junit/universalReplication/code/classes:/u/dahlin/tmp/universalreplication-junit/universalReplication/code:./experiments/expt1/classes:./experiments/sosp/classes:./experiments/expt2/classes:./experiments/expt3/classes:./experiments/sosp/PlanetLabExp/classes:sdims.jar:./je-1.7.1/lib/je.jar:FreePastry-1.4.01.jar:./jars/junit.jar utils/junit/TestAll.java
make[1]: Leaving directory `/v/filer2/dahlin/tmp/universalreplication-junit/universalReplication/code'
java -ea -classpath /u/dahlin/tmp/universalreplication-junit/universalReplication/code/classes:/u/dahlin/tmp/universalreplication-junit/universalReplication/code:./experiments/expt1/classes:./experiments/sosp/classes:./experiments/expt2/classes:./experiments/expt3/classes:./experiments/sosp/PlanetLabExp/classes:sdims.jar:./je-1.7.1/lib/je.jar:FreePastry-1.4.01.jar:./jars/junit.jar -Dclass_root=classes -Dtest_type=UNIT junit.textui.TestRunner utils.junit.TestAll
Cannot load class that InvalidateBuffer is dependant on
Cannot load class that PreciseInv is dependant on
Cannot load class that BoundInval is dependant on
Cannot load class that MultiObjPreciseInv is dependant on
Cannot load class that UpdatePriorityQueue is dependant on
Cannot load class that PersistentLog is dependant on
Cannot load class that RandomAccessState is dependant on
Cannot load class that SyncPool is dependant on
Cannot load class that ReconnectConnection is dependant on
Cannot load class that NiceReconnectConnection is dependant on
Cannot load class that BodyReceiver is dependant on
Cannot load class that CPReceiver is dependant on
Loaded test case: AcceptStampUnit
Loaded test case: AcceptVVUnit
Number of test classes found: 2
...
Time: 0.013

OK (3 tests)

