Skip to content

Console Output

Skipping 195 KB.. Full Log
[info] 	published geotrellis-cassandra_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-cassandra_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-cassandra_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-cassandra_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/Implicits.scala:205:83: method copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is deprecated (since 2.13.0): Implicit conversions from Array to immutable.IndexedSeq are implemented by copying; Use the more efficient non-copying ArraySeq.unsafeWrapArray or an explicit toIndexedSeq call
[warn]     def toCollection: Seq[(K, V)] with Metadata[M] = ContextCollection(rdd.collect(), rdd.metadata)
[warn]                                                                                   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/RasterSourceRDD.scala:92:11: method toTraversable in trait IterableOps is deprecated (since 2.13.0): toTraversable is internal and will be made protected; its name is similar to `toList` or `toSeq`, but it doesn't copy non-immutable collections
[warn]         }.toTraversable }
[warn]           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/RasterSourceRDD.scala:319:19: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]         val keys: Traversable[SpatialKey] =
[warn]                   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/RasterSourceRDD.scala:350:13: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     chunks: Traversable[T],
[warn]             ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/equalization/RDDHistogramEqualization.scala:110:43: method copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is deprecated (since 2.13.0): Implicit conversions from Array to immutable.IndexedSeq are implemented by copying; Use the more efficient non-copying ArraySeq.unsafeWrapArray or an explicit toIndexedSeq call
[warn]         (key, HistogramEqualization(tile, histograms)) }),
[warn]                                           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/knn/KNearestMethods.scala:34:40: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def kNearest[H <: Geometry](centers: Traversable[H], k: Int)(f: T => Geometry): Seq[Seq[T]] = {
[warn]                                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/knn/KNearestMethods.scala:38:43: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def kNearest[H <: Geometry, F](centers: Traversable[Feature[H, F]], k: Int)(f: T => Geometry)(implicit d: DummyImplicit): Seq[Seq[T]] = {
[warn]                                           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/knn/KNearestMethods.scala:52:40: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def kNearest[H <: Geometry](centers: Traversable[H], k: Int): Seq[Seq[G]] = {
[warn]                                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/knn/KNearestMethods.scala:56:43: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def kNearest[H <: Geometry, F](centers: Traversable[Feature[H, F]], k: Int)(implicit d: DummyImplicit): Seq[Seq[G]] = {
[warn]                                           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/knn/KNearestMethods.scala:74:40: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def kNearest[H <: Geometry](centers: Traversable[H], k: Int): Seq[Seq[Feature[G, D]]] = {
[warn]                                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/knn/KNearestMethods.scala:78:43: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def kNearest[H <: Geometry, F](centers: Traversable[Feature[H, F]], k: Int)(implicit d: DummyImplicit): Seq[Seq[Feature[G, D]]] = {
[warn]                                           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/knn/KNearestRDD.scala:35:15: type TraversableOnce in package scala is deprecated (since 2.13.0): Use IterableOnce instead of TraversableOnce
[warn]   def ++=(xs: TraversableOnce[A]): this.type = {
[warn]               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/knn/KNearestRDD.scala:36:8: method foreach in class IterableOnceExtensionMethods is deprecated (since 2.13.0): Use .iterator.foreach(...) instead
[warn]     xs.foreach { this += _ }
[warn]        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/knn/KNearestRDD.scala:89:20: method copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is deprecated (since 2.13.0): Implicit conversions from Array to immutable.IndexedSeq are implemented by copying; Use the more efficient non-copying ArraySeq.unsafeWrapArray or an explicit toIndexedSeq call
[warn]     rdd.takeOrdered(k)
[warn]                    ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/knn/KNearestRDD.scala:92:44: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def kNearest[G, H](rdd: RDD[G], centers: Traversable[H], k: Int)(g: G => Geometry, h: H => Geometry): Seq[Seq[G]] = {
[warn]                                            ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/knn/KNearestRDD.scala:93:15: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     var zero: Traversable[BoundedPriorityQueue[G]] = centers.map { center =>
[warn]               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/knn/KNearestRDD.scala:107:17: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]       a.iterator().asScala.foreach { item => result += item }
[warn]                 ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/knn/KNearestRDD.scala:108:17: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]       b.iterator().asScala.foreach { item => result += item }
[warn]                 ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/knn/KNearestRDD.scala:112:131: method toTraversable in trait IterableOps is deprecated (since 2.13.0): toTraversable is internal and will be made protected; its name is similar to `toList` or `toSeq`, but it doesn't copy non-immutable collections
[warn]     val result = rdd.aggregate(zero)({ (bpqs, toAdd) => bpqs.map { _ += toAdd } }, { (a, b) => zipWith(a.toList, b.toList)(merge).toTraversable })
[warn]                                                                                                                                   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/knn/KNearestRDD.scala:113:26: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]     result.map(_.iterator().asScala.toList).toList
[warn]                          ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/CombineMethods.scala:33:42: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def combineValues[R: ClassTag](others: Traversable[RDD[(K, V)]])(f: Iterable[V] => R): RDD[(K, R)] = combineValues(others, None)(f)
[warn]                                          ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/CombineMethods.scala:34:42: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def combineValues[R: ClassTag](others: Traversable[RDD[(K, V)]], partitioner: Option[Partitioner])(f: Iterable[V] => R): RDD[(K, R)] = {
[warn]                                          ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/Implicits.scala:31:78: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   implicit class withCombineTraversableMethods[K: ClassTag, V: ClassTag](rs: Traversable[RDD[(K, V)]]) {
[warn]                                                                              ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/Implicits.scala:32:54: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     def combineValues[R: ClassTag](f: Traversable[V] => R, partitioner: Option[Partitioner] = None): RDD[(K, R)] =
[warn]                                                      ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/AddTileRDDMethods.scala:54:24: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localAdd(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localAdd(others, None)
[warn]                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/AddTileRDDMethods.scala:55:24: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localAdd(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)] =
[warn]                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/AddTileRDDMethods.scala:58:17: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def +(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localAdd(others, None)
[warn]                 ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/AndTileRDDMethods.scala:45:24: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localAnd(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localAnd(others, None)
[warn]                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/AndTileRDDMethods.scala:46:24: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localAnd(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)] =
[warn]                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/AndTileRDDMethods.scala:50:17: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def &(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localAnd(others, None)
[warn]                 ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/DivideTileRDDMethods.scala:62:27: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localDivide(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localDivide(others, None)
[warn]                           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/DivideTileRDDMethods.scala:63:27: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localDivide(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)] =
[warn]                           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/DivideTileRDDMethods.scala:66:17: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def /(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localDivide(others, None)
[warn]                 ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/Implicits.scala:31:58: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   implicit class withLocalTileRDDSeqMethods[K](val self: Traversable[RDD[(K, Tile)]])
[warn]                                                          ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/Implicits.scala:35:65: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   implicit class withLocalTileCollectionSeqMethods[K](val self: Traversable[Seq[(K, Tile)]]) extends LocalTileCollectionSeqMethods[K]
[warn]                                                                 ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/LocalTileRDDSeqMethods.scala:30:60: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn] abstract class LocalTileRDDSeqMethods[K: ClassTag] extends MethodExtensions[Traversable[RDD[(K, Tile)]]] {
[warn]                                                            ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/LocalTileRDDSeqMethods.scala:31:38: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   private def r(f: Traversable[Tile] => (Tile), partitioner: Option[Partitioner]): RDD[(K, Tile)] =
[warn]                                      ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/MajorityTileRDDMethods.scala:34:29: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localMajority(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localMajority(others, None)
[warn]                             ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/MajorityTileRDDMethods.scala:35:29: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localMajority(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)] =
[warn]                             ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/MajorityTileRDDMethods.scala:49:37: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localMajority(n: Int, others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localMajority(n, others, None)
[warn]                                     ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/MajorityTileRDDMethods.scala:50:37: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localMajority(n: Int, others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)] =
[warn]                                     ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/MinorityTileRDDMethods.scala:30:29: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localMinority(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localMinority(others, None)
[warn]                             ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/MinorityTileRDDMethods.scala:31:29: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localMinority(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)] =
[warn]                             ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/MinorityTileRDDMethods.scala:45:37: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localMinority(n: Int, others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localMinority(n, others, None)
[warn]                                     ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/MinorityTileRDDMethods.scala:46:37: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localMinority(n: Int, others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)] =
[warn]                                     ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/MultiplyTileRDDMethods.scala:55:29: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localMultiply(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localMultiply(others, None)
[warn]                             ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/MultiplyTileRDDMethods.scala:56:29: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localMultiply(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)] =
[warn]                             ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/MultiplyTileRDDMethods.scala:60:17: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def *(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localMultiply(others)
[warn]                 ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/OrTileRDDMethods.scala:45:23: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localOr(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localOr(others, None)
[warn]                       ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/OrTileRDDMethods.scala:46:23: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localOr(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)] =
[warn]                       ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/OrTileRDDMethods.scala:50:17: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def |(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localOr(others, None)
[warn]                 ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/PowTileRDDMethods.scala:62:24: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localPow(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)] =
[warn]                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/PowTileRDDMethods.scala:66:18: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def **(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localPow(others, None)
[warn]                  ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/SubtractTileRDDMethods.scala:63:29: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localSubtract(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localSubtract(others, None)
[warn]                             ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/SubtractTileRDDMethods.scala:64:29: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localSubtract(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)] =
[warn]                             ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/SubtractTileRDDMethods.scala:68:17: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def -(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localSubtract(others)
[warn]                 ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/XorTileRDDMethods.scala:45:24: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localXor(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localXor(others, None)
[warn]                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/XorTileRDDMethods.scala:46:24: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def localXor(others: Traversable[RDD[(K, Tile)]], partitioner: Option[Partitioner]): RDD[(K, Tile)] =
[warn]                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/XorTileRDDMethods.scala:50:17: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def ^(others: Traversable[RDD[(K, Tile)]]): RDD[(K, Tile)] = localXor(others, None)
[warn]                 ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/local/temporal/package.scala:41:33: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     reduceOp: Traversable[Tile] => Tile
[warn]                                 ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mask/MaskRDD.scala:56:47: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   ](rdd: RDD[(K, V)] with Metadata[M], geoms: Traversable[Polygon], options: Options): RDD[(K, V)] with Metadata[M] =
[warn]                                               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mask/MaskRDD.scala:73:47: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   ](rdd: RDD[(K, V)] with Metadata[M], geoms: Traversable[MultiPolygon], options: Options)(implicit d: DummyImplicit): RDD[(K, V)] with Metadata[M] =
[warn]                                               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mask/TileRDDMaskMethods.scala:41:19: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def mask(geoms: Traversable[Polygon]): RDD[(K, V)] with Metadata[M] = mask(geoms, Options.DEFAULT)
[warn]                   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mask/TileRDDMaskMethods.scala:43:19: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def mask(geoms: Traversable[Polygon], options: Options): RDD[(K, V)] with Metadata[M] =
[warn]                   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mask/TileRDDMaskMethods.scala:52:19: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def mask(geoms: Traversable[MultiPolygon], options: Options)(implicit d: DummyImplicit): RDD[(K, V)] with Metadata[M] =
[warn]                   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/pyramid/Pyramid.scala:53:52: method mapValues in trait MapOps is deprecated (since 2.13.0): Use .view.mapValues(f). A future version will include a strict version of this method (for now, .view.mapValues(f).toMap).
[warn]   def persist(storageLevel: StorageLevel) = levels.mapValues{ _.persist(storageLevel) }
[warn]                                                    ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/pyramid/Pyramid.scala:281:6: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   ): Stream[(Int, RDD[(K, V)] with Metadata[M])] =
[warn]      ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/pyramid/Pyramid.scala:283:7: object Stream in package immutable is deprecated (since 2.13.0): Use LazyList (which is fully lazy) instead of Stream (which has a lazy tail only)
[warn]       if (startZoom > endZoom) {
[warn]       ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/pyramid/Pyramid.scala:287:9: value Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]         Stream.empty
[warn]         ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/pyramid/Pyramid.scala:299:6: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   ): Stream[(Int, RDD[(K, V)] with Metadata[M])] =
[warn]      ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/pyramid/Pyramid.scala:310:6: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   ): Stream[(Int, RDD[(K, V)] with Metadata[M])] =
[warn]      ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/pyramid/Pyramid.scala:320:6: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   ): Stream[(Int, RDD[(K, V)] with Metadata[M])] =
[warn]      ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/GeoTiffInfoReader.scala:61:51: method copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is deprecated (since 2.13.0): Implicit conversions from Array to immutable.IndexedSeq are implemented by copying; Use the more efficient non-copying ArraySeq.unsafeWrapArray or an explicit toIndexedSeq call
[warn]     info.segmentLayout.partitionWindowsBySegments(windows, partitionBytes / math.max(info.cellType.bytes, 1))
[warn]                                                   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/LayerReader.scala:68:16: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]       .iterator().asScala
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/LayerWriter.scala:187:16: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]       .iterator().asScala
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/LayerWriter.scala:232:17: method mapValues in trait MapOps is deprecated (since 2.13.0): Use .view.mapValues(f). A future version will include a strict version of this method (for now, .view.mapValues(f).toMap).
[warn]                .mapValues { row =>
[warn]                 ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/RasterReader.scala:76:30: method copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is deprecated (since 2.13.0): Implicit conversions from Array to immutable.IndexedSeq are implemented by copying; Use the more efficient non-copying ArraySeq.unsafeWrapArray or an explicit toIndexedSeq call
[warn]       geoTiff.crop(gbs.filter(_.intersects(geoTiff.dimensions))).map { case (gb, tile) =>
[warn]                              ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/RasterReader.scala:98:30: method copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is deprecated (since 2.13.0): Implicit conversions from Array to immutable.IndexedSeq are implemented by copying; Use the more efficient non-copying ArraySeq.unsafeWrapArray or an explicit toIndexedSeq call
[warn]       geoTiff.crop(gbs.filter(_.intersects(geoTiff.dimensions))).map { case (gb, tile) =>
[warn]                              ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/RasterReader.scala:124:30: method copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is deprecated (since 2.13.0): Implicit conversions from Array to immutable.IndexedSeq are implemented by copying; Use the more efficient non-copying ArraySeq.unsafeWrapArray or an explicit toIndexedSeq call
[warn]       geoTiff.crop(gbs.filter(_.intersects(geoTiff.dimensions))).map { case (gb, tile) =>
[warn]                              ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/RasterReader.scala:154:30: method copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is deprecated (since 2.13.0): Implicit conversions from Array to immutable.IndexedSeq are implemented by copying; Use the more efficient non-copying ArraySeq.unsafeWrapArray or an explicit toIndexedSeq call
[warn]       geoTiff.crop(gbs.filter(_.intersects(geoTiff.dimensions))).map { case (gb, tile) =>
[warn]                              ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/cog/COGLayerReader.scala:200:32: method copyArrayToImmutableIndexedSeq in class LowPriorityImplicits2 is deprecated (since 2.13.0): Implicit conversions from Array to immutable.IndexedSeq are implemented by copying; Use the more efficient non-copying ArraySeq.unsafeWrapArray or an explicit toIndexedSeq call
[warn]         .cropBands(gridBounds, targetBands)
[warn]                                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/cog/COGLayerReader.scala:430:16: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]       .iterator().asScala
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/cog/COGLayerWriter.scala:239:16: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]       .iterator().asScala
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/cog/vrt/Implicits.scala:34:34: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]       self.fromSimpleSources(acc.value.asScala.toList.sortBy(_._1).map(_._2))
[warn]                                  ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/file/geotiff/FileGeoTiffLayerReader.scala:31:52: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn] @experimental class FileGeoTiffLayerReader[M[T] <: Traversable[T]](
[warn]                                                    ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/file/geotiff/FileGeoTiffLayerReader.scala:42:21: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def apply[M[T] <: Traversable[T]](
[warn]                     ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/geotiff/GeoTiffLayerReader.scala:41:48: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn] @experimental trait GeoTiffLayerReader[M[T] <: Traversable[T]] {
[warn]                                                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/geotiff/GeoTiffLayerReader.scala:64:124: method toIterator in trait IterableOnceOps is deprecated (since 2.13.0): Use .iterator instead of .toIterator
[warn]       fs2.Stream.fromBlockingIterator[IO](attributeStore.query(layerId.name, ProjectedExtent(keyExtent, layoutScheme.crs)).toIterator, chunkSize = 1)
[warn]                                                                                                                            ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/geotiff/GeoTiffLayerReader.scala:97:68: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]               res: Raster[V] => RasterResampleMethods[Raster[V]]): Traversable[Raster[V]] = {
[warn]                                                                    ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/geotiff/GeoTiffLayerReader.scala:104:70: method toIterator in trait IterableOnceOps is deprecated (since 2.13.0): Use .iterator instead of .toIterator
[warn]       fs2.Stream.fromIterator[IO](attributeStore.query(layerId.name).toIterator, 1)
[warn]                                                                      ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/geotiff/GeoTiffMetadataTree.scala:38:13: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]       .query(projectedExtent.reproject(crs).jtsEnvelope)
[warn]             ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/geotiff/GeoTiffMetadataTree.scala:48:14: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]       _.query(projectedExtent.reproject(crs).jtsEnvelope)
[warn]              ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/geotiff/GeoTiffMetadataTree.scala:59:14: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]       _.query(crs.worldExtent.jtsEnvelope)
[warn]              ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/geotiff/HadoopGeoTiffLayerReader.scala:31:54: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn] @experimental class HadoopGeoTiffLayerReader[M[T] <: Traversable[T]](
[warn]                                                      ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/geotiff/HadoopGeoTiffLayerReader.scala:43:21: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def apply[M[T] <: Traversable[T]](
[warn]                     ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/slippy/FileSlippyTileReader.scala:37:49: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]     if(extensions.isEmpty) { FileUtils.listFiles(file, TrueFileFilter.INSTANCE, TrueFileFilter.INSTANCE).asScala.toSeq }
[warn]                                                 ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/slippy/FileSlippyTileReader.scala:38:31: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]     else { FileUtils.listFiles(file, new SuffixFileFilter(extensions.asJava), TrueFileFilter.INSTANCE).asScala.toSeq }
[warn]                               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/slippy/FileSlippyTileReader.scala:38:59: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]     else { FileUtils.listFiles(file, new SuffixFileFilter(extensions.asJava), TrueFileFilter.INSTANCE).asScala.toSeq }
[warn]                                                           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/summary/StatsTileCollectionMethods.scala:25:24: method mapValues in trait MapOps is deprecated (since 2.13.0): Use .view.mapValues(f). A future version will include a strict version of this method (for now, .view.mapValues(f).toMap).
[warn]     self.groupBy(_._1).mapValues { seq => seq.map(_._2).reduce(_ + _) / seq.size } toSeq
[warn]                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/timeseries/RDDTimeSeriesMethods.scala:131:15: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     polygons: Traversable[MultiPolygon]
[warn]               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/timeseries/RDDTimeSeriesMethods.scala:139:15: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     polygons: Traversable[MultiPolygon],
[warn]               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/timeseries/RDDTimeSeriesMethods.scala:174:15: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     polygons: Traversable[MultiPolygon]
[warn]               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/timeseries/RDDTimeSeriesMethods.scala:182:15: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     polygons: Traversable[MultiPolygon],
[warn]               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/timeseries/RDDTimeSeriesMethods.scala:217:15: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     polygons: Traversable[MultiPolygon]
[warn]               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/timeseries/RDDTimeSeriesMethods.scala:225:15: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     polygons: Traversable[MultiPolygon],
[warn]               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/timeseries/RDDTimeSeriesMethods.scala:260:15: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     polygons: Traversable[MultiPolygon]
[warn]               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/timeseries/RDDTimeSeriesMethods.scala:268:15: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     polygons: Traversable[MultiPolygon],
[warn]               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/timeseries/RDDTimeSeriesMethods.scala:304:15: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     polygons: Traversable[MultiPolygon]
[warn]               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/timeseries/RDDTimeSeriesMethods.scala:312:15: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     polygons: Traversable[MultiPolygon],
[warn]               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/timeseries/TimeSeries.scala:46:12: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     geoms: Traversable[MultiPolygon],
[warn]            ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/viewshed/IterativeViewshed.scala:358:20: method mapValues in trait MapOps is deprecated (since 2.13.0): Use .view.mapValues(f). A future version will include a strict version of this method (for now, .view.mapValues(f).toMap).
[warn]                   .mapValues({ case rss =>
[warn]                    ^
[warn] 112 warnings found
[info] done compiling
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-testkit/target/scala-2.13/api...
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase-spark/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase-spark/src/main/scala/geotrellis/spark/store/hbase/HBaseSparkLayerProvider.scala:27:1: Could not find any member to link for "HBaseAttributeStore".
[warn] /**
[warn] ^
[warn] two warnings found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] one warning found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra-spark/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/src/main/scala/geotrellis/spark/store/s3/TiffTagsS3InputFormat.scala:28:3: Could not find any member to link for "TiffTags".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/src/main/scala/geotrellis/spark/store/s3/S3GeoTiffRDD.scala:46:3: Could not find any member to link for "None".
[warn]   /**
[warn]   ^
[warn] three warnings found
[info] Main Scala API documentation successful.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra-spark/src/main/scala/geotrellis/spark/store/cassandra/CassandraSparkLayerProvider.scala:30:1: Could not find any member to link for "CassandraAttributeStore".
[warn] /**
[warn] ^
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] two warnings found
[info] Main Scala API documentation successful.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/src/main/scala/geotrellis/spark/store/accumulo/AccumuloSparkLayerProvider.scala:29:1: Could not find any member to link for "AccumuloAttributeStore".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/src/main/scala/geotrellis/spark/store/accumulo/AccumuloWriteStrategy.scala:91:1: Could not find any member to link for "AccumuloUtils.getSplits".
[warn] /**
[warn] ^
[warn] three warnings found
[info] Main Scala API documentation successful.
[info] compiling 16 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-testkit/target/scala-2.13/classes ...
[info] compiling 10 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase-spark/target/scala-2.13/classes ...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase-spark/src/main/scala/geotrellis/spark/store/hbase/HBaseLayerDeleter.scala:43:27: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]           scanner.iterator().asScala.foreach { kv =>
[warn]                           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase-spark/src/main/scala/geotrellis/spark/store/hbase/HBaseRDDWriter.scala:88:54: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]                 val results: Vector[(K,V)] = scanner.iterator.asScala.toVector.flatMap{ result =>
[warn]                                                      ^
[warn] three warnings found
[info] done compiling
[info] compiling 30 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/target/scala-2.13/classes ...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-testkit/src/main/scala/geotrellis/spark/testkit/TileLayerRDDBuilders.scala:226:12: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     tiles: Traversable[(Tile, ZonedDateTime)],
[warn]            ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-testkit/src/main/scala/geotrellis/spark/testkit/TileLayerRDDMatchers.scala:98:10: method union in trait SeqOps is deprecated (since 2.13.0): Use `concat` instead
[warn]       ft.union(st).groupBy(_._1).toMap.map { case (k ,v) => (k, v.toArray) }
[warn]          ^
[warn] three warnings found
[info] done compiling
[info] compiling 9 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra-spark/target/scala-2.13/classes ...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/src/main/scala/geotrellis/spark/store/s3/S3GeoTiffInfoReader.scala:62:10: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]         .contents
[warn]          ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/src/main/scala/geotrellis/spark/store/s3/S3InputFormat.scala:145:10: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]         .contents
[warn]          ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/src/main/scala/geotrellis/spark/store/s3/S3InputFormat.scala:172:12: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]           .contents
[warn]            ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/src/main/scala/geotrellis/spark/store/s3/S3InputFormat.scala:188:12: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]     (splits: Vector[org.apache.hadoop.mapreduce.InputSplit]).asJava
[warn]            ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/src/main/scala/geotrellis/spark/store/s3/geotiff/S3GeoTiffInput.scala:68:8: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]       .contents
[warn]        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/src/main/scala/geotrellis/spark/store/s3/geotiff/S3GeoTiffLayerReader.scala:33:50: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn] @experimental class S3GeoTiffLayerReader[M[T] <: Traversable[T]](
[warn]                                                  ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/src/main/scala/geotrellis/spark/store/s3/geotiff/S3GeoTiffLayerReader.scala:45:21: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]   def apply[M[T] <: Traversable[T]](
[warn]                     ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/src/main/scala/geotrellis/spark/store/s3/slippy/S3SlippyTileReader.scala:54:8: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]       .contents
[warn]        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/src/main/scala/geotrellis/spark/store/s3/slippy/S3SlippyTileReader.scala:81:10: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]         .contents
[warn]          ^
[warn] 10 warnings found
[info] done compiling
[info] compiling 10 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/target/scala-2.13/classes ...
[warn] one warning found
[info] done compiling
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[info] 	published geotrellis-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/src/main/scala/geotrellis/spark/store/accumulo/AccumuloRDDReader.scala:55:40: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]     val ranges = queryKeyBounds.flatMap(decomposeBounds).asJava
[warn]                                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/src/main/scala/geotrellis/spark/store/accumulo/AccumuloRDDReader.scala:57:43: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]     InputFormatBase.fetchColumns(job, List(new AccumuloPair(columnFamily, null: Text)).asJava)
[warn]                                           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/src/main/scala/geotrellis/spark/store/accumulo/AccumuloRDDWriter.scala:74:31: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
[warn]               scanner.iterator().asScala.toVector.flatMap({ entry =>
[warn]                               ^
[warn] four warnings found
[info] done compiling
[info] 	published geotrellis-hbase-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-hbase-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-hbase-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-hbase-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-spark-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-spark-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-spark-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-spark-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-s3-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-s3-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-s3-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-s3-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-cassandra-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-cassandra-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-cassandra-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-cassandra-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] compiling 50 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/target/scala-2.13/classes ...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] one warning found
[info] Main Scala API documentation successful.
[info] 	published geotrellis-accumulo-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-accumulo-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-accumulo-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-accumulo-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/Output.scala:41:29: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   ](arg: JsonWrite)(tuples: Stream[(Int, RDD[(K, V)] with Metadata[M])]): Stream[(Int, RDD[(K, V)] with Metadata[M])] = {
[warn]                             ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/Output.scala:41:75: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   ](arg: JsonWrite)(tuples: Stream[(Int, RDD[(K, V)] with Metadata[M])]): Stream[(Int, RDD[(K, V)] with Metadata[M])] = {
[warn]                                                                           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/Transform.scala:127:78: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   ](arg: JsonPyramid)(rdd: RDD[(K, V)] with Metadata[TileLayerMetadata[K]]): Stream[(Int, RDD[(K, V)] with Metadata[TileLayerMetadata[K]])] = {
[warn]                                                                              ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/Transform.scala:128:50: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]     def pyramid(resampleMethod: ResampleMethod): Stream[(Int, RDD[(K, V)] with Metadata[TileLayerMetadata[K]])] = {
[warn]                                                  ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/multiband/spatial/Pyramid.scala:31:11: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn] ) extends Transform[MultibandTileLayerRDD[SpatialKey], Stream[(Int, MultibandTileLayerRDD[SpatialKey])]] {
[warn]           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/multiband/spatial/Pyramid.scala:33:40: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   def eval(implicit sc: SparkContext): Stream[(Int, MultibandTileLayerRDD[SpatialKey])] =
[warn]                                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/multiband/spatial/Write.scala:31:11: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn] ) extends Output[Stream[(Int, MultibandTileLayerRDD[SpatialKey])]] {
[warn]           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/multiband/spatial/Write.scala:29:9: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   node: Node[Stream[(Int, MultibandTileLayerRDD[SpatialKey])]],
[warn]         ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/multiband/spatial/Write.scala:33:40: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   def eval(implicit sc: SparkContext): Stream[(Int, MultibandTileLayerRDD[SpatialKey])] = Output.write(arg)(node.eval)
[warn]                                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/multiband/spatial/Write.scala:28:12: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn] case class Write(
[warn]            ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/multiband/temporal/Pyramid.scala:31:11: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn] ) extends Transform[MultibandTileLayerRDD[SpaceTimeKey], Stream[(Int, MultibandTileLayerRDD[SpaceTimeKey])]] {
[warn]           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/multiband/temporal/Pyramid.scala:33:40: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   def eval(implicit sc: SparkContext): Stream[(Int, MultibandTileLayerRDD[SpaceTimeKey])] =
[warn]                                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/multiband/temporal/Write.scala:31:11: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn] ) extends Output[Stream[(Int, MultibandTileLayerRDD[SpaceTimeKey])]] {
[warn]           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/multiband/temporal/Write.scala:29:9: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   node: Node[Stream[(Int, MultibandTileLayerRDD[SpaceTimeKey])]],
[warn]         ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/multiband/temporal/Write.scala:33:40: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   def eval(implicit sc: SparkContext): Stream[(Int, MultibandTileLayerRDD[SpaceTimeKey])] = Output.write(arg)(node.eval)
[warn]                                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/multiband/temporal/Write.scala:28:12: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn] case class Write(
[warn]            ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/singleband/spatial/Pyramid.scala:31:11: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn] ) extends Transform[TileLayerRDD[SpatialKey], Stream[(Int, TileLayerRDD[SpatialKey])]] {
[warn]           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/singleband/spatial/Pyramid.scala:33:40: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   def eval(implicit sc: SparkContext): Stream[(Int, TileLayerRDD[SpatialKey])] =
[warn]                                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/singleband/spatial/Write.scala:31:11: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn] ) extends Output[Stream[(Int, TileLayerRDD[SpatialKey])]] {
[warn]           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/singleband/spatial/Write.scala:29:9: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   node: Node[Stream[(Int, TileLayerRDD[SpatialKey])]],
[warn]         ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/singleband/spatial/Write.scala:33:40: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   def eval(implicit sc: SparkContext): Stream[(Int, TileLayerRDD[SpatialKey])] = Output.write(arg)(node.eval)
[warn]                                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/singleband/spatial/Write.scala:28:12: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn] case class Write(
[warn]            ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/singleband/temporal/Pyramid.scala:31:11: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn] ) extends Transform[TileLayerRDD[SpaceTimeKey], Stream[(Int, TileLayerRDD[SpaceTimeKey])]] {
[warn]           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/singleband/temporal/Pyramid.scala:33:40: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   def eval(implicit sc: SparkContext): Stream[(Int, TileLayerRDD[SpaceTimeKey])] =
[warn]                                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/singleband/temporal/Write.scala:31:11: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn] ) extends Output[Stream[(Int, TileLayerRDD[SpaceTimeKey])]] {
[warn]           ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/singleband/temporal/Write.scala:29:9: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   node: Node[Stream[(Int,TileLayerRDD[SpaceTimeKey])]],
[warn]         ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/singleband/temporal/Write.scala:33:40: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]   def eval(implicit sc: SparkContext): Stream[(Int, TileLayerRDD[SpaceTimeKey])] = Output.write(arg)(node.eval)
[warn]                                        ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/singleband/temporal/Write.scala:28:12: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn] case class Write(
[warn]            ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/untyped/ErasedNode.scala:163:48: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]             ErasedTypedNode.fromWrite { child: Node[Stream[(Int, TileLayerRDD[SpatialKey])]] => Write(child, a) }
[warn]                                                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/untyped/ErasedNode.scala:190:48: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]             ErasedTypedNode.fromWrite { child: Node[Stream[(Int, TileLayerRDD[SpaceTimeKey])]] => Write(child, a) }
[warn]                                                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/untyped/ErasedNode.scala:217:48: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]             ErasedTypedNode.fromWrite { child: Node[Stream[(Int, MultibandTileLayerRDD[SpatialKey])]] => Write(child, a) }
[warn]                                                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/src/main/scala/geotrellis/spark/pipeline/ast/untyped/ErasedNode.scala:244:48: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]             ErasedTypedNode.fromWrite { child: Node[Stream[(Int, MultibandTileLayerRDD[SpaceTimeKey])]] => Write(child, a) }
[warn]                                                ^
[warn] 33 warnings found
[info] done compiling
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/target/scala-2.13/api...
[info] compiling 12 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/target/scala-2.13/classes ...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/COGSparkExamples.scala:198:16: type Traversable in package scala is deprecated (since 2.13.0): Use Iterable instead of Traversable
[warn]     val layer: Traversable[Raster[Tile]] = geoTiffLayer.readAll[Tile](LayerId("RED", zoom))
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/PipelineSparkExamples.scala:78:15: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]     val list: Option[Node[Stream[(Int, TileLayerRDD[SpatialKey])]]] = maskJson.node
[warn]               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/PipelineSparkExamples.scala:82:12: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]       case Some(node) => {
[warn]            ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/PipelineSparkExamples.scala:107:22: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]     val typedResult: Option[Stream[(Int, TileLayerRDD[SpatialKey])]] = untypedAst.flatMap { en =>
[warn]                      ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/PipelineSparkExamples.scala:108:21: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]       Try { en.eval[Stream[(Int, TileLayerRDD[SpatialKey])]] } match {
[warn]                     ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/PipelineSparkExamples.scala:109:14: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]         case Success(stream) => Some(stream)
[warn]              ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/PipelineSparkExamples.scala:110:14: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]         case Failure(e) => None
[warn]              ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/PipelineSparkExamples.scala:143:19: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]     val typedAst: Node[Stream[(Int, TileLayerRDD[SpatialKey])]] =
[warn]                   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/PipelineSparkExamples.scala:145:15: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]         .node[Stream[(Int, TileLayerRDD[SpatialKey])]]
[warn]               ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/PipelineSparkExamples.scala:146:17: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]     val result: Stream[(Int, TileLayerRDD[SpatialKey])] = typedAst.eval
[warn]                 ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/PipelineSparkExamples.scala:162:22: type Stream in package scala is deprecated (since 2.13.0): Use LazyList instead of Stream
[warn]     val typedResult: Option[Stream[(Int, TileLayerRDD[SpatialKey])]] =
[warn]                      ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/ShardingKeyIndex.scala:127:1: Could not find any member to link for "KeyIndex".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/VoxelKey.scala:73:1: Could not find any member to link for "KeyIndex".
[warn] /** A [[KeyIndex]] based on [[VoxelKey]]. */
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/VoxelKey.scala:97:3: Could not find any member to link for "Decoder".
[warn]   /** A [[Decoder]] for [[ZVoxelKeyIndex]]. */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/VoxelKey.scala:88:3: Could not find any member to link for "Encoder".
[warn]   /** An [[Encoder]] for [[ZVoxelKeyIndex]]. */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/VoxelKey.scala:56:3: Could not find any member to link for "SpatialComponent".
[warn]   /** Since [[VoxelKey]] has x and y coordinates, it can take advantage of
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/ShardingKeyIndex.scala:97:3: Could not find any member to link for "Encoder".
[warn]   /** An [[Encoder]] for [[ZVoxelKeyIndex]]. */
[warn]   ^
[warn] 12 warnings found
[info] done compiling
[info] 	published geotrellis-spark-pipeline_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-pipeline_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[warn] 7 warnings found
[info] Main Scala API documentation successful.
[info] 	published geotrellis-spark-pipeline_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-pipeline_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-spark-pipeline_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-pipeline_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-spark-pipeline_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-pipeline_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[success] Total time: 474 s (07:54), completed Jun 2, 2023 11:38:51 PM
+ ./.locationtech/deploy-213.sh
+ ./sbt -213 publish -no-colors -J-Drelease=locationtech
[info] welcome to sbt 1.9.0 (Oracle Corporation Java 1.8.0_202)
[info] loading settings for project geotrellis-master-branch-snapshot-build from plugins.sbt ...
[info] loading project definition from /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/project
[info] loading settings for project geotrellis from build.sbt ...
[info] resolving key references (39828 settings) ...
[info] set current project to geotrellis (in build file:/home/jenkins/agent/workspace/GeoTrellis%20master%20branch%20SNAPSHOT/)
[info] Setting Scala version to 2.13.10 on 29 projects.
[info] Reapplying settings...
[info] set current project to geotrellis (in build file:/home/jenkins/agent/workspace/GeoTrellis%20master%20branch%20SNAPSHOT/)
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/target/scala-2.13/geotrellis_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/proj4/target/scala-2.13/geotrellis-proj4_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/util/target/scala-2.13/geotrellis-util_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/macros/target/scala-2.13/geotrellis-macros_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector/target/scala-2.13/geotrellis-vector_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
Warning: Tried to extract the base path for relative glob vectortile/data/**/*. To disable this warning, re-run the program with java option, -Dsbt.io.implicit.relative.glob.conversion=allow
Warning: Tried to extract the base path for relative glob vectortile/data/**/*. To disable this warning, re-run the program with java option, -Dsbt.io.implicit.relative.glob.conversion=allow
Warning: Tried to extract the base path for relative glob vectortile/data/**/*.{java,scala}. To disable this warning, re-run the program with java option, -Dsbt.io.implicit.relative.glob.conversion=allow
Warning: Tried to extract the base path for relative glob vectortile/data/**/*.{java,scala}. To disable this warning, re-run the program with java option, -Dsbt.io.implicit.relative.glob.conversion=allow
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/target/scala-2.13/geotrellis-vectortile_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector-testkit/target/scala-2.13/geotrellis-vector-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/target/scala-2.13/geotrellis-raster_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/proj4/target/scala-2.13/api...
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/util/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/util/src/main/scala/geotrellis/util/HttpRangeReader.scala:26:1: Could not find any member to link for "[[HttpStatusException]]".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/util/src/main/scala/geotrellis/util/Filesystem.scala:192:3: Could not find any member to link for "java.nio.file.File".
[warn]   /**
[warn]   ^
[warn] three warnings found
[info] Main Scala API documentation successful.
[warn] one warning found
[info] Main Scala API documentation successful.
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/mdoc/target/scala-2.13/geotrellis-mdoc_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster-testkit/target/scala-2.13/geotrellis-raster-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/macros/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/geotools/target/scala-2.13/geotrellis-geotools_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/shapefile/target/scala-2.13/geotrellis-shapefile_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/target/scala-2.13/geotrellis-layer_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/gdal/target/scala-2.13/geotrellis-gdal_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/target/scala-2.13/geotrellis-store_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] one warning found
[info] Main Scala API documentation successful.
[info] 	published geotrellis-proj4_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-proj4_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-proj4_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector/src/main/scala/geotrellis/vector/MultiLineString.scala:24:1: Could not find any member to link for "MultiLine".
[warn] /** Companion object to [[MultiLine]] */
[warn] ^
[info] 	published geotrellis-proj4_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-proj4_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-proj4_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-proj4_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-proj4_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-proj4_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-proj4_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-proj4_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-proj4_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-util_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-util_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-util_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-util_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-util_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-util_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-util_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-util_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-util_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-util_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-util_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-util_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo/target/scala-2.13/geotrellis-accumulo_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase/target/scala-2.13/geotrellis-hbase_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra/target/scala-2.13/geotrellis-cassandra_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/target/scala-2.13/geotrellis-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3/target/scala-2.13/geotrellis-s3_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector/src/main/scala/geotrellis/vector/io/json/JsonCRS.scala:28:3: Could not find any member to link for "CRS".
[warn]   /** Attempt to resolve to [[CRS]] object. Will cause network request for [[LinkedCRS]] */
[warn]   ^
[info] 	published geotrellis-macros_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-macros_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-macros_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-macros_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-macros_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-macros_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-macros_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-macros_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-macros_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-macros_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-macros_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-macros_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-testkit/target/scala-2.13/geotrellis-spark-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[warn] three warnings found
[info] Main Scala API documentation successful.
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/gdal-spark/target/scala-2.13/geotrellis-gdal-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/target/scala-2.13/geotrellis-accumulo-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra-spark/target/scala-2.13/geotrellis-cassandra-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/target/scala-2.13/geotrellis-s3-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase-spark/target/scala-2.13/geotrellis-hbase-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector-testkit/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] one warning found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/target/scala-2.13/api...
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/src/main/scala/geotrellis/vectortile/package.scala:19:1: Could not find any member to link for "geotrellis.vector.Extent".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/src/main/scala/geotrellis/vectortile/VectorTile.scala:27:1: Could not find any member to link for "Map".
[warn] /**
[warn] ^
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/src/main/scala/geotrellis/vectortile/VectorTile.scala:88:3: Could not find any member to link for "Extent".
[warn]   /** Create a [[VectorTile]] from raw Protobuf bytes.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/src/main/scala/geotrellis/vectortile/Layer.scala:53:3: Could not find any member to link for "Extent".
[warn]   /** How much of the [[Extent]] is covered by a single grid coordinate? */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/src/main/scala/geotrellis/vectortile/Layer.scala:45:3: Could not find any member to link for "Extent".
[warn]   /** The width/height of this Layer's coordinate grid. By default this is 4096,
[warn]   ^
[warn] 6 warnings found
[info] Main Scala API documentation successful.
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/target/scala-2.13/geotrellis-spark-pipeline_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-vector_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-vector_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-vector_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-vector_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-vector_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-vector_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-vector_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-vector_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/MosaicRasterSource.scala:96:5: discarding unmoored doc comment
[warn]     /** The passed bounds are relative to the [[MosaicRasterSource]] bounds.
[warn]     ^
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/target/scala-2.13/geotrellis-doc-examples_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster-testkit/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/costdistance/SimpleCostDistance.scala:129:5: discarding unmoored doc comment
[warn]     /**
[warn]     ^
[warn] one warning found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/geotools/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] one warning found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/shapefile/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/viewshed/R2Viewshed.scala:237:5: discarding unmoored doc comment
[warn]     /**
[warn]     ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/viewshed/R2Viewshed.scala:290:5: discarding unmoored doc comment
[warn]     /**
[warn]     ^
[warn] one warning found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/LayoutTileSource.scala:22:1: Could not find any member to link for "RasterSource".
[warn] /** Reads tiles by key from a [[RasterSource]] as keyed by a [[LayoutDefinition]]
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/mapalgebra/focal/hillshade/HillshadeTileLayerCollectionMethods.scala:25:3: Could not find any member to link for "geotrellis.raster.mapalgebra.focal.Hillshade".
[warn]   /** Calculates the hillshade of each cell in a raster.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/mapalgebra/focal/FocalTileLayerCollectionMethods.scala:35:3: Could not find any member to link for "geotrellis.raster.mapalgebra.focal.Aspect".
[warn]   /** Calculates the aspect of each cell in a raster.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/mapalgebra/focal/FocalTileLayerCollectionMethods.scala:46:3: Could not find any member to link for "geotrellis.raster.mapalgebra.focal.Slope".
[warn]   /** Calculates the slope of each cell in a raster.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/stitch/StitchCollectionMethods.scala:41:3: Could not find any member to link for "geotrellis.vector.Extent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/filter/ToSpatial.scala:25:3: Could not find any member to link for "geotrellis.util.Component".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/SpatialKey.scala:29:3: Could not find any member to link for "Extent".
[warn]   /** Retrieve the [[Extent]] that corresponds to this key, given a layout. */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/MapKeyTransform.scala:114:3: Could not find any member to link for "Extent".
[warn]   /** Get the [[Extent]] corresponding to a [[SpatialComponent]] of K in some zoom level. */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/MapKeyTransform.scala:111:3: Could not find any member to link for "Extent".
[warn]   /** Get the [[Extent]] corresponding to a [[SpatialKey]] in some zoom level. */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/MapKeyTransform.scala:164:3: Could not find any member to link for "Geometry".
[warn]   /** For some given [[Geometry]], find the unique SpatialKeys for all Tile extents
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/KeyBounds.scala:67:3: Could not find any member to link for "NoSuchElementException".
[warn]   /** Returns non-empty bounds or throws [[NoSuchElementException]] */
[warn]   ^
[warn] 12 warnings found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/gdal/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/gdal/src/main/scala/geotrellis/raster/gdal/GDALRasterSource.scala:121:3: Could not find any member to link for "TargetCellType".
[warn]   /** Converts the contents of the GDALRasterSource to the [[TargetCellType]].
[warn]   ^
[warn] two warnings found
[info] Main Scala API documentation successful.
[info] 	published geotrellis-vectortile_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vectortile_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-vectortile_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-vectortile_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vectortile_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-vectortile_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-vectortile_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vectortile_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-vectortile_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-vectortile_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vectortile_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-vectortile_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-vector-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-vector-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-vector-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-vector-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-vector-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-vector-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-vector-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-vector-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/io/geotiff/CropIterator.scala:21:1: Tag '@return:' is not recognised
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/io/geotiff/MultibandCropIterator.scala:21:1: Tag '@return:' is not recognised
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/io/geotiff/SinglebandCropIterator.scala:21:1: Tag '@return:' is not recognised
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/summary/polygonal/visitors/MultibandTileCombineVisitor.scala:37:20: Variable R undefined in comment for class MultibandTileCombineVisitor in class MultibandTileCombineVisitor
[warn]   * @param `monoid$R`
[warn]                    ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/summary/polygonal/visitors/MultibandTileCombineVisitor.scala:38:22: Variable R undefined in comment for class MultibandTileCombineVisitor in class MultibandTileCombineVisitor
[warn]   * @param `classTag$R`
[warn]                      ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/summary/polygonal/visitors/TileCombineVisitor.scala:33:20: Variable R undefined in comment for class TileCombineVisitor in class TileCombineVisitor
[warn]   * @param `monoid$R`
[warn]                    ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/summary/polygonal/visitors/TileCombineVisitor.scala:34:22: Variable R undefined in comment for class TileCombineVisitor in class TileCombineVisitor
[warn]   * @param `classTag$R`
[warn]                      ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/io/geotiff/compression/DeflateCompression.scala:23:1: Could not find any member to link for "Deflater".
[warn] /** Compression level: 0 - 9lvl, default is -1, see [[Deflater]] docs for more information */
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ResampleTarget.scala:59:1: Could not find any member to link for "Extent".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/hadoop/util/HdfsRangeReader.scala:25:1: Could not find any member to link for "RangeReader".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/file/FileCollectionLayerProvider.scala:24:1: Could not find any member to link for "FileLayerReader".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerQuery.scala:22:1: Could not find any member to link for "KeyBounds".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/GeoTrellisPath.scala:26:1: Could not find any member to link for "GeotrellisRasterSource".
[warn] /** Represents a path that points to a GeoTrellis layer saved in a catalog.
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/mapalgebra/focal/ZFactor.scala:33:3: Could not find any member to link for "Extent".
[warn]   /** Produces the associated ZFactor for the given location.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/hadoop/cog/HadoopCOGCollectionLayerProvider.scala:32:1: Could not find any member to link for "Path".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/cog/vrt/VRT.scala:156:3: Could not find any member to link for "Elem".
[warn]   /** SimpleSource is a tuple of band and SimpleSource [[Elem]] */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/cog/vrt/VRT.scala:160:3: Could not find any member to link for "Elem".
[warn]   /** Alias for VRTRasterBand xml type, just a common [[Elem]] */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/cog/vrt/VRT.scala:130:3: Could not find any member to link for "SimpleSource".
[warn]   /** Creates a copy of a VRT object with [[SimpleSource]] elements as bands */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/cog/vrt/VRT.scala:103:3: Could not find any member to link for "SimpleSource".
[warn]   /** Generates a tuple of a band and Elem, Elem contains a [[SimpleSource]] XML */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/cog/vrt/VRT.scala:118:3: Could not find any member to link for "VRTRasterBand".
[warn]   /** Generates a list of [[VRTRasterBand]] (xml Elems) from a given list of [[SimpleSource]] */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/cog/vrt/VRT.scala:134:3: Could not find any member to link for "VRTRasterBand".
[warn]   /** Represents a list of [[VRTRasterBand]] as a VRTDataset */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/cog/vrt/VRT.scala:146:3: Could not find any member to link for "SimpleSource".
[warn]   /** Represents a list of [[SimpleSource]] as a VRTDataset */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerQuery.scala:31:3: Could not find any member to link for "KeyBounds".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/AttributeStore.scala:92:3: Could not find any member to link for "AttributeServiceProvider".
[warn]   /**
[warn]   ^
[warn] 15 warnings found
[info] Main Scala API documentation successful.
[info] 	published geotrellis-raster-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-raster-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-raster-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-raster-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-raster-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-raster-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-raster-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-raster-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-geotools_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-geotools_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-geotools_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-geotools_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-geotools_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-geotools_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-geotools_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-geotools_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-geotools_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-geotools_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-geotools_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-geotools_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-shapefile_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-shapefile_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-shapefile_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-shapefile_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-shapefile_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-shapefile_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-shapefile_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-shapefile_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-shapefile_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-shapefile_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-shapefile_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-shapefile_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-layer_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-layer_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-layer_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-layer_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-layer_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-layer_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-layer_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-layer_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-layer_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-layer_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-layer_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-layer_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-gdal_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-gdal_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-gdal_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-gdal_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-gdal_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-gdal_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-gdal_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-gdal_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-gdal_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-gdal_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-gdal_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-gdal_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/RasterSource.scala:183:3: Could not find any member to link for "GDALRasterSource".
[warn]   /** Converts the values within the RasterSource from one [[CellType]] to another.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/RasterMetadata.scala:37:3: Could not find any member to link for "OverviewStrategy".
[warn]   /** All available overview resolutions for this raster source
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo/src/main/scala/geotrellis/store/accumulo/AccumuloCollectionLayerProvider.scala:25:1: Could not find any member to link for "LayerWriter".
[warn] /**
[warn] ^
[warn] two warnings found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra/src/main/scala/geotrellis/store/cassandra/CassandraCollectionLayerProvider.scala:25:1: Could not find any member to link for "LayerWriter".
[warn] /**
[warn] ^
[warn] two warnings found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/GridExtent.scala:140:3: Could not find any member to link for "geotrellis.raster.GridExtent#withResolution(geotrellis.raster.CellSize)".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/GridExtent.scala:118:3: Could not find any member to link for "geotrellis.raster.GridExtent#withDimensions(java.lang.Object,".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:784:3: Could not find any member to link for "DoubleConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:716:3: Could not find any member to link for "FloatConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:649:3: Could not find any member to link for "IntConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:582:3: Could not find any member to link for "UShortConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:504:3: Could not find any member to link for "ShortConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:436:3: Could not find any member to link for "UByteConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:361:3: Could not find any member to link for "ByteConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/ConstantTile.scala:226:3: Could not find any member to link for "ConstantTile.toBytes()".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase/src/main/scala/geotrellis/store/hbase/HBaseCollectionLayerProvider.scala:25:1: Could not find any member to link for "LayerWriter".
[warn] /**
[warn] ^
[warn] two warnings found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3/src/main/scala/geotrellis/store/s3/S3CollectionLayerProvider.scala:23:1: Could not find any member to link for "S3LayerReader".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3/src/main/scala/geotrellis/store/s3/cog/S3COGCollectionLayerProvider.scala:25:1: Could not find any member to link for "S3LayerReader".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3/src/main/scala/geotrellis/store/s3/util/S3RangeReader.scala:29:1: Could not find any member to link for "RangeReader".
[warn] /**
[warn] ^
[warn] 27 warnings found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] four warnings found
[info] Main Scala API documentation successful.
[info] 	published geotrellis-store_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-store_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-store_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-store_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-store_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-store_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-store_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-store_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-store_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-store_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-store_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-store_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-raster_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-raster_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-raster_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-raster_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-raster_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-raster_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-raster_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-raster_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-testkit/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopSparkLayerProvider.scala:32:1: Could not find any member to link for "HadoopAttributeStore".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/org/apache/spark/rdd/FilteredCartesianRDD.scala:29:1: Tag '@summaryFn1' is not recognised
[warn] /** Performs a cartesian join of two RDDs using filter and refine pattern.
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/cog/HadoopCOGSparkLayerProvider.scala:30:1: Could not find any member to link for "HadoopAttributeStore".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/formats/TiffTagsInputFormat.scala:27:1: Could not find any member to link for "FileInputFormat".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/summary/StatsMultibandTileRDDMethods.scala:36:3: Could not find any member to link for "MultibandTile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/summary/StatsMultibandTileRDDMethods.scala:28:3: Could not find any member to link for "MultibandTile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/summary/StatsTileRDDMethods.scala:53:3: Could not find any member to link for "Tile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/summary/StatsTileRDDMethods.scala:45:3: Could not find any member to link for "Tile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/stitch/StitchRDDMethods.scala:44:3: Could not find any member to link for "geotrellis.vector.Extent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDDMethods.scala:162:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDDMethods.scala:137:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDDMethods.scala:111:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDDMethods.scala:85:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDDMethods.scala:59:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDDMethods.scala:32:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/focal/FocalTileLayerRDDMethods.scala:90:3: Could not find any member to link for "geotrellis.raster.mapalgebra.focal.Aspect".
[warn]   /** Calculates the aspect of each cell in a raster.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/focal/FocalTileLayerRDDMethods.scala:104:3: Could not find any member to link for "geotrellis.raster.mapalgebra.focal.Slope".
[warn]   /** Calculates the slope of each cell in a raster.
[warn]   ^
[warn] one warning found
[info] Main Scala API documentation successful.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/mapalgebra/focal/hillshade/HillshadeTileLayerRDDMethods.scala:29:3: Could not find any member to link for "geotrellis.raster.mapalgebra.focal.Hillshade".
[warn]   /** Calculates the hillshade of each cell in a raster.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/filter/TileLayerRDDFilterMethods.scala:38:3: Could not find any member to link for "KeyBounds".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/filter/TileLayerRDDFilterMethods.scala:26:3: Could not find any member to link for "KeyBounds".
[warn]   /**
[warn]   ^
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/src/main/scala/geotrellis/spark/store/accumulo/AccumuloSparkLayerProvider.scala:29:1: Could not find any member to link for "AccumuloAttributeStore".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/geotiff/HadoopGeoTiffInput.scala:29:3: Tag '@uri' is not recognised
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/src/main/scala/geotrellis/spark/store/accumulo/AccumuloWriteStrategy.scala:91:1: Could not find any member to link for "AccumuloUtils.getSplits".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/formats/TiffTagsInputFormat.scala:34:3: Could not find any member to link for "TiffTags".
[warn]   /**
[warn]   ^
[warn] three warnings found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra-spark/target/scala-2.13/api...
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/LayerWriter.scala:100:3: Could not find any member to link for "KeyIndex".
[warn]   /** Update persisted layer without checking for possible.
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/LayerWriter.scala:83:3: Could not find any member to link for "Bounds".
[warn]   /** Update persisted layer, merging existing value with updated value.
[warn]   ^
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:47:3: Could not find any member to link for "None".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:195:3: Could not find any member to link for "MultibandTile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:183:3: Could not find any member to link for "MultibandTile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:173:3: Could not find any member to link for "Tile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:162:3: Could not find any member to link for "Tile".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:224:3: Could not find any member to link for "ProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:214:3: Could not find any member to link for "ProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:205:3: Could not find any member to link for "ProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:254:3: Could not find any member to link for "ProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:244:3: Could not find any member to link for "ProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:235:3: Could not find any member to link for "ProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:284:3: Could not find any member to link for "TemporalProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:274:3: Could not find any member to link for "TemporalProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:265:3: Could not find any member to link for "TemporalProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:314:3: Could not find any member to link for "TemporalProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:304:3: Could not find any member to link for "TemporalProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/hadoop/HadoopGeoTiffRDD.scala:295:3: Could not find any member to link for "TemporalProjectedExtent".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/cog/COGLayerWriter.scala:252:3: Could not find any member to link for "AttributeStoreProvider".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/cog/COGLayerReader.scala:443:3: Could not find any member to link for "AttributeStoreProvider".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/cog/COGLayer.scala:101:3: Could not find any member to link for "ZoomedLayoutScheme".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/cog/COGLayer.scala:56:3: Could not find any member to link for "ZoomedLayoutScheme".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/LayerWriter.scala:200:3: Could not find any member to link for "AttributeStoreProvider".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/LayerReader.scala:81:3: Could not find any member to link for "AttributeStoreProvider".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra-spark/src/main/scala/geotrellis/spark/store/cassandra/CassandraSparkLayerProvider.scala:30:1: Could not find any member to link for "CassandraAttributeStore".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDD.scala:77:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDD.scala:172:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDD.scala:31:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDD.scala:105:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDD.scala:202:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/rasterize/RasterizeRDD.scala:54:3: Could not find any member to link for "CellType".
[warn]   /**
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/pyramid/Pyramid.scala:138:3: Could not find any member to link for "AggregateResampleMethod".
[warn]   /** Resample base layer to generate the next level "up" in the pyramid.
[warn]   ^
[warn] two warnings found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/filter/ToSpatial.scala:31:3: Could not find any member to link for "geotrellis.util.Component".
[warn]   /**
[warn]   ^
[warn] 56 warnings found
[info] Main Scala API documentation successful.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/src/main/scala/geotrellis/spark/store/s3/TiffTagsS3InputFormat.scala:28:3: Could not find any member to link for "TiffTags".
[warn]   /**
[warn]   ^
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase-spark/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/src/main/scala/geotrellis/spark/store/s3/S3GeoTiffRDD.scala:46:3: Could not find any member to link for "None".
[warn]   /**
[warn]   ^
[warn] three warnings found
[info] Main Scala API documentation successful.
[info] 	published geotrellis-accumulo_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-accumulo_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-accumulo_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-accumulo_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-accumulo_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-accumulo_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase-spark/src/main/scala/geotrellis/spark/store/hbase/HBaseSparkLayerProvider.scala:27:1: Could not find any member to link for "HBaseAttributeStore".
[warn] /**
[warn] ^
[info] 	published geotrellis-accumulo_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-accumulo_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[warn] two warnings found
[info] Main Scala API documentation successful.
[info] 	published geotrellis-cassandra_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-cassandra_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-cassandra_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-cassandra_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-hbase_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-hbase_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-hbase_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-hbase_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-hbase_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-hbase_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-hbase_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-hbase_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-s3_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-s3_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-s3_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-s3_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-s3_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-s3_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-s3_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-s3_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[info] 	published geotrellis-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-spark-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-spark-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-spark-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-spark-testkit_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-testkit_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-accumulo-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-accumulo-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-accumulo-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-accumulo-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-accumulo-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-cassandra-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-cassandra-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-cassandra-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-cassandra-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-s3-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-s3-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-s3-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-s3-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] 	published geotrellis-hbase-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-hbase-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-hbase-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-hbase-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-hbase-spark_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/target/scala-2.13/api...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/ShardingKeyIndex.scala:127:1: Could not find any member to link for "KeyIndex".
[warn] /**
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/VoxelKey.scala:73:1: Could not find any member to link for "KeyIndex".
[warn] /** A [[KeyIndex]] based on [[VoxelKey]]. */
[warn] ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/VoxelKey.scala:97:3: Could not find any member to link for "Decoder".
[warn]   /** A [[Decoder]] for [[ZVoxelKeyIndex]]. */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/VoxelKey.scala:88:3: Could not find any member to link for "Encoder".
[warn]   /** An [[Encoder]] for [[ZVoxelKeyIndex]]. */
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/VoxelKey.scala:56:3: Could not find any member to link for "SpatialComponent".
[warn]   /** Since [[VoxelKey]] has x and y coordinates, it can take advantage of
[warn]   ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/doc-examples/src/main/scala/geotrellis/doc/examples/spark/ShardingKeyIndex.scala:97:3: Could not find any member to link for "Encoder".
[warn]   /** An [[Encoder]] for [[ZVoxelKeyIndex]]. */
[warn]   ^
[warn] 7 warnings found
[info] Main Scala API documentation successful.
[warn] one warning found
[info] Main Scala API documentation successful.
[info] 	published geotrellis-spark-pipeline_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-pipeline_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.0+4-28ab80b5-SNAPSHOT.pom
[info] 	published geotrellis-spark-pipeline_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-pipeline_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.0+4-28ab80b5-SNAPSHOT.jar
[info] 	published geotrellis-spark-pipeline_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-pipeline_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.0+4-28ab80b5-SNAPSHOT-sources.jar
[info] 	published geotrellis-spark-pipeline_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark-pipeline_2.13/3.7.0+4-28ab80b5-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.0+4-28ab80b5-SNAPSHOT-javadoc.jar
[success] Total time: 153 s (02:33), completed Jun 2, 2023 11:41:52 PM
Finished: SUCCESS