Skip to content

Console Output

Skipping 253 KB.. Full Log
[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 `toIndexedSeq` explicitly if you want to copy, or use the more efficient non-copying ArraySeq.unsafeWrapArray
[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 `toIndexedSeq` explicitly if you want to copy, or use the more efficient non-copying ArraySeq.unsafeWrapArray
[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 `toIndexedSeq` explicitly if you want to copy, or use the more efficient non-copying ArraySeq.unsafeWrapArray
[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 `toIndexedSeq` explicitly if you want to copy, or use the more efficient non-copying ArraySeq.unsafeWrapArray
[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 `toIndexedSeq` explicitly if you want to copy, or use the more efficient non-copying ArraySeq.unsafeWrapArray
[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 `toIndexedSeq` explicitly if you want to copy, or use the more efficient non-copying ArraySeq.unsafeWrapArray
[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] 116 warnings found
[info] done compiling
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra-spark/target/scala-2.13/api...
[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] -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/TileLayerRDDMatchers.scala:28:16: Implicit definition should have explicit type (inferred geotrellis.raster.Tile)
[warn]   implicit def rddToTile(rdd: RDD[(SpatialKey, Tile)]) = rdd.stitch()
[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] 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] two warnings found
[info] Main Scala API documentation successful.
[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/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.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-spark/target/scala-2.13/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] -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] ^
[info] compiling 16 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-testkit/target/scala-2.13/classes ...
[warn] -target is deprecated: Use -release instead to compile against the correct platform API.
[warn] three warnings found
[info] Main Scala API documentation successful.
[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/spark-testkit/src/main/scala/geotrellis/spark/testkit/TileLayerRDDMatchers.scala:28:16: Implicit definition should have explicit type (inferred geotrellis.raster.Tile)
[warn]   implicit def rddToTile(rdd: RDD[(SpatialKey, Tile)]) = rdd.stitch()
[warn]                ^
[warn] one warning 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] four warnings found
[info] done compiling
[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] /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 10 Scala sources to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo-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] 	published geotrellis-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-spark_2.13/3.7.1+4-340f2450-SNAPSHOT/geotrellis-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark_2.13-3.7.1+4-340f2450-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-cassandra-spark_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-cassandra-spark_2.13/3.7.1+4-340f2450-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.1+4-340f2450-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] 	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.1+4-340f2450-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.1+4-340f2450-SNAPSHOT-javadoc.jar
[success] Total time: 388 s (06:28), completed Apr 17, 2024 4:56:57 AM
+ ./.locationtech/deploy-213.sh
+ ./sbt -213 publish -no-colors -J-Drelease=locationtech
[info] welcome to sbt 1.9.7 (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 (40093 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.12 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/macros/target/scala-2.13/geotrellis-macros_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/util/target/scala-2.13/geotrellis-util_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/proj4/target/scala-2.13/geotrellis-proj4_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector/target/scala-2.13/geotrellis-vector_2.13-3.7.1+4-340f2450-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/vector-testkit/target/scala-2.13/geotrellis-vector-testkit_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/target/scala-2.13/geotrellis-vectortile_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/target/scala-2.13/geotrellis-raster_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/gdal/target/scala-2.13/geotrellis-gdal_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/target/scala-2.13/geotrellis-layer_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/geotools/target/scala-2.13/geotrellis-geotools_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/shapefile/target/scala-2.13/geotrellis-shapefile_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/target/scala-2.13/geotrellis-store_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/macros/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.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/proj4/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] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3/target/scala-2.13/geotrellis-s3_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/accumulo/target/scala-2.13/geotrellis-accumulo_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/cassandra/target/scala-2.13/geotrellis-cassandra_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/hbase/target/scala-2.13/geotrellis-hbase_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/target/scala-2.13/geotrellis-spark_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[warn] one warning found
[info] Main Scala API documentation successful.
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-testkit/target/scala-2.13/geotrellis-spark-testkit_2.13-3.7.1+4-340f2450-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.
[info] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/s3-spark/target/scala-2.13/geotrellis-s3-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-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.1+4-340f2450-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.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-macros_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-macros_2.13-3.7.1+4-340f2450-SNAPSHOT.jar
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vector/src/main/scala/geotrellis/vector/Projected.scala:23:16: Implicit definition should have explicit type (inferred G) [quickfixable]
[warn]   implicit def toGeometry[G <: Geometry](p: Projected[G]) = p.geom
[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.1+4-340f2450-SNAPSHOT/geotrellis-macros_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-macros_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-util_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-util_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-util_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-util_2.13-3.7.1+4-340f2450-SNAPSHOT-javadoc.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.1+4-340f2450-SNAPSHOT/geotrellis-proj4_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[info] 	published geotrellis-proj4_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-proj4_2.13/3.7.1+4-340f2450-SNAPSHOT/geotrellis-proj4_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-proj4_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-proj4_2.13-3.7.1+4-340f2450-SNAPSHOT-javadoc.jar
[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] Wrote /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-pipeline/target/scala-2.13/geotrellis-spark-pipeline_2.13-3.7.1+4-340f2450-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]   ^
[warn] four warnings found
[info] Main Scala API documentation successful.
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/target/scala-2.13/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] -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/internal/package.scala:145:36: Implicit definition should have explicit type (inferred geotrellis.vectortile.internal.ProtobufGeom[geotrellis.vector.Point,geotrellis.vector.MultiPoint]) [quickfixable]
[warn]   private[vectortile] implicit val protoPoint = new ProtobufGeom[Point, MultiPoint] {
[warn]                                    ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/src/main/scala/geotrellis/vectortile/internal/package.scala:172:36: Implicit definition should have explicit type (inferred geotrellis.vectortile.internal.ProtobufGeom[geotrellis.vector.LineString,geotrellis.vector.MultiLineString]) [quickfixable]
[warn]   private[vectortile] implicit val protoLine = new ProtobufGeom[LineString, MultiLineString] {
[warn]                                    ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/vectortile/src/main/scala/geotrellis/vectortile/internal/package.scala:227:36: Implicit definition should have explicit type (inferred geotrellis.vectortile.internal.ProtobufGeom[geotrellis.vector.Polygon,geotrellis.vector.MultiPolygon]) [quickfixable]
[warn]   private[vectortile] implicit val protoPolygon = new ProtobufGeom[Polygon, MultiPolygon] {
[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/raster/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/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] /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] 9 warnings found
[info] Main Scala API documentation successful.
[info] 	published geotrellis-vector_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector_2.13/3.7.1+4-340f2450-SNAPSHOT/geotrellis-vector_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-vector_2.13-3.7.1+4-340f2450-SNAPSHOT.jar
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/CellSize.scala:78:16: Implicit definition should have explicit type (inferred scala.math.Ordering[geotrellis.raster.CellSize]) [quickfixable]
[warn]   implicit val cellsizeOrdering = new Ordering[CellSize] {
[warn]                ^
[info] 	published geotrellis-vector_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-vector_2.13/3.7.1+4-340f2450-SNAPSHOT/geotrellis-vector_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-vector_2.13-3.7.1+4-340f2450-SNAPSHOT-javadoc.jar
[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/Dimensions.scala:29:16: Implicit definition should have explicit type (inferred geotrellis.raster.Dimensions[N]) [quickfixable]
[warn]   implicit def apply[N: Integral](tup: (N, N)) = new Dimensions(tup._1, tup._2)
[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/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/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]     ^
[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] /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.
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/geotiff/GeoTiffResampleRasterSource.scala:74:53: reference to resampleMethod is ambiguous;
[warn] it is both defined in the enclosing class GeoTiffResampleRasterSource and inherited in the enclosing anonymous class as value resampleMethod (defined in class GeoTiffReprojectRasterSource)
[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.resampleMethod`.
[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
[warn]             Reproject.Options.DEFAULT.copy(method = resampleMethod, errorThreshold = errorThreshold)
[warn]                                                     ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/geotiff/GeoTiffResampleRasterSource.scala:77:9: reference to resampleTarget is ambiguous;
[warn] it is both defined in the enclosing method reprojection and inherited in the enclosing anonymous class as value resampleTarget (defined in class GeoTiffReprojectRasterSource)
[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.resampleTarget`.
[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
[warn]         resampleTarget(reprojectedRasterExtent)
[warn]         ^
[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/Boundable.scala:69:16: Implicit definition should have explicit type (inferred geotrellis.layer.Boundable[java.time.ZonedDateTime]) [quickfixable]
[warn]   implicit val zonedDateTimeBoundable = new Boundable[ZonedDateTime] {
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/Boundable.scala:74:16: Implicit definition should have explicit type (inferred geotrellis.layer.Boundable[Unit]) [quickfixable]
[warn]   implicit val unitBoundable = new Boundable[Unit] {
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/SpaceTimeKey.scala:40:16: Implicit definition should have explicit type (inferred geotrellis.util.Component[geotrellis.layer.SpaceTimeKey,geotrellis.layer.SpatialKey]) [quickfixable]
[warn]   implicit val spatialComponent =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/SpaceTimeKey.scala:43:16: Implicit definition should have explicit type (inferred geotrellis.util.Component[geotrellis.layer.SpaceTimeKey,geotrellis.layer.TemporalKey]) [quickfixable]
[warn]   implicit val temporalComponent =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/reproject/RasterRegionReproject.scala:293:16: Implicit definition should have explicit type (inferred geotrellis.raster.reproject.RasterRegionReproject[geotrellis.raster.TileFeature[T,D]])
[warn]   implicit def TileFeatureRasterRegionReproject[T <: CellGrid[Int] : RasterRegionReproject, D: Monoid](implicit ev: T => TileMergeMethods[T]) =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/reproject/RasterRegionReproject.scala:153:16: Implicit definition should have explicit type (inferred geotrellis.raster.reproject.RasterRegionReproject[geotrellis.raster.Tile]) [quickfixable]
[warn]   implicit val singlebandInstance = new RasterRegionReproject[Tile] {
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/reproject/RasterRegionReproject.scala:215:16: Implicit definition should have explicit type (inferred geotrellis.raster.reproject.RasterRegionReproject[geotrellis.raster.MultibandTile]) [quickfixable]
[warn]   implicit val multibandInstance = new RasterRegionReproject[MultibandTile] {
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/TemporalProjectedExtent.scala:41:16: Implicit definition should have explicit type (inferred geotrellis.util.Component[geotrellis.layer.TemporalProjectedExtent,geotrellis.vector.ProjectedExtent]) [quickfixable]
[warn]   implicit val projectedExtentComponent =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/layer/src/main/scala/geotrellis/layer/TemporalProjectedExtent.scala:47:16: Implicit definition should have explicit type (inferred geotrellis.util.Component[geotrellis.layer.TemporalProjectedExtent,geotrellis.layer.TemporalKey]) [quickfixable]
[warn]   implicit val temporalComponent =
[warn]                ^
[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] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/io/geotiff/GeoTiffBuilder.scala:124:16: Implicit definition should have explicit type (inferred geotrellis.raster.io.geotiff.GeoTiffBuilder[geotrellis.raster.Tile]{def makeTile(segments: Iterator[(Product2[Int,Int], geotrellis.raster.Tile)], segmentLayout: geotrellis.raster.io.geotiff.GeoTiffSegmentLayout, cellType: geotrellis.raster.CellType, compression: geotrellis.raster.io.geotiff.compression.Compression): geotrellis.raster.io.geotiff.GeoTiffTile; def makeGeoTiff(tile: geotrellis.raster.Tile, extent: geotrellis.vector.Extent, crs: geotrellis.proj4.CRS, tags: geotrellis.raster.io.geotiff.Tags, options: geotrellis.raster.io.geotiff.GeoTiffOptions): geotrellis.raster.io.geotiff.SinglebandGeoTiff}) [quickfixable]
[warn]   implicit val singlebandGeoTiffBuilder = new GeoTiffBuilder[Tile] {
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/raster/src/main/scala/geotrellis/raster/io/geotiff/GeoTiffBuilder.scala:173:16: Implicit definition should have explicit type (inferred geotrellis.raster.io.geotiff.GeoTiffBuilder[geotrellis.raster.MultibandTile]{def makeTile(segments: Iterator[(Product2[Int,Int], geotrellis.raster.MultibandTile)], segmentLayout: geotrellis.raster.io.geotiff.GeoTiffSegmentLayout, cellType: geotrellis.raster.CellType, compression: geotrellis.raster.io.geotiff.compression.Compression): geotrellis.raster.io.geotiff.GeoTiffMultibandTile; def makeGeoTiff(tile: geotrellis.raster.MultibandTile, extent: geotrellis.vector.Extent, crs: geotrellis.proj4.CRS, tags: geotrellis.raster.io.geotiff.Tags, options: geotrellis.raster.io.geotiff.GeoTiffOptions): geotrellis.raster.io.geotiff.MultibandGeoTiff}) [quickfixable]
[warn]   implicit val multibandGeoTiffBuilder = new GeoTiffBuilder[MultibandTile] {
[warn]                ^
[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] 18 warnings 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] one warning 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.1+4-340f2450-SNAPSHOT/geotrellis-vectortile_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-vectortile_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-vectortile_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-vectortile_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-vector-testkit_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-vector-testkit_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-vector-testkit_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-vector-testkit_2.13-3.7.1+4-340f2450-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/store/src/main/scala/geotrellis/store/LayerFilter.scala:75:16: Implicit definition should have explicit type (inferred geotrellis.store.LayerFilter[K,geotrellis.store.Intersects.type,geotrellis.layer.KeyBounds[K],M])
[warn]   implicit def forKeyBounds[K: Boundable, M] =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerFilter.scala:86:16: Implicit definition should have explicit type (inferred geotrellis.store.LayerFilter[K,geotrellis.store.Intersects.type,geotrellis.layer.Bounds[K],M])
[warn]   implicit def forBounds[K: Boundable, M] =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerFilter.scala:97:16: Implicit definition should have explicit type (inferred geotrellis.store.LayerFilter[K,geotrellis.store.Intersects.type,geotrellis.layer.TileBounds,M])
[warn]   implicit def forGridBounds[K: SpatialComponent: Boundable, M] =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerFilter.scala:111:16: Implicit definition should have explicit type (inferred geotrellis.store.LayerFilter[K,geotrellis.store.Intersects.type,geotrellis.vector.Extent,M])
[warn]   implicit def forExtent[K: SpatialComponent: Boundable, M: GetComponent[*, LayoutDefinition]] =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerFilter.scala:126:16: Implicit definition should have explicit type (inferred geotrellis.store.LayerFilter[K,geotrellis.store.Intersects.type,geotrellis.vector.MultiPolygon,M]{def apply(metadata: M, kb: geotrellis.layer.KeyBounds[K], polygon: geotrellis.vector.MultiPolygon): List[geotrellis.layer.KeyBounds[K]]})
[warn]   implicit def forMultiPolygon[K: SpatialComponent: Boundable, M: GetComponent[*, LayoutDefinition]] =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerFilter.scala:145:16: Implicit definition should have explicit type (inferred geotrellis.store.LayerFilter[K,geotrellis.store.Intersects.type,geotrellis.vector.Polygon,M]{def apply(metadata: M, kb: geotrellis.layer.KeyBounds[K], polygon: geotrellis.vector.Polygon): List[geotrellis.layer.KeyBounds[K]]})
[warn]   implicit def forPolygon[K: SpatialComponent: Boundable, M: GetComponent[*, LayoutDefinition]] =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerFilter.scala:151:16: Implicit definition should have explicit type (inferred geotrellis.store.LayerFilter[K,geotrellis.store.Intersects.type,(geotrellis.vector.Polygon, geotrellis.proj4.CRS),M])
[warn]   implicit def forProjectedPolygon[
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerFilter.scala:167:16: Implicit definition should have explicit type (inferred geotrellis.store.LayerFilter[K,geotrellis.store.Intersects.type,(geotrellis.vector.MultiPolygon, geotrellis.proj4.CRS),M])
[warn]   implicit def forProjectedMultiPolygon[
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerFilter.scala:184:16: Implicit definition should have explicit type (inferred geotrellis.store.LayerFilter[K,geotrellis.store.Intersects.type,geotrellis.vector.MultiLineString,M]{def apply(metadata: M, kb: geotrellis.layer.KeyBounds[K], multiLine: geotrellis.vector.MultiLineString): List[geotrellis.layer.KeyBounds[K]]})
[warn]   implicit def forMultiLine[K: SpatialComponent: Boundable, M: GetComponent[*, LayoutDefinition]] =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerFilter.scala:203:16: Implicit definition should have explicit type (inferred geotrellis.store.LayerFilter[K,geotrellis.store.Intersects.type,geotrellis.vector.LineString,M]{def apply(metadata: M, kb: geotrellis.layer.KeyBounds[K], line: geotrellis.vector.LineString): List[geotrellis.layer.KeyBounds[K]]})
[warn]   implicit def forLine[K: SpatialComponent: Boundable, M: GetComponent[*, LayoutDefinition]] =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerFilter.scala:210:16: Implicit definition should have explicit type (inferred geotrellis.store.LayerFilter[K,geotrellis.store.Intersects.type,geotrellis.vector.Point,M]{def apply(metadata: M, kb: geotrellis.layer.KeyBounds[K], point: geotrellis.vector.Point): List[geotrellis.layer.KeyBounds[K]]})
[warn]   implicit def forPoint[K: SpatialComponent: Boundable, M: * => MapKeyTransform] =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerFilter.scala:220:16: Implicit definition should have explicit type (inferred geotrellis.store.LayerFilter[K,geotrellis.store.At.type,java.time.ZonedDateTime,M])
[warn]   implicit def forDateTime[K: TemporalComponent : Boundable, M] =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerFilter.scala:238:16: Implicit definition should have explicit type (inferred geotrellis.store.LayerFilter[K,geotrellis.store.Between.type,(java.time.ZonedDateTime, java.time.ZonedDateTime),M]) [quickfixable]
[warn]   implicit def forDateTimeTuple[K: TemporalComponent : Boundable, M] =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerFilter.scala:269:16: Implicit definition should have explicit type (inferred geotrellis.store.LayerFilter[K,geotrellis.store.Contains.type,geotrellis.vector.Point,M]{def apply(metadata: M, kb: geotrellis.layer.KeyBounds[K], point: geotrellis.vector.Point): List[geotrellis.layer.KeyBounds[K]]}) [quickfixable]
[warn]   implicit def forPoint[K: SpatialComponent: Boundable, M: * => MapKeyTransform] =
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/LayerId.scala:30:16: Implicit definition should have explicit type (inferred geotrellis.store.LayerId)
[warn]   implicit def fromTuple(tup: (String, Int)) = LayerId(tup._1, tup._2)
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/avro/codecs/CRSCodec.scala:26:16: Implicit definition should have explicit type (inferred geotrellis.store.avro.AvroRecordCodec[geotrellis.proj4.CRS])
[warn]   implicit def crsCodec = new AvroRecordCodec[CRS] {
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/avro/codecs/ExtentCodec.scala:28:16: Implicit definition should have explicit type (inferred geotrellis.store.avro.AvroRecordCodec[geotrellis.vector.Extent])
[warn]   implicit def extentCodec = new AvroRecordCodec[Extent] {
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/avro/codecs/Implicits.scala:33:16: Implicit definition should have explicit type (inferred geotrellis.store.avro.AvroUnionCodec[geotrellis.raster.ConstantTile])
[warn]   implicit def constantTileUnionCodec = new AvroUnionCodec[ConstantTile](
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/avro/codecs/Implicits.scala:63:16: Implicit definition should have explicit type (inferred geotrellis.store.avro.AvroUnionCodec[geotrellis.raster.Tile])
[warn]   implicit def tileUnionCodec = new AvroUnionCodec[Tile](
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/avro/codecs/KeyCodecs.scala:25:16: Implicit definition should have explicit type (inferred geotrellis.store.avro.AvroRecordCodec[geotrellis.layer.SpatialKey])
[warn]   implicit def spatialKeyAvroFormat = new AvroRecordCodec[SpatialKey] {
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/avro/codecs/KeyCodecs.scala:45:16: Implicit definition should have explicit type (inferred geotrellis.store.avro.AvroRecordCodec[geotrellis.layer.SpaceTimeKey])
[warn]   implicit def spaceTimeKeyAvroFormat = new AvroRecordCodec[SpaceTimeKey] {
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/avro/codecs/ProjectedExtentCodec.scala:28:16: Implicit definition should have explicit type (inferred geotrellis.store.avro.AvroRecordCodec[geotrellis.vector.ProjectedExtent])
[warn]   implicit def projectedExtentCodec = new AvroRecordCodec[ProjectedExtent] {
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/store/src/main/scala/geotrellis/store/avro/codecs/TemporalProjectedExtentCodec.scala:27:16: Implicit definition should have explicit type (inferred geotrellis.store.avro.AvroRecordCodec[geotrellis.layer.TemporalProjectedExtent])
[warn]   implicit def temporalProjectedExtentCodec = new AvroRecordCodec[TemporalProjectedExtent] {
[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/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/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/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/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/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/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/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/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/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] 38 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.1+4-340f2450-SNAPSHOT/geotrellis-raster-testkit_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-raster-testkit_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-raster-testkit_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-raster-testkit_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-gdal_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-gdal_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-gdal_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-gdal_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-layer_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[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]   ^
[info] 	published geotrellis-layer_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-layer_2.13/3.7.1+4-340f2450-SNAPSHOT/geotrellis-layer_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-layer_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-layer_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-geotools_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-geotools_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-geotools_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-geotools_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-shapefile_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-shapefile_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-shapefile_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-shapefile_2.13-3.7.1+4-340f2450-SNAPSHOT-javadoc.jar
[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/util/S3RangeReader.scala:29:1: Could not find any member to link for "RangeReader".
[warn] /**
[warn] ^
[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] four warnings found
[info] Main Scala API documentation successful.
[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/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/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/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/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/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/spark/src/main/scala/geotrellis/spark/store/RasterReader.scala:60:16: Implicit definition should have explicit type (inferred geotrellis.spark.store.RasterReader[geotrellis.spark.store.RasterReader.Options,(geotrellis.vector.ProjectedExtent, geotrellis.raster.Tile)]{def readFully(byteReader: geotrellis.util.ByteReader, options: geotrellis.spark.store.RasterReader.Options): (geotrellis.vector.ProjectedExtent, geotrellis.raster.ArrayTile); def readWindow(streamingByteReader: geotrellis.util.StreamingByteReader, pixelWindow: geotrellis.raster.GridBounds[Int], options: geotrellis.spark.store.RasterReader.Options): (geotrellis.vector.ProjectedExtent, geotrellis.raster.ArrayTile)}) [quickfixable]
[warn]   implicit def singlebandGeoTiffReader = new RasterReader[Options, (ProjectedExtent, Tile)] {
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/RasterReader.scala:82:16: Implicit definition should have explicit type (inferred geotrellis.spark.store.RasterReader[geotrellis.spark.store.RasterReader.Options,(geotrellis.vector.ProjectedExtent, geotrellis.raster.MultibandTile)]{def readFully(byteReader: geotrellis.util.ByteReader, options: geotrellis.spark.store.RasterReader.Options): (geotrellis.vector.ProjectedExtent, geotrellis.raster.ArrayMultibandTile); def readWindow(streamingByteReader: geotrellis.util.StreamingByteReader, pixelWindow: geotrellis.raster.GridBounds[Int], options: geotrellis.spark.store.RasterReader.Options): (geotrellis.vector.ProjectedExtent, geotrellis.raster.ArrayMultibandTile)}) [quickfixable]
[warn]   implicit def multibandGeoTiffReader = new RasterReader[Options, (ProjectedExtent, MultibandTile)] {
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/RasterReader.scala:104:16: Implicit definition should have explicit type (inferred geotrellis.spark.store.RasterReader[geotrellis.spark.store.RasterReader.Options,(geotrellis.layer.TemporalProjectedExtent, geotrellis.raster.Tile)]{def readFully(byteReader: geotrellis.util.ByteReader, options: geotrellis.spark.store.RasterReader.Options): (geotrellis.layer.TemporalProjectedExtent, geotrellis.raster.ArrayTile); def readWindow(streamingByteReader: geotrellis.util.StreamingByteReader, pixelWindow: geotrellis.raster.GridBounds[Int], options: geotrellis.spark.store.RasterReader.Options): (geotrellis.layer.TemporalProjectedExtent, geotrellis.raster.ArrayTile)}) [quickfixable]
[warn]   implicit def temporalSinglebandGeoTiffReader = new RasterReader[Options, (TemporalProjectedExtent, Tile)]  {
[warn]                ^
[warn] /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark/src/main/scala/geotrellis/spark/store/RasterReader.scala:134:16: Implicit definition should have explicit type (inferred geotrellis.spark.store.RasterReader[geotrellis.spark.store.RasterReader.Options,(geotrellis.layer.TemporalProjectedExtent, geotrellis.raster.MultibandTile)]{def readFully(byteReader: geotrellis.util.ByteReader, options: geotrellis.spark.store.RasterReader.Options): (geotrellis.layer.TemporalProjectedExtent, geotrellis.raster.ArrayMultibandTile); def readWindow(streamingByteReader: geotrellis.util.StreamingByteReader, pixelWindow: geotrellis.raster.GridBounds[Int], options: geotrellis.spark.store.RasterReader.Options): (geotrellis.layer.TemporalProjectedExtent, geotrellis.raster.ArrayMultibandTile)}) [quickfixable]
[warn]   implicit def temporalMultibandGeoTiffReader = new RasterReader[Options, (TemporalProjectedExtent, MultibandTile)]  {
[warn]                ^
[warn] 36 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.1+4-340f2450-SNAPSHOT/geotrellis-store_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-store_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-store_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-store_2.13-3.7.1+4-340f2450-SNAPSHOT-javadoc.jar
[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/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/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/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]   ^
[info] 	published geotrellis-raster_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster_2.13/3.7.1+4-340f2450-SNAPSHOT/geotrellis-raster_2.13-3.7.1+4-340f2450-SNAPSHOT.pom
[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] /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] 	published geotrellis-raster_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-raster_2.13/3.7.1+4-340f2450-SNAPSHOT/geotrellis-raster_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-raster_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-raster_2.13-3.7.1+4-340f2450-SNAPSHOT-javadoc.jar
[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]   ^
[info] Main Scala API documentation to /home/jenkins/agent/workspace/GeoTrellis master branch SNAPSHOT/spark-testkit/target/scala-2.13/api...
[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] -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/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] /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-testkit/src/main/scala/geotrellis/spark/testkit/TileLayerRDDMatchers.scala:28:16: Implicit definition should have explicit type (inferred geotrellis.raster.Tile)
[warn]   implicit def rddToTile(rdd: RDD[(SpatialKey, Tile)]) = rdd.stitch()
[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/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] 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] 57 warnings found
[info] Main Scala API documentation successful.
[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/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] /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] two 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/S3GeoTiffRDD.scala:46:3: Could not find any member to link for "None".
[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] 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] -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/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/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] three warnings found
[info] Main Scala API documentation successful.
[info] 	published geotrellis-s3_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3_2.13/3.7.1+4-340f2450-SNAPSHOT/geotrellis-s3_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-s3_2.13-3.7.1+4-340f2450-SNAPSHOT.jar
[warn] two warnings found
[info] Main Scala API documentation successful.
[info] 	published geotrellis-s3_2.13 to https://repo.eclipse.org/content/repositories/geotrellis-snapshots/org/locationtech/geotrellis/geotrellis-s3_2.13/3.7.1+4-340f2450-SNAPSHOT/geotrellis-s3_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-s3_2.13-3.7.1+4-340f2450-SNAPSHOT-javadoc.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.1+4-340f2450-SNAPSHOT/geotrellis-accumulo_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-accumulo_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-accumulo_2.13-3.7.1+4-340f2450-SNAPSHOT-sources.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.1+4-340f2450-SNAPSHOT/geotrellis-accumulo_2.13-3.7.1+4-340f2450-SNAPSHOT-javadoc.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.1+4-340f2450-SNAPSHOT/geotrellis-cassandra_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-cassandra_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-cassandra_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-cassandra_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-hbase_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-hbase_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-hbase_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-hbase_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark-testkit_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-s3-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-hbase-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-accumulo-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-cassandra-spark_2.13-3.7.1+4-340f2450-SNAPSHOT-javadoc.jar
[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.1+4-340f2450-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.1+4-340f2450-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.1+4-340f2450-SNAPSHOT/geotrellis-spark-pipeline_2.13-3.7.1+4-340f2450-SNAPSHOT-javadoc.jar
[success] Total time: 126 s (02:06), completed Apr 17, 2024 4:59:32 AM
Finished: SUCCESS