Skip to content

Instantly share code, notes, and snippets.

@dkowis
Created August 22, 2015 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkowis/625b816164e83b9bbd81 to your computer and use it in GitHub Desktop.
Save dkowis/625b816164e83b9bbd81 to your computer and use it in GitHub Desktop.
[INFO] Compiling 73 Scala sources and 1 Java source to /home/dkowis/gitwork/repose/api-checker/core/2.11/target/classes...
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/Config.scala:35: method tpe in trait AnnotationApi is deprecated: Use `tree.tpe` instead
[WARNING] universe.typeOf[Config].members.filter(i => i.annotations.map(a => a.tpe).contains(affectsCheckerType))
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/TransformPool.scala:31: class LinkedList in package mutable is deprecated: Low-level linked lists are deprecated due to idiosyncrasies in interface and incomplete features.
[WARNING] private val activeGauges = new LinkedList[Gauge[Int]]
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/TransformPool.scala:32: class LinkedList in package mutable is deprecated: Low-level linked lists are deprecated due to idiosyncrasies in interface and incomplete features.
[WARNING] private val idleGauges = new LinkedList[Gauge[Int]]
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/TransformPool.scala:37: object LinkedList in package mutable is deprecated: Low-level linked lists are deprecated.
[WARNING] activeGauges :+ metrics.gauge("Active", Integer.toHexString(templates.hashCode()))(pool.getNumActive)
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/TransformPool.scala:38: object LinkedList in package mutable is deprecated: Low-level linked lists are deprecated.
[WARNING] idleGauges :+ metrics.gauge("Idle", Integer.toHexString(templates.hashCode()))(pool.getNumIdle)
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/ValidatorHandlerPool.scala:32: class LinkedList in package mutable is deprecated: Low-level linked lists are deprecated due to idiosyncrasies in interface and incomplete features.
[WARNING] private val activeGauges = new LinkedList[Gauge[Int]]
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/ValidatorHandlerPool.scala:33: class LinkedList in package mutable is deprecated: Low-level linked lists are deprecated due to idiosyncrasies in interface and incomplete features.
[WARNING] private val idleGauges = new LinkedList[Gauge[Int]]
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/ValidatorHandlerPool.scala:37: object LinkedList in package mutable is deprecated: Low-level linked lists are deprecated.
[WARNING] activeGauges :+ metrics.gauge("Active", Integer.toHexString(schema.hashCode()))(pool.getNumActive)
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/ValidatorHandlerPool.scala:38: object LinkedList in package mutable is deprecated: Low-level linked lists are deprecated.
[WARNING] idleGauges :+ metrics.gauge("Idle", Integer.toHexString(schema.hashCode()))(pool.getNumIdle)
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/ValidatorPool.scala:32: class LinkedList in package mutable is deprecated: Low-level linked lists are deprecated due to idiosyncrasies in interface and incomplete features.
[WARNING] private val activeGauges = new LinkedList[Gauge[Int]]
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/ValidatorPool.scala:33: class LinkedList in package mutable is deprecated: Low-level linked lists are deprecated due to idiosyncrasies in interface and incomplete features.
[WARNING] private val idleGauges = new LinkedList[Gauge[Int]]
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/ValidatorPool.scala:37: object LinkedList in package mutable is deprecated: Low-level linked lists are deprecated.
[WARNING] activeGauges :+ metrics.gauge("Active", Integer.toHexString(schema.hashCode()))(pool.getNumActive)
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/ValidatorPool.scala:38: object LinkedList in package mutable is deprecated: Low-level linked lists are deprecated.
[WARNING] idleGauges :+ metrics.gauge("Idle", Integer.toHexString(schema.hashCode()))(pool.getNumIdle)
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/XPathExpressionPool.scala:34: class LinkedList in package mutable is deprecated: Low-level linked lists are deprecated due to idiosyncrasies in interface and incomplete features.
[WARNING] private val activeGauges = new LinkedList[Gauge[Int]]
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/XPathExpressionPool.scala:35: class LinkedList in package mutable is deprecated: Low-level linked lists are deprecated due to idiosyncrasies in interface and incomplete features.
[WARNING] private val idleGauges = new LinkedList[Gauge[Int]]
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/XPathExpressionPool.scala:41: object LinkedList in package mutable is deprecated: Low-level linked lists are deprecated.
[WARNING] activeGauges :+ metrics.gauge("Active", expression+" ("+version+")")(pool.getNumActive)
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/main/scala/com/rackspace/com/papi/components/checker/util/XPathExpressionPool.scala:42: object LinkedList in package mutable is deprecated: Low-level linked lists are deprecated.
[WARNING] idleGauges :+ metrics.gauge("Idle", expression+" ("+version+")")(pool.getNumIdle)
[WARNING] ^
[WARNING] 17 warnings found
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ checker-core_2.11 ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 1 source file to /home/dkowis/gitwork/repose/api-checker/core/2.11/target/classes
[INFO]
[INFO] --- scala-maven-plugin:3.2.2:compile (default) @ checker-core_2.11 ---
[WARNING] Expected all dependencies to require Scala version: 2.11.7
[WARNING] com.rackspace.papi.components.api-checker:checker-core_2.11:1.1.3-SNAPSHOT requires scala version: 2.11.7
[WARNING] org.scalatest:scalatest_2.11:2.1.7 requires scala version: 2.11.0
[WARNING] Multiple versions of scala libraries detected!
[INFO] Using incremental compilation
[INFO] Compiling 1 Java source to /home/dkowis/gitwork/repose/api-checker/core/2.11/target/classes...
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ checker-core_2.11 ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 11 resources
[INFO]
[INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile) @ checker-core_2.11 ---
[WARNING] Expected all dependencies to require Scala version: 2.11.7
[WARNING] com.rackspace.papi.components.api-checker:checker-core_2.11:1.1.3-SNAPSHOT requires scala version: 2.11.7
[WARNING] org.scalatest:scalatest_2.11:2.1.7 requires scala version: 2.11.0
[WARNING] Multiple versions of scala libraries detected!
[INFO] Using incremental compilation
[INFO] Compiling 74 Scala sources to /home/dkowis/gitwork/repose/api-checker/core/2.11/target/test-classes...
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/test/scala/com/rackspace/com/papi/components/checker/RunAssertionsHandler.scala:41: non-variable type argument com.rackspace.com.papi.components.checker.servlet.CheckerServletRequest in type pattern (com.rackspace.com.papi.components.checker.servlet.CheckerServletRequest, com.rackspace.com.papi.components.checker.servlet.CheckerServletResponse, com.rackspace.com.papi.components.checker.step.results.Result) => Unit (the underlying of RunAssertionsHandler.this.AssertFunction) is unchecked since it is eliminated by erasure
[WARNING] case f : AssertFunction => f(req,resp,result)
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/test/scala/com/rackspace/com/papi/components/checker/LogAssertions.scala:32: trait SynchronizedMap in package mutable is deprecated: Synchronization via traits is deprecated as it is inherently unreliable. Consider java.util.concurrent.ConcurrentHashMap as an alternative.
[WARNING] private val logEntries = new HashMap[LogName, Log]() with SynchronizedMap[LogName, Log]
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/test/scala/com/rackspace/com/papi/components/checker/LogAssertions.scala:43: class SynchronizedQueue in package mutable is deprecated: Synchronization via selective overriding of methods is inherently unreliable. Consider java.util.concurrent.ConcurrentLinkedQueue as an alternative.
[WARNING] logEntries.getOrElseUpdate(logName, new SynchronizedQueue[LogEvent]()) += event
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/test/scala/com/rackspace/com/papi/components/checker/wadl/BaseStepSpec.scala:84: class LinkedList in package mutable is deprecated: Low-level linked lists are deprecated due to idiosyncrasies in interface and incomplete features.
[WARNING] var list : LinkedList[Step] = new LinkedList[Step]
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/test/scala/com/rackspace/com/papi/components/checker/wadl/BaseStepSpec.scala:84: class LinkedList in package mutable is deprecated: Low-level linked lists are deprecated due to idiosyncrasies in interface and incomplete features.
[WARNING] var list : LinkedList[Step] = new LinkedList[Step]
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/test/scala/com/rackspace/com/papi/components/checker/wadl/BaseStepSpec.scala:85: object LinkedList in package mutable is deprecated: Low-level linked lists are deprecated.
[WARNING] result.filter(f => f.isInstanceOf[ConnectedStep]).foreach(r => list ++= r.asInstanceOf[ConnectedStep].next)
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/test/scala/com/rackspace/com/papi/components/checker/wadl/WADLCheckerMetaSpec.scala:488: method newTermName in trait Names is deprecated: Use TermName instead
[WARNING] conf_ref.reflectField(cType.member(universe.newTermName(name)).asTerm).set(value)
[WARNING] ^
[WARNING] /home/dkowis/gitwork/repose/api-checker/core/src/test/scala/com/rackspace/com/papi/components/checker/wadl/WADLCheckerAssertSpec.scala:38: Reference to uninitialized value creatorString
[WARNING] <created-by>{creatorString}</created-by>
[WARNING] ^
[WARNING] 8 warnings found
[INFO]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment