See Changes: [robbie] QPID-3936: initial checkin of new testing framework, initially to be used for performance testing but later to be expanded for use with other testing scenarios. Applied patch from Philip Harvey , Oleksandr Rudyy , Andrew MacBean , Keith Wall , and myself. [aconway] NO-JIRA: Fix a static-initialization bug in the HaPlugin. ------------------------------------------ [...truncated 5641 lines...] example-jars: [copy] Copying 3 files to examples: build: [echo] Running ant for module : systests [delete] Deleting: prepare: [mkdir] Created dir: [mkdir] Created dir: [mkdir] Created dir: [mkdir] Created dir: [mkdir] Created dir: [mkdir] Created dir: precompile: compile: [echo] Targeting : 1.5 [javac] Compiling 164 source files to [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [copy] Copying 3 files to [copy] Copying to [copy] Copying to [copy] Copying to [copy] Copied 9 empty directories to 7 empty directories under jar.manifest: jar.nomanifest: [jar] Building jar: jar: precompile-tests: compile-tests: [javac] Compiling 164 source files to [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [copy] Copying 3 files to [copy] Copying to [copy] Copying to [copy] Copying to [copy] Copied 9 empty directories to 7 empty directories under jar-tests: [jar] Building jar: jar-sources: [jar] Building jar: libs: [copy] Copying 1 file to [copy] Copying 1 file to copy-bin: copy-etc: [copy] Copying 19 files to postbuild: build: [echo] Running ant for module : perftests [delete] Deleting: prepare: [mkdir] Created dir: [mkdir] Created dir: [mkdir] Created dir: [mkdir] Created dir: [mkdir] Created dir: [mkdir] Created dir: precompile: compile: [echo] Targeting : 1.5 [javac] Compiling 83 source files to [javac] :29: package com.google.gson does not exist [javac] import com.google.gson.Gson; [javac] ^ [javac] :30: package com.google.gson does not exist [javac] import com.google.gson.GsonBuilder; [javac] ^ [javac] :25: package com.google.gson does not exist [javac] import com.google.gson.Gson; [javac] ^ [javac] :26: package com.google.gson does not exist [javac] import com.google.gson.GsonBuilder; [javac] ^ [javac] :30: cannot find symbol [javac] symbol : class Gson [javac] location: class org.apache.qpid.disttest.json.JsonHandler [javac] private final Gson _gson = new GsonBuilder() [javac] ^ [javac] :32: package com.google.gson does not exist [javac] import com.google.gson.JsonArray; [javac] ^ [javac] :33: package com.google.gson does not exist [javac] import com.google.gson.JsonDeserializationContext; [javac] ^ [javac] :34: package com.google.gson does not exist [javac] import com.google.gson.JsonDeserializer; [javac] ^ [javac] :35: package com.google.gson does not exist [javac] import com.google.gson.JsonElement; [javac] ^ [javac] :36: package com.google.gson does not exist [javac] import com.google.gson.JsonObject; [javac] ^ [javac] :37: package com.google.gson does not exist [javac] import com.google.gson.JsonParseException; [javac] ^ [javac] :38: package com.google.gson does not exist [javac] import com.google.gson.JsonPrimitive; [javac] ^ [javac] :39: package com.google.gson does not exist [javac] import com.google.gson.JsonSerializationContext; [javac] ^ [javac] :40: package com.google.gson does not exist [javac] import com.google.gson.JsonSerializer; [javac] ^ [javac] :42: cannot find symbol [javac] symbol: class JsonDeserializer [javac] public class PropertyValueAdapter implements JsonDeserializer, JsonSerializer [javac] ^ [javac] :42: interface expected here [javac] public class PropertyValueAdapter implements JsonDeserializer, JsonSerializer [javac] ^ [javac] :42: cannot find symbol [javac] symbol: class JsonSerializer [javac] public class PropertyValueAdapter implements JsonDeserializer, JsonSerializer [javac] ^ [javac] :42: interface expected here [javac] public class PropertyValueAdapter implements JsonDeserializer, JsonSerializer [javac] ^ [javac] :48: cannot find symbol [javac] symbol : class JsonElement [javac] location: class org.apache.qpid.disttest.json.PropertyValueAdapter [javac] public PropertyValue deserialize(JsonElement json, Type type, JsonDeserializationContext context) [javac] ^ [javac] :48: cannot find symbol [javac] symbol : class JsonDeserializationContext [javac] location: class org.apache.qpid.disttest.json.PropertyValueAdapter [javac] public PropertyValue deserialize(JsonElement json, Type type, JsonDeserializationContext context) [javac] ^ [javac] :49: cannot find symbol [javac] symbol : class JsonParseException [javac] location: class org.apache.qpid.disttest.json.PropertyValueAdapter [javac] throws JsonParseException [javac] ^ [javac] :133: cannot find symbol [javac] symbol : class JsonSerializationContext [javac] location: class org.apache.qpid.disttest.json.PropertyValueAdapter [javac] public JsonElement serialize(PropertyValue src, Type typeOfSrc, JsonSerializationContext context) [javac] ^ [javac] :133: cannot find symbol [javac] symbol : class JsonElement [javac] location: class org.apache.qpid.disttest.json.PropertyValueAdapter [javac] public JsonElement serialize(PropertyValue src, Type typeOfSrc, JsonSerializationContext context) [javac] ^ [javac] :45: cannot find symbol [javac] symbol : class Gson [javac] location: class org.apache.qpid.disttest.controller.config.ConfigReader [javac] Gson gson = new GsonBuilder() [javac] ^ [javac] :45: cannot find symbol [javac] symbol : class GsonBuilder [javac] location: class org.apache.qpid.disttest.controller.config.ConfigReader [javac] Gson gson = new GsonBuilder() [javac] ^ [javac] :30: cannot find symbol [javac] symbol : class GsonBuilder [javac] location: class org.apache.qpid.disttest.json.JsonHandler [javac] private final Gson _gson = new GsonBuilder() [javac] ^ [javac] :58: cannot find symbol [javac] symbol : class JsonPrimitive [javac] location: class org.apache.qpid.disttest.json.PropertyValueAdapter [javac] JsonPrimitive primitive = json.getAsJsonPrimitive(); [javac] ^ [javac] :81: cannot find symbol [javac] symbol : class JsonParseException [javac] location: class org.apache.qpid.disttest.json.PropertyValueAdapter [javac] throw new JsonParseException("Unsupported primitive value " + primitive); [javac] ^ [javac] :87: cannot find symbol [javac] symbol : class JsonArray [javac] location: class org.apache.qpid.disttest.json.PropertyValueAdapter [javac] JsonArray array = json.getAsJsonArray(); [javac] ^ [javac] :89: cannot find symbol [javac] symbol : class JsonElement [javac] location: class org.apache.qpid.disttest.json.PropertyValueAdapter [javac] for (JsonElement element : array) [javac] ^ [javac] :97: cannot find symbol [javac] symbol : class JsonObject [javac] location: class org.apache.qpid.disttest.json.PropertyValueAdapter [javac] JsonObject object = json.getAsJsonObject(); [javac] ^ [javac] :98: cannot find symbol [javac] symbol : class JsonElement [javac] location: class org.apache.qpid.disttest.json.PropertyValueAdapter [javac] JsonElement defElement = object.getAsJsonPrimitive(DEF_FIELD); [javac] ^ [javac] :114: cannot find symbol [javac] symbol : class JsonElement [javac] location: class org.apache.qpid.disttest.json.PropertyValueAdapter [javac] for (Map.Entry entry : object.entrySet()) [javac] ^ [javac] :128: cannot find symbol [javac] symbol : class JsonParseException [javac] location: class org.apache.qpid.disttest.json.PropertyValueAdapter [javac] throw new JsonParseException("Unsupported JSON type " + json); [javac] ^ [javac] :47: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] :137: cannot find symbol [javac] symbol : class JsonObject [javac] location: class org.apache.qpid.disttest.json.PropertyValueAdapter [javac] JsonObject object = (JsonObject) context.serialize(src, Object.class); [javac] ^ [javac] :137: cannot find symbol [javac] symbol : class JsonObject [javac] location: class org.apache.qpid.disttest.json.PropertyValueAdapter [javac] JsonObject object = (JsonObject) context.serialize(src, Object.class); [javac] ^ [javac] :132: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] 38 errors BUILD FAILED :160: The following error occurred while executing this line: :59: The following error occurred while executing this line: :263: Compile failed; see the compiler error output for details. Total time: 1 minute 1 second Build step 'Invoke Ant' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results