You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/07/27 18:55:16 UTC

Build failed in Jenkins: ActiveMQ-Apollo » apollo-util #722

See <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/722/>

------------------------------------------
[...truncated 23 lines...]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ apollo-util ---
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.4.3(default-resources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ apollo-util ---
[INFO] Compiling 63 source files to <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/target/classes>
mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)
mojoStarted org.scala-tools:maven-scala-plugin:2.15.2(compile)[INFO] Checking for multiple versions of scala
[INFO] use fsc for compilation
[INFO] start server...

[INFO] 
[INFO] --- maven-scala-plugin:2.15.2:cc (compile) @ apollo-util ---
[INFO] wait for files to compile...
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[INFO] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/main/scala>:-1: info: compiling
[INFO] Compiling 95 source files to <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/target/classes> at 1343408054790
[INFO] compiler plugin: BasicArtifact(org.fusesource.jvmassert,jvmassert,1.2)
[INFO] prepare-compile in 0 s
[INFO] compile in 0 s
[INFO] Not running test cases due to compile error
mojoSucceeded org.scala-tools:maven-scala-plugin:2.15.2(compile)
mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.4.3(default-testResources)[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources

[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ apollo-util ---
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.4.3(default-testResources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile)[INFO] Compiling 8 source files to <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/target/test-classes>

[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ apollo-util ---
mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-testCompile)
mojoStarted org.scala-tools:maven-scala-plugin:2.15.2(test)[INFO] Checking for multiple versions of scala
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[INFO] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala>:-1: info: compiling
[INFO] Compiling 14 source files to <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/target/test-classes> at 1343408056473
[INFO] compiler plugin: BasicArtifact(org.fusesource.jvmassert,jvmassert,1.2)

[INFO] 
[INFO] --- maven-scala-plugin:2.15.2:testCompile (test) @ apollo-util ---
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/FileSupportTest.scala>:23: error: not found: object FileSupport
[INFO] import FileSupport._
[INFO]        ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/FunSuiteSupport.scala>:26: error: not found: object FileSupport
[INFO] import FileSupport._
[INFO]        ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/FunSuiteSupport.scala>:44: error: value / is not a member of java.io.File
[INFO]     file = (file / ".." / "..").getCanonicalFile
[INFO]                  ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/FileSupportTest.scala>:29: error: value / is not a member of java.io.File
[INFO]     val source_dir = basedir / "target" / "source-dir"
[INFO]                              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/FileSupportTest.scala>:30: error: value / is not a member of java.io.File
[INFO]     val target_dir = basedir / "target" / "target-dir"
[INFO]                              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/FunSuiteSupport.scala>:39: error: annotation argument needs to be a constant; found: classOf[org.scalatest.junit.ParallelJUnitRunner]
[INFO] @RunWith(classOf[org.scalatest.junit.ParallelJUnitRunner])
[INFO]                 ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/FunSuiteSupport.scala>:58: error: value test is not a member of AnyRef with AnyRef with AnyRef with ScalaObject
[INFO]     super.test(testName, testTags:_*) {
[INFO]           ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/FunSuiteSupport.scala>:75: error: value / is not a member of java.io.File
[INFO]   def test_data_dir = basedir / "target"/ "test-data" / (getClass.getName)
[INFO]                               ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/FunSuiteSupport.scala>:91: error: type mismatch;
[INFO]  found   : java.lang.String("basedir")
[INFO]  required: A
[INFO]     _basedir = map.get("basedir") match {
[INFO]                        ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/FunSuiteSupport.scala>:100: error: value beforeAll is not a member of AnyRef with AnyRef with AnyRef with ScalaObject
[INFO]     super.beforeAll(map)
[INFO]           ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/FunSuiteSupport.scala>:105: error: value afterAll is not a member of AnyRef with AnyRef with AnyRef with ScalaObject
[INFO]       super.afterAll(configMap)
[INFO]             ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/FunSuiteSupport.scala>:141: error: value runTest is not a member of AnyRef with AnyRef with AnyRef with ScalaObject
[INFO]       super.runTest(testName, reporter, stopper, configMap, tracker)
[INFO]             ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/FunSuiteSupport.scala>:148: error: too many arguments for constructor Object: ()java.lang.Object
[INFO]   private class ShortCircuitFailure(msg:String) extends RuntimeException(msg)
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/FunSuiteSupport.scala>:150: error: type mismatch;
[INFO]  found   : FunSuiteSupport.this.ShortCircuitFailure
[INFO]  required: java.lang.Throwable
[INFO]   def exit_within_with_failure[T](msg:String):T = throw new ShortCircuitFailure(msg)
[INFO]                                                         ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapMemoryTest.scala>:27: error: not found: type Path
[INFO]   protected def createDestination(name: String): Path = {
[INFO]                                                  ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapMemoryTest.scala>:85: error: not found: type PathParser
[INFO]   private[path] var parser: PathParser = new PathParser
[INFO]                             ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapMemoryTest.scala>:32: error: not found: type Path
[INFO]     var d1: Path = createDestination("1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18")
[INFO]             ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapMemoryTest.scala>:33: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapMemoryTest.scala>:33: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapMemoryTest.scala>:48: error: not found: type Path
[INFO]           var d1: Path = createDestination(name)
[INFO]                   ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapMemoryTest.scala>:49: error: not found: type PathMap
[INFO]           var map: PathMap[String] = new PathMap[String]
[INFO]                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapMemoryTest.scala>:49: error: not found: type PathMap
[INFO]           var map: PathMap[String] = new PathMap[String]
[INFO]                                          ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapMemoryTest.scala>:62: error: not found: type PathMap
[INFO]     var map: PathMap[AnyRef] = new PathMap[AnyRef]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapMemoryTest.scala>:62: error: not found: type PathMap
[INFO]     var map: PathMap[AnyRef] = new PathMap[AnyRef]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapMemoryTest.scala>:68: error: not found: type Path
[INFO]           var queue: Path = createDestination("connection-" + i)
[INFO]                      ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapMemoryTest.scala>:76: error: not found: type Path
[INFO]           var queue: Path = createDestination("connection-" + i)
[INFO]                      ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapMemoryTest.scala>:85: error: not found: type PathParser
[INFO]   private[path] var parser: PathParser = new PathParser
[INFO]                                              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:28: error: not found: type PathParser
[INFO]   val parser = new PathParser
[INFO]                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:300: error: not found: type Path
[INFO]   protected def createDestination(name: String): Path = {
[INFO]                                                  ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:40: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:40: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:293: error: not found: type PathMap
[INFO]   protected def assertMapValue(map: PathMap[String], destination: Path, expected: String*): Unit = {
[INFO]                                     ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:293: error: not found: type Path
[INFO]   protected def assertMapValue(map: PathMap[String], destination: Path, expected: String*): Unit = {
[INFO]                                                                   ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:287: error: not found: type PathMap
[INFO]   protected def assertMapValue(map: PathMap[String], destinationName: String, expected: String*): Unit = {
[INFO]                                     ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:50: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:50: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:60: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:60: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:81: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:81: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:92: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:92: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:278: error: not found: type PathMap
[INFO]   protected def put(map: PathMap[String], name: String, value: String): Unit = {
[INFO]                          ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:115: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:115: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:138: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:138: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:150: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:150: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:162: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:162: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:169: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:169: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:175: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:175: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:186: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:186: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:282: error: not found: type PathMap
[INFO]   protected def remove(map: PathMap[String], name: String, value: String): Unit = {
[INFO]                             ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:196: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:196: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:254: error: not found: type PathMap
[INFO]   protected def loadSample2(map: PathMap[String]): Unit = {
[INFO]                                  ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:263: error: not found: type PathMap
[INFO]   protected def assertSample2(map: PathMap[String]): Unit = {
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:245: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]              ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:245: error: not found: type PathMap
[INFO]     var map: PathMap[String] = new PathMap[String]
[INFO]                                    ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:283: error: not found: type Path
[INFO]     var destination: Path = createDestination(name)
[INFO]                      ^
[ERROR] <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/ws/src/test/scala/org/apache/activemq/apollo/util/path/PathMapTest.scala>:288: error: not found: type Path
[INFO]     var destination: Path = createDestination(destinationName)
[INFO]                      ^
[ERROR] 66 errors found
mojoFailed org.scala-tools:maven-scala-plugin:2.15.2(test)
projectFailed org.apache.activemq:apollo-util:99-trunk-SNAPSHOT

Jenkins build is back to normal : ActiveMQ-Apollo » apollo-util #723

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ActiveMQ-Apollo/org.apache.activemq$apollo-util/723/>