mkdir -p classes
mkdir -p classes/gnu/getopt
cp gnu/getopt/*.properties classes/gnu/getopt
/usr/java/jdk1.5.0_07/bin/javac -g  -source 1.4 -deprecation -d classes -classpath /home/nalini/tmp/universalreplication-junit/universalReplication/code/classes:/home/nalini/tmp/universalreplication-junit/universalReplication/code:./experiments/expt1/classes:./experiments/sosp/classes:./experiments/expt2/classes:./experiments/expt3/classes:./experiments/sosp/PlanetLabExp/classes:sdims.jar:./je-3.2.23/lib/je-3.2.23.jar:FreePastry-1.4.01.jar:./jars/junit.jar:./P2Runtime:./PicShare *.java 
IncommingConnection.java:548: cannot find symbol
symbol  : variable LatencyWatcher
location: class IncommingConnection
	LatencyWatcher.put("IncommingConnection.ApplyCatchupStreamStartMsg", 
        ^
IncommingConnection.java:560: cannot find symbol
symbol  : variable LatencyWatcher
location: class IncommingConnection
      LatencyWatcher.put("IncommingConnection.ApplyCatchupStreamStartMsg", 
      ^
IncommingConnection.java:585: cannot find symbol
symbol  : variable LatencyWatcher
location: class IncommingConnection
      LatencyWatcher.put("IncommingConnection.preApplyCP", 
      ^
IncommingConnection.java:596: cannot find symbol
symbol  : variable LatencyWatcher
location: class IncommingConnection
      LatencyWatcher.put("IC.core.applyCP", 
      ^
IncommingConnection.java:626: cannot find symbol
symbol  : variable LatencyWatcher
location: class IncommingConnection
      LatencyWatcher.put("IC.afterApplyCP", 
      ^
Core.java:1221: cannot find symbol
symbol  : variable LatencyWatcher
location: class Core
      LatencyWatcher.put("DS.sendCP", 
      ^
DataStore.java:1486: cannot find symbol
symbol  : variable LatencyWatcher
location: class DataStore
      LatencyWatcher.put("DS.preSendCP", 
      ^
DataStore.java:1499: cannot find symbol
symbol  : variable LatencyWatcher
location: class DataStore
      LatencyWatcher.put("RAS.sendCP", 
      ^
DataStore.java:1602: cannot find symbol
symbol  : variable LatencyWatcher
location: class DataStore
      LatencyWatcher.put("DS.readObj", 
      ^
DataStore.java:1626: cannot find symbol
symbol  : variable LatencyWatcher
location: class DataStore
      LatencyWatcher.put("DS.applyObj", 
      ^
DataStore.java:1635: cannot find symbol
symbol  : variable LatencyWatcher
location: class DataStore
      LatencyWatcher.put("DS.afterApplyObj", 
      ^
CatchupInvalIterator.java:186: cannot find symbol
symbol  : variable LatencyWatcher
location: class CatchupInvalIterator
	  LatencyWatcher.put("log.getNext", (lend-lstart));
          ^
CatchupInvalIterator.java:206: cannot find symbol
symbol  : variable LatencyWatcher
location: class CatchupInvalIterator
	LatencyWatcher.put("CatchupII.handleNext", (hend-hstart));
        ^
CatchupInvalIterator.java:213: cannot find symbol
symbol  : variable LatencyWatcher
location: class CatchupInvalIterator
	  LatencyWatcher.put("CatchupInvalIterator-getNext1", (end-start));
          ^
CatchupInvalIterator.java:226: cannot find symbol
symbol  : variable LatencyWatcher
location: class CatchupInvalIterator
      LatencyWatcher.put("CatchupInvalIterator-getNext2", (end-start));
      ^
OutgoingConnection.java:108: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnection
      LatencyWatcher.put(newSubset.toString(), start);
      ^
OutgoingConnection.java:154: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnection
      LatencyWatcher.put("OC::addrequestToQueue", (end-start));
      ^
IncommingConnection.java:1084: cannot find symbol
symbol  : variable LatencyWatcher
location: class IncommingConnectionWorker
	    LatencyWatcher.put("IncommingConnection.ApplyCatchupStreamStartMsg", 
            ^
IncommingConnection.java:1106: cannot find symbol
symbol  : variable LatencyWatcher
location: class IncommingConnectionWorker
	    LatencyWatcher.put("IncommingConnection.ApplyCatchupStreamEndMsg", 
            ^
IncommingConnection.java:1121: cannot find symbol
symbol  : variable LatencyWatcher
location: class IncommingConnectionWorker
	    LatencyWatcher.put("IncommingConnection.ApplyCP", (handleInvalEnd - handleInvalStart));
            ^
IncommingConnection.java:1138: cannot find symbol
symbol  : variable LatencyWatcher
location: class IncommingConnectionWorker
	    LatencyWatcher.put("IncommingConnection.ApplyInval", (handleInvalEnd - handleInvalStart));
            ^
OutgoingConnection.java:489: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnectionWorker
      LatencyWatcher.put("Core.sendCP", (end-start));
      ^
OutgoingConnection.java:528: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnectionWorker
	   LatencyWatcher.put("sendInvals-preGetNext", (end-start));
           ^
OutgoingConnection.java:535: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnectionWorker
	  LatencyWatcher.put("sendInvals-GetNext", (end-start));
          ^
OutgoingConnection.java:552: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnectionWorker
	  LatencyWatcher.put("sendInvals-postGetNext1", (end-start));
          ^
OutgoingConnection.java:570: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnectionWorker
	  LatencyWatcher.put("postGetNext2-1", (end-start));
          ^
OutgoingConnection.java:583: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnectionWorker
	  LatencyWatcher.put("postGetNext2-2", (end-start));
          ^
OutgoingConnection.java:729: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnectionWorker
      LatencyWatcher.put("sendCatchupStream-sendstartMsg", (end-start));
      ^
OutgoingConnection.java:754: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnectionWorker
	  LatencyWatcher.put("sendCatchupStream-preInval1", (end-start));
          ^
OutgoingConnection.java:764: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnectionWorker
	  LatencyWatcher.put("sendCatchupStream-preInval2", (end-start));
          ^
OutgoingConnection.java:771: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnectionWorker
	  LatencyWatcher.put("sendCatchupStream-sendInv", (end-start));
          ^
OutgoingConnection.java:793: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnectionWorker
	LatencyWatcher.put("sendCatchupStream-postSendInv", (end-start));
        ^
OutgoingConnection.java:813: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnectionWorker
      LatencyWatcher.put("sendCatchupStream-sendEndMsg", (end-start));
      ^
OutgoingConnection.java:852: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnectionWorker
	      LatencyWatcher.getDiffAndPut(nextRequest.getSubscriptionSet().toString(),
              ^
OutgoingConnection.java:888: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnectionWorker
	  LatencyWatcher.put("sendCatchupStream", (end-start));
          ^
OutgoingConnection.java:1042: cannot find symbol
symbol  : variable LatencyWatcher
location: class OutgoingConnectionWorker
		LatencyWatcher.getDiffAndPut(nextRequest.getSubscriptionSet().toString(),
                ^
36 errors
make: *** [javaclassfiles] Error 1
# utils/junit/sanityCheck.sh
make classes/utils/junit/TestAll.class
make[1]: Entering directory `/home/nalini/tmp/universalreplication-junit/universalReplication/code'
mkdir -p classes; /usr/java/jdk1.5.0_07/bin/javac -g   -source 1.4 -d classes -classpath /home/nalini/tmp/universalreplication-junit/universalReplication/code/classes:/home/nalini/tmp/universalreplication-junit/universalReplication/code:./experiments/expt1/classes:./experiments/sosp/classes:./experiments/expt2/classes:./experiments/expt3/classes:./experiments/sosp/PlanetLabExp/classes:sdims.jar:./je-3.2.23/lib/je-3.2.23.jar:FreePastry-1.4.01.jar:./jars/junit.jar:./P2Runtime:./PicShare utils/junit/TestAll.java
make[1]: Leaving directory `/home/nalini/tmp/universalreplication-junit/universalReplication/code'
/usr/java/jdk1.5.0_07/bin/java -ea -Djava.rmi.server.codebase="file:///home/nalini/tmp/universalreplication-junit/universalReplication/code/classes/ file:///home/nalini/tmp/universalreplication-junit/universalReplication/code/experiments/expt1/classes/ file:///home/nalini/tmp/universalreplication-junit/universalReplication/code/experiments/expt2/classes/  file:///home/nalini/tmp/universalreplication-junit/universalReplication/code/experiments/expt3/classes/  file:///home/nalini/tmp/universalreplication-junit/universalReplication/code/experiments/sosp/classes" -Djava.security.policy=/home/nalini/tmp/universalreplication-junit/universalReplication/code/java.security.SecurityPermission -Xmx256m -classpath /home/nalini/tmp/universalreplication-junit/universalReplication/code/classes:/home/nalini/tmp/universalreplication-junit/universalReplication/code:./experiments/expt1/classes:./experiments/sosp/classes:./experiments/expt2/classes:./experiments/expt3/classes:./experiments/sosp/PlanetLabExp/classes:sdims.jar:./je-3.2.23/lib/je-3.2.23.jar:FreePastry-1.4.01.jar:./jars/junit.jar:./P2Runtime:./PicShare -Dclass_root=classes -Dtest_type=UNIT junit.textui.TestRunner utils.junit.TestAll 
Cannot load class that AcceptVVUnit is dependant on
Cannot load class that AcceptVV is dependant on
Cannot load class that PreciseSet is dependant on
Cannot load class that SubscriptionSet is dependant on
Loaded test case: AcceptStampUnit
Number of test classes found: 1
.
Time: 0.003

OK (1 test)

