19:52:04 build-test: 19:52:04 [javac] Compiling 490 source files to /var/lib/jenkins/jobs/trunk/workspace/build/test/classes 19:52:16 [javac] /var/lib/jenkins/jobs/trunk/workspace/test/unit/org/apache/cassandra/dht/BootStrapperTest.java:101: error: constructor RangeStreamer in class RangeStreamer cannot be applied to given types; 19:52:16 [javac] RangeStreamer s = new RangeStreamer(tmd, null, myEndpoint, "Bootstrap", true, DatabaseDescriptor.getEndpointSnitch(), new StreamStateStore(), false); 19:52:16 [javac] ^ 19:52:16 [javac] required: TokenMetadata,Collection,InetAddress,String,boolean,IEndpointSnitch,StreamStateStore,boolean,int 19:52:16 [javac] found: TokenMetadata,,InetAddress,String,boolean,IEndpointSnitch,StreamStateStore,boolean 19:52:16 [javac] reason: actual and formal argument lists differ in length 19:52:19 [javac] Note: Some input files use or override a deprecated API. 19:52:19 [javac] Note: Recompile with -Xlint:deprecation for details. 19:52:19 [javac] Note: Some input files use unchecked or unsafe operations. 19:52:19 [javac] Note: Recompile with -Xlint:unchecked for details. 19:52:19 [javac] 1 error